Skip to content
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

Flakey test fix: TestControllerUpdateFleetStatus #257

Merged

Conversation

markmandel
Copy link
Member

I think this will stop this test being flakey.

I think this will stop this test being flakey.
@markmandel markmandel added kind/cleanup Refactoring code, fixing up documentation, etc area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. labels Jun 12, 2018
@markmandel markmandel added this to the 0.3.0 milestone Jun 12, 2018
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 7a4a0ad2-c747-4565-92a7-afe7ddb7da37

The following development artifacts have been built, and will exist for the next 30 days:

@markmandel markmandel removed the area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. label Jun 12, 2018
@@ -341,7 +341,7 @@ func TestControllerUpdateFleetStatus(t *testing.T) {
return true, fleet, nil
})

_, cancel := agtesting.StartInformers(m, c.fleetSynced)
_, cancel := agtesting.StartInformers(m, c.fleetSynced, c.gameServerSetSynced)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice!

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 1084a0f9-8604-4c24-a28b-f645afbdaa24

The following development artifacts have been built, and will exist for the next 30 days:

@markmandel markmandel merged commit f54813e into googleforgames:master Jun 13, 2018
@markmandel markmandel deleted the cleanup/fleet-status-test branch June 13, 2018 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants