-
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.
Hope to reduce e2e flakiness (#2348)
A few things added to this PR to help combat/diagnose the e2e test flakines: * Enhanced logging. Await for Fleet condition functions now log which test they are part of, and do dumps of gameserver state and events if a Fleet does not match the criteria. * New logging methods, such as the ability to dump all an object's events. * Retry on UDP message. Didn't seem to need this before (or only very rarely), but apparently do now. 🤞🏻 this makes a difference!
- Loading branch information
1 parent
fc6e787
commit 296fbb7
Showing
6 changed files
with
133 additions
and
95 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
Oops, something went wrong.