Skip to content

Commit b0ad374

Browse files
committed
Fix Cockroach test failures by configuring SQL sequence compatibility
1 parent 1ba2203 commit b0ad374

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker_db.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ SET CLUSTER SETTING sql.stats.automatic_collection.enabled = false;
724724
SET CLUSTER SETTING kv.range_split.by_load_merge_delay = '5s';
725725
ALTER RANGE default CONFIGURE ZONE USING "gc.ttlseconds" = 600;
726726
ALTER DATABASE system CONFIGURE ZONE USING "gc.ttlseconds" = 600;
727+
SET CLUSTER SETTING sql.defaults.serial_normalization=sql_sequence;
727728
728729
quit
729730
EOF
@@ -764,6 +765,7 @@ SET CLUSTER SETTING sql.stats.automatic_collection.enabled = false;
764765
SET CLUSTER SETTING kv.range_split.by_load_merge_delay = '5s';
765766
ALTER RANGE default CONFIGURE ZONE USING "gc.ttlseconds" = 600;
766767
ALTER DATABASE system CONFIGURE ZONE USING "gc.ttlseconds" = 600;
768+
SET CLUSTER SETTING sql.defaults.serial_normalization=sql_sequence;
767769
768770
quit
769771
EOF
@@ -809,6 +811,7 @@ SET CLUSTER SETTING timeseries.storage.resolution_30m.ttl = '0s';
809811
ALTER RANGE default CONFIGURE ZONE USING \"gc.ttlseconds\" = 10;
810812
ALTER DATABASE system CONFIGURE ZONE USING \"gc.ttlseconds\" = 10;
811813
ALTER DATABASE defaultdb CONFIGURE ZONE USING \"gc.ttlseconds\" = 10;
814+
SET CLUSTER SETTING sql.defaults.serial_normalization=sql_sequence;
812815
quit
813816
EOF
814817
"

0 commit comments

Comments
 (0)