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
155653: roachtest: run INSPECT as background job and poll for completion r=spilchen a=spilchen
Long-running INSPECT statements (e.g., >3h) have previously failed due to connection resets, despite no server crash. This likely stems from a missed keep-alive or a client timeout, though the exact cause is unclear.
This change updates the roachtest to:
- Run the INSPECT statement as a background job using a short statement_timeout (5s).
- Poll the job table for job completion instead of waiting synchronously.
- Report progress at 10% intervals to improve visibility without overwhelming the logs.
Fixes#155610
Release note: none
Epic: none
155657: sql: admins now have full access to all external connections r=rafiss a=kev-cao
Previously, if a non-admin user were to create an external connection, that connection would not show up in the output of `SHOW EXTERNAL CONNECTIONS` that was run by an admin.
This patch fixes this bug so that admins can now see/use all external connections.
Fixes: #146773
Release note: Admin users now have full access to all external connections.
155664: Update diagram for ALTER EXTERNAL CONNECTION r=kev-cao a=peachdawnleach
docgen: update ALTER EXTERNAL CONNECTION diagram
Epic: none
Release note: none
Release justification: non-production code change
Part of [DOC-13254](https://cockroachlabs.atlassian.net/browse/DOC-13254)
New diagram:
<img width="1023" height="283" alt="Screenshot 2025-10-17 at 7 24 43 PM" src="https://github.com/user-attachments/assets/21975cb9-e9ef-4162-8782-7249436bad05" />
155792: sql: increase timeout in TestIndexBackfillerResumePreservesProgress r=rafiss a=rafiss
This increases all three timeouts in the test from 5 seconds to 30 seconds
Resolves: #155646
Release note: None
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Matt Spilchen <[email protected]>
Co-authored-by: Kevin Cao <[email protected]>
Co-authored-by: Peach Leach <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
0 commit comments