We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2c404a + 4979063 commit dffc2d0Copy full SHA for dffc2d0
pkg/kv/kvserver/client_split_test.go
@@ -1515,6 +1515,7 @@ func TestStoreZoneUpdateAndRangeSplit(t *testing.T) {
1515
tdb.Exec(t, `SET CLUSTER SETTING kv.closed_timestamp.target_duration = '20ms'`)
1516
tdb.Exec(t, `SET CLUSTER SETTING kv.closed_timestamp.side_transport_interval = '20ms'`)
1517
tdb.Exec(t, `SET CLUSTER SETTING kv.rangefeed.closed_timestamp_refresh_interval = '20ms'`)
1518
+ tdb.Exec(t, `SET CLUSTER SETTING kv.range_split.by_load_enabled = false`)
1519
tdb.Exec(t, "CREATE TABLE t ()")
1520
var descID uint32
1521
tdb.QueryRow(t, "SELECT 't'::regclass::int").Scan(&descID)
0 commit comments