-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TestGameServerAllocationDuringMultipleAllocationClients: Readdress fl…
…ake (#3831) The actual bug is here: https://github.com/googleforgames/agones/blob/2023077aff4125b9d9822c5d20cd773d13138385/test/e2e/gameserverallocation_test.go#L1423 When we tried to accept errors in #3750, we forgot to change this t.Errorf to a simple log. Along the way: * change the timing of the scale-down so it happens more probably in the middle of the allocations, which was the intent. By my guess, 3s might be past all allocations. Also add a log to see if I'm right. * minor cleanup Towards #3553
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters