cockroachdb / cockroachdb/cockroach
test to ensure blocking of schema change for special tables
Open
C-enhancement
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
#150747 enables transactions that perform cache invalidation by version bumping the table to be unblocked. We want to make sure that transactions that also do operations that should be blocked (e.g. schema changes) remain blocked.
Jira issue: CRDB-52964
Contributor guide
Assessment
This issue has not been assessed yet.