-
Notifications
You must be signed in to change notification settings - Fork 826
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds GameServerAllocation e2e tests for Counters (#3400)
* Adds basic GameServerAllocation e2e test for Counters Updates Fleet and GameServer e2e tests to delete the fleet after test run Adds Counters to GameServerAllocation example * Adds tests for gameserverallocation filterting, sorting, and counter actions * Moving comments so linting passes * Updates to GameServerAllocation CounterActions tests * Changes UpdateCounter logic for GameServers Counters Now truncates for request that take the Counter below zero or beyond Capacity instead of rejecting the increment or decrement request * Adds fleet label selector to Counter tests Fixes issue where e2e tests was returnting game servers from different fleets * Updates Count to the equal to Capacity when Capacity is set to a values less than Count
- Loading branch information
Showing
8 changed files
with
620 additions
and
30 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
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
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
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
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
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
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
Oops, something went wrong.