-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
60557: storage,server: disable separated intents r=sumeerbhola a=sumeerbhola They are disabled by default, and the setting is not randomized on the testing path for testserver.go. This was causing slowness in TestLogic/*/aggregate resulting in TestLogic sometimes exceeding the test timeout. This is due to an unforseen slowness in intent resolution caused by the effectively randomized ordering of the latest and older intents. Informs #41720 Release note: None Co-authored-by: sumeerbhola <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 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