-
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.
67989: cluster-ui: bump package.json version r=celiala a=celiala In #67722, we updated peerDependencies, but forgot to bump the version in package.json. This fast-follow PR bumps the version for #67722. Note: this has been preemptively backported to 21.1 and 20.2, in #67981 and #67982 respectively. Release note: None 68088: roachtest: create perf dir for bulk roachtests r=pbardea a=pbardea When the bulk op roachtests were updated to avoid racing when writing their stats files, the creation of the perf directory itself was removed. This adds it back. There was some consideration to update PutString to create the filepath.Dir of its destination but that refactor was left for a potential follow up since it applies to other tests as well. Fixes #67870. Release note: None 68118: roachtest: bump import/tpch/nodes=8 timeout to 10h r=tbg,pbardea a=adityamaru Previously, the roachtest had a timeout of 8h. The test usually runs in ~7hrs but occasionally tips over the configured time out. While we investigate the slowness of this import as tracked in #68117, we are bumping the timeout to 10h. Release note: None 68119: rowexec: ask for at least 8MiB in the join reader memory limit r=yuzefovich a=yuzefovich The join reader doesn't know how to spill to disk, so previously in some cases (namely, when `distsql_workmem` session variable is low) the queries would error out. Now this is temporarily fixed by requiring the memory limit to be at least 8MiB (to accommodate 4MiB scratch input rows). This shouldn't really matter in the production setting but makes `tpchvec/disk` roachtest happy. Fixes: #68036. Release note: None Co-authored-by: Celia La <[email protected]> Co-authored-by: Paul Bardea <[email protected]> Co-authored-by: Aditya Maru <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information
Showing
9 changed files
with
145 additions
and
168 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
Oops, something went wrong.