Skip to content

Commit eb4a27a

Browse files
committed
logictest: remove a TODO
We investigated this and it is a result of how the test is structured. Fixes #151895 Release note: None
1 parent c2c042f commit eb4a27a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/ccl/logictestccl/testdata/logic_test/buffered_writes_lock_loss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# LogicTest: !3node-tenant !local-mixed-25.2
22
# cluster-opt: disable-mvcc-range-tombstones-for-point-deletes
33

4-
# TODO(#151895): investigate why setting it to 1B deadlocks the test.
4+
# We set the max_buffer_size to avoid unexpected buffer flush since this test expects certain writes to have been
5+
# buffered. If those writes are flushed, the attempts it makes to coordinate a lock-loss event are foiled.
56
statement ok
67
SET CLUSTER SETTING kv.transaction.write_buffering.max_buffer_size = '2KiB';
78

0 commit comments

Comments
 (0)