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
154180: roachtest: add helper to retry cluster settings r=herkolategan,srosenberg a=DarrylWong
We occasionally see cluster setting statements time out due to overloaded clusters (e.g. mutators in mixed version tests, post test assertions).
This change adds a small helper to retry those cluster setting statements.
Informs: #143791
Informs: #145092
156795: roachtest: fix allow_unsafe_internals edge cases r=herkolategan,srosenberg a=DarrylWong
In #156581, we started setting `allow_unsafe_internals` unconditionally for roachtests. However, there are a few edge cases where we can't set this. Namely when using `psql` to connect to a postgres database where the CRDB only parameter does not exist.
Fixes: #156702Fixes: #156703Fixes: #156706
Release note: none
156975: crosscluster/logical: test seq support r=jeffswenson a=msbutler
Fixes#155521
Release note (ops change): ensure the user can run CREATE LOGICAL REPLICATION STREAM where the source table has a column with a sequence expression.
Co-authored-by: DarrylWong <[email protected]>
Co-authored-by: Michael Butler <[email protected]>
0 commit comments