-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid miscalculation when fleet replicas equals zero #2515
Avoid miscalculation when fleet replicas equals zero #2515
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: danieloliveira079 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Succeeded 👏 Build Id: 5a695e20-ef05-49eb-bb51-4791b90f79b1 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Hello @danieloliveira079 just wanted to know if you are still working on this, let us know if you need some help. Thank you. |
Hello @SaitejaTamma I would like to follow up on this ticket next week. Apparently the solution works but I need a e2e test case that covers the scenario. There was also a comment on slack that maybe #2420 would fix the problem. Though, I am not sure it did. I could work on the e2e test and ask for help if I need it. WDYT? |
sounds good. |
ccb08c5
to
982f450
Compare
Build Failed 😱 Build Id: 6ca3211e-d342-4dad-98c7-ab6a8ab4f9a0 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 5960dd81-ba72-404d-b681-e4dfc0a00890 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 3b5afccc-8522-414f-9ffa-2a06489c494e To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: f6895cb4-95b3-422c-9124-7ba6030c6847 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
af513cc
to
5ee82dd
Compare
Build Failed 😱 Build Id: cbc0b9f3-533e-4c52-bf3f-2afd9c561119 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
2af3412
to
ae05574
Compare
Build Failed 😱 Build Id: f5f72cdb-888f-4e52-9ad9-f5d3866c0dd1 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: e841d34e-8691-4206-ac6d-f4612bcbd815 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
ae05574
to
374760e
Compare
After a long fight with my local environment using Docker-Desktop on Mac I finally managed to execute the e2e test I am working on using minikube. The setup required a few manual steps like changing the KUBECONFIG file generated by minikube, loading images into minikube that were not part of the If I manage to deliver this PR I will look into those changes properly. |
Build Failed 😱 Build Id: 97f15515-a86a-4d42-8fcc-fe13a407fe1d To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: d4c261bc-87e9-4943-8ff3-ed7031df3952 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
374760e
to
b1d63f2
Compare
Build Failed 😱 Build Id: 5434669f-8bb9-48af-a366-6abaf839451e To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
I am closing this issue without implementing the fix. I could not setup a proper environment and a productive workflow on mac. Running all the e2e tests locally did not work. Therefore, waiting for cloud build to run tests o every single change is counter productive. I will try again at some point using a Linux machine. Sorry about that. |
What type of PR is this?
/kind bug
What this PR does / Why we need it:
This is an exploratory work where I am investigating #2509.
I am opening that as a Draft PR because I still want to create the e2e tests.
Which issue(s) this PR fixes:
Closes #
Special notes for your reviewer: