-
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.
99509: bazci: protect against `nil` target r=healthy-pod a=rickystewart Closes #98861. Epic: none Release note: None 99532: sql: inject stats into TestExecBuild_sql_statistics_persisted testdata r=ericharmeling a=ericharmeling Background thread: #99240 (comment) Part of #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 #99447. Epic: none Release note: None 99642: serverccl: skip TestServerControllerHTTP under deadlock r=dhartunian a=knz Fixes #98046. Release note: None 99660: workload/tpcc: disable check 3.3.2.11 after workload r=renatolabs a=nvanbenschoten Fixes #99619. Fixes #99594. Fixes #99603. Fixes #99604. Fixes #99617. Fixes #99616. Fixes #99613. Fixes #99611. Fixes #99604. Fixes #99603. Fixes #99600. Fixes #99599. Fixes #99598. Fixes #99596. Fixes #99595. Fixes #99594. This commit disables TPC-C's consistency check 3.3.2.11 (added in #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 #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.