Skip to content

Commit 7c46e9e

Browse files
committed
asim: skip more asim tests under CI
This commit skips certain long-running asim tests in CI to reduce kv/kvserver/asim/tests test time.
1 parent 4dd6f9e commit 7c46e9e

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

pkg/kv/kvserver/asim/tests/testdata/non_rand/load_distribution_movement_disabled_enable_later.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
skip_under_ci
2+
----
3+
14
# 16vCPU machines.
25
gen_cluster nodes=10 node_cpu_rate_capacity=16000000000
36
----

pkg/kv/kvserver/asim/tests/testdata/non_rand/mma_constraint_satisfaction1_full_disk.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
skip_under_ci
2+
----
3+
14
# specify zone survivability (2, 2, 1) replicas across 3 regions.
25
# a(n1.n2) b(n3,n4) c(n5) d(n6-n9)
36
# 10737418240 is 10GB

pkg/kv/kvserver/asim/tests/testdata/non_rand/mma_high_cpu_skewed_placement.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
skip_under_ci
2+
----
3+
14
gen_cluster nodes=7 node_cpu_rate_capacity=50000
25
----
36
WARNING: node CPU capacity of ≈0.00 cores is likely accidental

pkg/kv/kvserver/asim/tests/testdata/non_rand/mma_high_cpu_unable_to_shed_leases.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
skip_under_ci
2+
----
3+
14
# Want to test two cases:
25
# (1) Where its impossible to shed leases from the CPU overloaded store, so we
36
# should initially observe a period of no rebalancing activity away from

0 commit comments

Comments
 (0)