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
154635: sql: skip flaky ngpsql roachtests r=rafiss a=bghal
The tests are timing out.
```
Failed Import_string_array [30 s]
Stack Trace:
```
```
Failed Prepended_messages [30 s]
Stack Trace:
```
Fixes: #154004Fixes: #153691
Release note: None
154678: sql: give cluster time to upgrade under test r=rafiss a=bghal
In local 3-node testing the upgrade takes ~80s to get to the cluster
version bump so relaxing the retries helps the tests pass.
Epic: none
Fixes: #154550Fixes: #154077Fixes: #155046
Release note: None
154873: sql: implement `INSPECT` command r=bghal a=bghal
This change implements the `INSPECT` command which runs inspect jobs to
perform consistency validation checks on tables and their indexes.
Informs: #148365, #155056
Epic: CRDB-30356
Release note (sql change): The `INSPECT` command runs consistency
validation check jobs against tables or databases and specified indexes.
Co-authored-by: Brendan Gerrity <[email protected]>
0 commit comments