Skip to content

Commit e4db2dd

Browse files
craig[bot]stevendanna
andcommitted
Merge #153515
153515: logictest: remove a TODO r=miraradeva a=stevendanna We investigated this and it is a result of how the test is structured. Fixes #151895 Release note: None Co-authored-by: Steven Danna <[email protected]>
2 parents 32699b0 + eb4a27a commit e4db2dd

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)