File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,8 @@ run-test-integration-scylla: build-integration-test-bin
188
188
endif
189
189
@echo "Running integration tests on scylla ${SCYLLA_VERSION}"
190
190
valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite build/cassandra-integration-tests --scylla --version=${SCYLLA_VERSION} --category=CASSANDRA --verbose=ccm --gtest_filter="${SCYLLA_TEST_FILTER}"
191
+ @echo "Running timeout sensitive tests on scylla ${SCYLLA_VERSION}"
192
+ build/cassandra-integration-tests --scylla --version=${SCYLLA_VERSION} --category=CASSANDRA --verbose=ccm --gtest_filter="AsyncTests.Integration_Cassandra_Simple"
191
193
192
194
run-test-integration-cassandra : prepare-integration-test download-ccm-cassandra-image install-java8-if-missing
193
195
ifdef DONT_REBUILD_INTEGRATION_BIN
@@ -197,6 +199,8 @@ run-test-integration-cassandra: build-integration-test-bin
197
199
endif
198
200
@echo "Running integration tests on cassandra ${CASSANDRA_VERSION}"
199
201
valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite build/cassandra-integration-tests --version=${CASSANDRA_VERSION} --category=CASSANDRA --verbose=ccm --gtest_filter="${CASSANDRA_TEST_FILTER}"
202
+ @echo "Running timeout sensitive tests on cassandra ${CASSANDRA_VERSION}"
203
+ build/cassandra-integration-tests --version=${CASSANDRA_VERSION} --category=CASSANDRA --verbose=ccm --gtest_filter="AsyncTests.Integration_Cassandra_Simple"
200
204
201
205
run-test-unit : install-cargo-if-missing _update-rust-tooling
202
206
@cd ${CURRENT_DIR} /scylla-rust-wrapper; cargo test
You can’t perform that action at this time.
0 commit comments