-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix locking of envScenarioContexts (#9736)
This fixes a race condition in our handling of scenario contexts. See the comments for details. I verified with a bunch of extra logging that this is what is actually failing in our tests. I’ll try to upstream the logging separately since ideally I’d like to have that in CI. I ran all integration tests with --runs_per_test=20 over night and with this change I’m no longer able to get it to flake so dropping the flaky marker. fixes #6910 changelog_begin changelog_end
- Loading branch information
1 parent
fcbba1c
commit bb5dd4c
Showing
2 changed files
with
15 additions
and
10 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