You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
bazci
panicked after nogo found a problem during build:Example: https://teamcity.cockroachdb.com/viewLog.html?buildId=9114428&tab=buildResultsDiv&buildTypeId=Cockroach_UnitTests_BazelBuildMacOSCross.
Same happened in various other builds when trying to merge #98608 (see parent build).
@cockroachdb/dev-inf
Jira issue: CRDB-25552
Epic CRDB-15060
The text was updated successfully, but these errors were encountered: