forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
115687: stmtdiagnostics: skip TestDiagnosticsRequest under deadlock r=erikgrinaker a=arulajmani This test takes a really long time to run (~30s) normally. The introduction of test-only pushed this test over the edge when run under the deadlock detector -- it started reporting spurious deadlocks. This patch skips it under deadlock, and while here, also skips it under short. Closes cockroachdb#115620 Release note: None 115688: scbuild: skip TestBuildIsMemoryMonitored under deadlock r=erikgrinaker a=arulajmani TestBuildIsMemoryMonitored takes a long time to run as it creates thousands of tables. The introduction of test-only verification of the lock table pushed it over the edge when run under the deadlock detector -- we'd occasionally get reports about spurious deadlocks. This patch skips the test under deadlock. Closes cockroachdb#115542 Release note: None Co-authored-by: Arul Ajmani <[email protected]>
- Loading branch information
Showing
4 changed files
with
9 additions
and
1 deletion.
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
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