The test executes a LWT query in order to create a paxos state table and verify the table properties. However, after executing the LWT query, the table may not exist on all nodes but only on a quorum of nodes, thus checking the properties of the table may fail if the table doesn't exist on the queried node. To fix that, execute a group0 read barrier to ensure the table is created on all nodes. Fixes scylladb/scylladb#27398 Closes scylladb/scylladb#27401
25 KiB
25 KiB