Skip to content

Commit b7b9e97

Browse files
committed
logictest: increase closed ts in buffered_writes further
We still see a RETRY_SERIALIZABLE error on COMMIT of a txn that reads large blobs under race, so increase the closed ts interval even further (beyond the test timeout). Release note: None
1 parent 18fe305 commit b7b9e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sql/logictest/testdata/logic_test/buffered_writes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ SELECT count(*) FROM uvw
404404
user host-cluster-root
405405

406406
statement ok
407-
SET CLUSTER SETTING kv.closed_timestamp.target_duration = '30s'
407+
SET CLUSTER SETTING kv.closed_timestamp.target_duration = '99999s'
408408

409409
user root
410410

0 commit comments

Comments
 (0)