File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 29
29
- name : Run tests on cassandra
30
30
run : |
31
31
RUSTFLAGS="--cfg cassandra_tests" RUST_LOG=trace SCYLLA_URI=172.42.0.2:9042 SCYLLA_URI2=172.42.0.3:9042 SCYLLA_URI3=172.42.0.4:9042 cargo test --features "full-serialization" -- --skip test_views_in_schema_info --skip test_large_batch_statements
32
+ - name : Check for stale test keyspaces
33
+ run : SCYLLA_URI=172.42.0.2:9042 cargo run --bin find_stale_test_keyspaces
32
34
- name : Stop the cluster
33
35
if : ${{ always() }}
34
36
run : docker compose -f test/cluster/cassandra/docker-compose.yml stop
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ jobs:
100
100
- name : Run tests
101
101
run : |
102
102
RUST_LOG=trace SCYLLA_URI=172.42.0.2:9042 SCYLLA_URI2=172.42.0.3:9042 SCYLLA_URI3=172.42.0.4:9042 cargo test --features "full-serialization"
103
+ - name : Check for stale test keyspaces
104
+ run : SCYLLA_URI=172.42.0.2:9042 cargo run --bin find_stale_test_keyspaces
103
105
- name : Stop the cluster
104
106
if : ${{ always() }}
105
107
run : docker compose -f test/cluster/docker-compose.yml stop
You can’t perform that action at this time.
0 commit comments