Skip to content

Conversation

dgkanatsios
Copy link
Collaborator

@dgkanatsios dgkanatsios commented Feb 10, 2022

Closes #1

This PR completely upgrades the end to end test infrastructure by utilizing ginkgo/gomega libraries and parallelism.
Also:

  • upgrading e2e kind cluster to Kubernetes 1.22.5
  • increasing the resource limits/requests of the controller since they were too low
  • fixing an issue on the GameServerBuild controller where it would ignore downscaling if the GameServerBuild has GameServers stuck in initializing (corner case but still)
  • modifies a GameServerBuild controller unit test to use .Patch instead of .Update (it would rarely create conflicts)

@dgkanatsios dgkanatsios force-pushed the paralleltests1 branch 14 times, most recently from 3d77bbe to 5aca216 Compare February 11, 2022 08:15
@dgkanatsios dgkanatsios marked this pull request as ready for review February 11, 2022 08:26
@dgkanatsios dgkanatsios force-pushed the paralleltests1 branch 2 times, most recently from 3ced150 to a7cbf9c Compare February 11, 2022 18:18
Copy link
Collaborator

@khaines khaines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, thanks for this change @dgkanatsios ! this really helps running the tests quickly

@dgkanatsios dgkanatsios merged commit a4a9f70 into master Feb 17, 2022
@dgkanatsios dgkanatsios deleted the paralleltests1 branch February 17, 2022 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make e2e tests run in parallel
2 participants