Fix Cockroach test failures by configuring SQL sequence compatibility
This commit is contained in:
parent
dd385383bb
commit
f42a56fea8
|
@ -684,6 +684,7 @@ SET CLUSTER SETTING sql.stats.automatic_collection.enabled = false;
|
||||||
SET CLUSTER SETTING kv.range_split.by_load_merge_delay = '5s';
|
SET CLUSTER SETTING kv.range_split.by_load_merge_delay = '5s';
|
||||||
ALTER RANGE default CONFIGURE ZONE USING "gc.ttlseconds" = 600;
|
ALTER RANGE default CONFIGURE ZONE USING "gc.ttlseconds" = 600;
|
||||||
ALTER DATABASE system CONFIGURE ZONE USING "gc.ttlseconds" = 600;
|
ALTER DATABASE system CONFIGURE ZONE USING "gc.ttlseconds" = 600;
|
||||||
|
SET CLUSTER SETTING sql.defaults.serial_normalization=sql_sequence;
|
||||||
|
|
||||||
quit
|
quit
|
||||||
EOF
|
EOF
|
||||||
|
@ -724,6 +725,7 @@ SET CLUSTER SETTING sql.stats.automatic_collection.enabled = false;
|
||||||
SET CLUSTER SETTING kv.range_split.by_load_merge_delay = '5s';
|
SET CLUSTER SETTING kv.range_split.by_load_merge_delay = '5s';
|
||||||
ALTER RANGE default CONFIGURE ZONE USING "gc.ttlseconds" = 600;
|
ALTER RANGE default CONFIGURE ZONE USING "gc.ttlseconds" = 600;
|
||||||
ALTER DATABASE system CONFIGURE ZONE USING "gc.ttlseconds" = 600;
|
ALTER DATABASE system CONFIGURE ZONE USING "gc.ttlseconds" = 600;
|
||||||
|
SET CLUSTER SETTING sql.defaults.serial_normalization=sql_sequence;
|
||||||
|
|
||||||
quit
|
quit
|
||||||
EOF
|
EOF
|
||||||
|
@ -769,6 +771,7 @@ SET CLUSTER SETTING timeseries.storage.resolution_30m.ttl = '0s';
|
||||||
ALTER RANGE default CONFIGURE ZONE USING \"gc.ttlseconds\" = 10;
|
ALTER RANGE default CONFIGURE ZONE USING \"gc.ttlseconds\" = 10;
|
||||||
ALTER DATABASE system CONFIGURE ZONE USING \"gc.ttlseconds\" = 10;
|
ALTER DATABASE system CONFIGURE ZONE USING \"gc.ttlseconds\" = 10;
|
||||||
ALTER DATABASE defaultdb CONFIGURE ZONE USING \"gc.ttlseconds\" = 10;
|
ALTER DATABASE defaultdb CONFIGURE ZONE USING \"gc.ttlseconds\" = 10;
|
||||||
|
SET CLUSTER SETTING sql.defaults.serial_normalization=sql_sequence;
|
||||||
quit
|
quit
|
||||||
EOF
|
EOF
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue