-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35442: roachtest: add nightly multi-AZ tpccbench test r=nvanbenschoten a=nvanbenschoten This test deviates from similar roachtests in a few useful ways: - it tests across three AZs in the same region - it tests a 6-node cluster - it loads 5k tpcc warehouses - it runs on only about half of them (testing the impact of cold data) I've run this a number of times over the past few days and settled upon 2500 warehouses as a good estimate. Release note: None 35602: pgdate: Improve handling of negative years r=bobvawter a=bobvawter The current parsing code doesn't handle negative year values and returns an unhelpful error message. This change allows negative years to be specified, so that negative-year datums can at least be round-tripped through the parser. Supports #28099 Fixes #35255 Release note: None Co-authored-by: Nathan VanBenschoten <[email protected]> Co-authored-by: Bob Vawter <[email protected]>
- Loading branch information
Showing
4 changed files
with
67 additions
and
13 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