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
There was a bug in this test where, when using the declarative schema changer,
we would increment the running row count by a factor of 3 when doing addColumn/dropColumn
operations. This behavior aligns with the legacy schema changer where we expect to see
two backfills. For the declarative schema changer, we should only double the row count
because we see one backfill.
In cockroachdb#108155, this bug was caused the rowcount would be incorrectly nonzero which would cause
test would get stuck waiting for rows to be emitted.
Fixes: cockroachdb#108155
Release note: None
Epic: None
0 commit comments