Skip to content

Commit 27ae7cc

Browse files
committed
asim: add skip_under_ci for some tests in pkg/kv/kvserver/asim/tests
This commit adds the skip_under_ci flag to the `example_rebalancing`, `example_fulldisk`, `example_liveness`, `example_splitting`, and `example_zone_config` test files, as they tend to run for a longer duration. We plan to extend this flag to additional long-running tests in the future. Epic: none Release note: none
1 parent 0e5d6bd commit 27ae7cc

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

pkg/kv/kvserver/asim/tests/testdata/non_rand/example_fulldisk.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
# Set every store's capacity to 512 GiB, we will later adjust just one store to
25
# have less free capacity.
36
gen_cluster nodes=5 store_byte_capacity=549755813888

pkg/kv/kvserver/asim/tests/testdata/non_rand/example_liveness.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
# This example sets n7 to dead initially and n5 to decommissioning after 2
25
# minutes. The output of replicas per store is then plotted.
36
#

pkg/kv/kvserver/asim/tests/testdata/non_rand/example_rebalancing.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
# Walk through the basics of the datadriven syntax. Create a state generator
25
# where there are 7 stores, 7 ranges and initially the replicas are placed
36
# following a skewed distribution (where s1 has the most replicas, s2 has half

pkg/kv/kvserver/asim/tests/testdata/non_rand/example_splitting.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
# Explore how load based and sized based splitting occur in isolation. In this
25
# example, there is only one store so no rebalancing activity should occur.
36
gen_cluster nodes=1

pkg/kv/kvserver/asim/tests/testdata/non_rand/example_zone_config.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
# This test applies a configuration that prioritizes zone constraints, favoring
25
# the US_East region. As a result, we expect a majority of replicas to be
36
# distributed across stores numbered 1-12, all within the US_East region. The

0 commit comments

Comments
 (0)