File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 working-directory : ./scylla-rust-wrapper
3636 run : cargo test
3737
38- - name : Run integration tests on Scylla 5 .0.0
38+ - name : Run integration tests on Scylla 6 .0.0
3939 env :
4040# Ignored tests are added in the end, after the "-" sign.
4141 Tests : " ClusterTests.*\
5353:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
5454:ExecutionProfileTest.InvalidName\
5555:*NoCompactEnabledConnection"
56- run : valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --scylla --version=release:5 .0.0 --category=CASSANDRA --verbose=ccm --gtest_filter="$Tests"
56+ run : valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --scylla --version=release:6 .0.0 --category=CASSANDRA --verbose=ccm --gtest_filter="$Tests"
5757
5858 - name : Upload test logs
5959 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments