ninja follow-up to CASSANDRA-21212: fix AccordVirtualTablesTest.tableUpdates

This commit is contained in:
Benedict Elliott Smith 2026-06-09 10:14:21 +01:00
parent 8fa9a75fc2
commit 24717dbb0c
1 changed files with 1 additions and 2 deletions

View File

@ -145,8 +145,7 @@ public class AccordVirtualTablesTest extends CQLTester
// enjoy retirement!
tm.onEpochRetired(Ranges.single(TokenRange.fullRange(T1, getPartitioner())), e2);
assertRows(execute("SELECT * FROM " + VIRTUAL_VIEWS + "." + AccordVirtualTables.TABLE_EPOCHS),
row(e2, T1_META.keyspace, T1_META.name, List.of(), FULL_RANGE, List.of(), FULL_RANGE, FULL_RANGE),
row(e1, T1_META.keyspace, T1_META.name, FULL_RANGE, FULL_RANGE, List.of(), FULL_RANGE, FULL_RANGE));
row(e2, T1_META.keyspace, T1_META.name, List.of(), FULL_RANGE, List.of(), FULL_RANGE, FULL_RANGE));
}
private static EpochReady pendingReady(long epoch)