Skip to content

Commit cab3b7f

Browse files
craig[bot]yuzefovich
andcommitted
Merge #146136
146136: logictest: increase closed ts in buffered_writes further r=yuzefovich a=yuzefovich 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). Fixes: #145891. Fixes: #145963. Fixes: #146092. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
2 parents 4be35ba + b7b9e97 commit cab3b7f

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)