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
150978: roachtest: add logging to jobs/stress r=kev-cao a=msbutler
job/stress recently timed out, and I couldn't figure out why. This patch adds a bit more logging for the next failure, and removes some deprecated machinery.
Informs #150801
Release note: none
151500: sql: make DeleteRange chunk size metamorphic r=yuzefovich a=yuzefovich
Previously, we used the hard-coded value of 600 for `row.TableTruncateChunkSize` which originally dictated the usage of DelRange KV requests when truncating the table and over time the constant's usage has been expanded to other places where DelRange was used. In particular, we have a fast-path deleteRange operator that uses it, and this commit makes the constant there metamorphic.
Additionally, this commit separates out the constants that were unified in 3d19b62 so that the index deletion code (that also uses DelRange requests) has its own, and in tests (which seem to have rotted a bit over time), we now hard-code the previous value.
Informs: #151294.
Epic: None
Release note: None
151758: roachtest: route schema workload flakes in pcr tests to foundations r=kev-cao a=msbutler
Informs #150548
Informs #151645
Release note: none
151768: tests,sqlsmith: skip st_snap in TestRandomSyntaxSQLSmith r=yuzefovich a=yuzefovich
There is a known issue with `st_snap` that causes a crash in geos, so we avoid generating a stmt with this builtin for now.
Additionally, I noticed some random stmts that always will hit an error because ORDER BY clause contains a type that doesn't define an ordering, so this commit also adjusts the sqlsmith generation for REFCURSOR, JSONPATH, and PGVECTOR (to match `ensureColumnOrderable`).
Informs: #151103Fixes: #151580
Release note: None
151787: fingerprintutils: select database and tables with aost if specified r=kev-cao a=msbutler
Previously, if a user wanted to fingerprint a database(s) with an AOST, the utility mistakenly selected the database/tables without an aost. This patch fixes this.
Fixes#150548
Release note: none
Co-authored-by: Michael Butler <butler@cockroachlabs.com>
Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com>
0 commit comments