We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcf4cc commit ad0e9eaCopy full SHA for ad0e9ea
pkg/kv/kvserver/asim/tests/testdata/non_rand/sma/liveness.txt
@@ -1,6 +1,10 @@
1
# This test verifies node liveness handling in a 7-node cluster with 700 ranges (RF=3).
2
# Node 7 is dead initially, node 6 becomes decommissioning after 3 minutes.
3
# Expected: Dead/decommissioning nodes lose all replicas and leases.
4
+#
5
+# TODO(tbg): this test doesn't need that many ranges, I think. Lower range count, make the
6
+# delays for changing liveness status significantly smaller, and shorten test duration. Then
7
+# this test should simulate pretty quickly and doesn't need to be skipped under CI.
8
skip_under_ci
9
----
10
0 commit comments