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
…db#99660 99509: bazci: protect against `nil` target r=healthy-pod a=rickystewart Closes cockroachdb#98861. Epic: none Release note: None 99532: sql: inject stats into TestExecBuild_sql_statistics_persisted testdata r=ericharmeling a=ericharmeling Background thread: cockroachdb#99240 (comment) Part of cockroachdb#99399. This commit replaces the `CREATE STATISTICS` statements in the `TestExecBuild_sql_statistics_persisted` testdata with `ALTER TABLE ... INJECT STATISTICS` and removes the retry directives added to deflake the test in cockroachdb#99447. Epic: none Release note: None 99642: serverccl: skip TestServerControllerHTTP under deadlock r=dhartunian a=knz Fixes cockroachdb#98046. Release note: None 99660: workload/tpcc: disable check 3.3.2.11 after workload r=renatolabs a=nvanbenschoten Fixes cockroachdb#99619. Fixes cockroachdb#99594. Fixes cockroachdb#99603. Fixes cockroachdb#99604. Fixes cockroachdb#99617. Fixes cockroachdb#99616. Fixes cockroachdb#99613. Fixes cockroachdb#99611. Fixes cockroachdb#99604. Fixes cockroachdb#99603. Fixes cockroachdb#99600. Fixes cockroachdb#99599. Fixes cockroachdb#99598. Fixes cockroachdb#99596. Fixes cockroachdb#99595. Fixes cockroachdb#99594. This commit disables TPC-C's consistency check 3.3.2.11 (added in cockroachdb#99542) after the workload has run. The check asserts a relationship between the number of rows in the "order" table and rows in the "new_order" table. Rows are inserted into these tables transactional by the NewOrder transaction. However, only rows in the "new_order" table are deleted by the Delivery transaction. Consequently, the consistency condition will fail after the first Delivery transaction is run by the workload. See cockroachdb#99542 (comment) for more details. Release note: None Co-authored-by: Ricky Stewart <[email protected]> Co-authored-by: Eric Harmeling <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]>
- Loading branch information
Showing
7 changed files
with
766 additions
and
109 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
Oops, something went wrong.