Skip to content
Snippets Groups Projects
Commit 9dd85876 authored by zphrs's avatar zphrs
Browse files

reverted change to main

parent 7a636c2d
No related branches found
No related tags found
No related merge requests found
...@@ -90,18 +90,18 @@ from .tests.stress.stress_tests import STRESS_TESTS ...@@ -90,18 +90,18 @@ from .tests.stress.stress_tests import STRESS_TESTS
TEST_SET = [] TEST_SET = []
# tests from here... # tests from here...
# TEST_SET.append(TestCase("hello_cluster", hello_cluster)) TEST_SET.append(TestCase("hello_cluster", hello_cluster))
# TEST_SET.extend(BASIC_TESTS) TEST_SET.extend(BASIC_TESTS)
# TEST_SET.extend(AVAILABILITY_TESTS) TEST_SET.extend(AVAILABILITY_TESTS)
# TEST_SET.extend(CAUSAL_TESTS) TEST_SET.extend(CAUSAL_TESTS)
# TEST_SET.extend(CONVERGENCE_TESTS) TEST_SET.extend(CONVERGENCE_TESTS)
# ... to here can be run in parallel. # ... to here can be run in parallel.
# Below here should be run synchronously: # Below here should be run synchronously:
# TEST_SET.extend(PROXY_TESTS) TEST_SET.extend(PROXY_TESTS)
# TEST_SET.extend(SHUFFLE_TESTS) TEST_SET.extend(SHUFFLE_TESTS)
TEST_SET.extend(STRESS_TESTS) TEST_SET.extend(STRESS_TESTS)
# This one is less of a test and more a graphing program: # This one is less of a test and more a graphing program:
# TEST_SET.extend(BENCHMARKS) TEST_SET.extend(BENCHMARKS)
# set to True to stop at the first failing test # set to True to stop at the first failing test
FAIL_FAST = True FAIL_FAST = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment