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
69243: util/log: add configuration option to set log file permissions r=knz a=rauchenstein Previously, all created log files were created with "644" permissions; readable by all, writable by the owner. This change adds a new "file-permissions" key to the file log sink config, defaulting to 644. Fixes cockroachdb#68799. Release justification: This change is safe to release because it only adds new configurability which defaults to the existing behavior. Release note (cli change): Log file read and write permissions may now be set via the new "file-permissions" key in the --log flag or --log-config-file file. 69532: roachtest: allow non-interactive roachstress.sh r=erikgrinaker a=tbg This allows using `roachstress.sh` for fully autonomous `git bisect runs`, such as ``` git bisect run /bin/bash -c \ 'TEST=splits/load/uniform/nodes=3 LOCAL=y COUNT=1 SHORT=y ./pkg/cmd/roachtest/roachstress.sh' ```` which was helpful in cockroachdb#69411. Release justification: testing only change Release note: None Co-authored-by: Jay Rauchenstein <rauchenstein@cockroachlabs.com> Co-authored-by: Tobias Grieger <tobias.b.grieger@gmail.com> Co-authored-by: Tobias Grieger <tobias.schottdorf@gmail.com>
- Loading branch information
Showing
16 changed files
with
371 additions
and
285 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
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.