-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
79667: logictest: Ignore test flake in disjunction_in_join r=msirek a=msirek This commit comments out a flaky test which will be fixed by #74554. Release note: none 79669: dev: address paper cuts and improve `dev <cmd> -h` consistency r=irfansharif a=irfansharif - Disable test sharding under --rewrite; sharded package test runners can trample over one another when updating data files - Generate cgo files with naked `dev gen` - Remove the `dev gen go+docs` target but retain the fast path when both the `go` and `docs` targets are specified (`dev gen go docs` for e.g.) - Remove the `all` and `all_tests` moniker for `dev test`, and retain the sanitized path when testing everything using `dev test pkg/...`. The latter syntax feels closer to the `go test` expansion. - Edit some help text padding to wrap more cleanly in terminals Release note: None 79689: ci: build `cockroach-sql` binary r=jlinder a=rail Previously, the `cockroach-sql` binary was added to the source code, but has never been added as a compilation target in our CI. This patch enables building `cockroach-sql` as a part of CI. Release note: None 79690: changefeedccl: Make scan request size configurable. r=miretskiy a=miretskiy Add a `changefeed.backfill.scan_request_size` setting to control scan request size during backfill. The default is maintained at 16MB. However, some latency sensitive environments may choose to lower this setting, while increasing scan parallelism to ensure that the latches are held for shorter periods of time. Release Notes: Add a `changefeed.backfill.scan_request_size` setting to control scan request size during backfill. Relese Justification: Low danger stability and performance improvement. Co-authored-by: Mark Sirek <[email protected]> Co-authored-by: irfan sharif <[email protected]> Co-authored-by: Rail Aliiev <[email protected]> Co-authored-by: Yevgeniy Miretskiy <[email protected]>
- Loading branch information
Showing
9 changed files
with
106 additions
and
46 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
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