-
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.
96094: roachtest: unskip fuse disk-stall roachtest variant r=jbowens a=nicktrav **roachtest: unskip fuse disk-stall roachtest variant** The `fuse` variant of the `disk-stalled` roachtest was skipped in #95865. Reenable the skipped variant, updating it to make use of our forked version of `charybdefs`. This fork includes a patch that allows for specifying a delay time for syscalls, making it possible to simulate a complete disk stall. Previously, delay times were limited to 50ms, which meant that the detection time had to be even lower (e.g. 40ms), which was not representative of how Cockroach is configured in practice. Fixes #95874. Fixes #95815. Fixes #96410. Fixes #95886. Release note: None. 96130: pkg/compose: bootstrap CCL for TestComposeCompare r=ZhouXing19,rail a=srosenberg The nightly TestComposeCompare integration test uses a randomized SQL workload (a dialect denoted by sqlsmith.PostgresMode) to compare the results against Postgres. Additionally, it runs a second instance of CockroachDB using a series of mutators, e.g., randgen.StatisticsMutator, intended to alter table statistics, indexes, etc., but not the actual table data. Thus, all three data sources are expected to return the same result, for a given SQL query, modulo ignored SQL errors. Some of the generated SQL may require CCL as can be seen from a number of previous test failures. This change bootstraps an environment variable (COCKROACH_DEV_LICENSE), similarly to roachprod and roachtest. The environment variable is passed via CI; it's also in our dev. environment, including gceworker. The test aborts in case COCKROACH_DEV_LICENSE is empty. Epic: none Informs: #82867 Release note: None 96378: builtins: check_consistency now requires admin role r=rafiss a=e-mbrown Resolve #88224 `crdb_internal.check_consistency` is an expensive operation that previously could be invoked by regular users. Now admin role is required. Release note: None Co-authored-by: Nick Travers <[email protected]> Co-authored-by: Stan Rosenberg <[email protected]> Co-authored-by: e-mbrown <[email protected]>
- Loading branch information
Showing
11 changed files
with
110 additions
and
34 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
Oops, something went wrong.