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.
31405: roachtest: fix stdout output r=andreimatei a=andreimatei roachtest's intention is that if there's no parallelism is requested, logs are teed to stdout/stderr in addition to the test.log file. No parallelism is specified explicitly by passing -p 1, or implicitly by running a single test. This patch fixes a bug where the "implicit" part was no longer behaving as expected wrt the logs. The bug was introduced by a previous patch that tried to reduce the scope of the "parallelism" global, but missed the use in rootLogger(); the inferring of parallelism=1 was no longer modifying the global. This patch kills the global for good. Release note: None Co-authored-by: Andrei Matei <[email protected]>
- Loading branch information
Showing
4 changed files
with
50 additions
and
26 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
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