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
Add a new builtin function that waits until all pending fixups have
been processed for a given index. This is used for testing.
Previously, we were processing fixups in deterministic tests by calling
ProcessFixups just before inserting vectors or searching for them.
However, that was causing deadlocks, because fixups were being processed
in the same transaction that was updating the index.
The vector_index test is now updated to call the new builtin when it
needs to force fixup processing.
Epic: CRDB-42943
Release note: None
0 commit comments