File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v3
3030 - name : Run tests
31- run : cargo test --verbose authenticate_superuser -- custom_authentication --ignored
31+ run : RUST_LOG=trace cargo test --verbose authenticate_superuser -- custom_authentication --ignored
Original file line number Diff line number Diff line change 2929 run : cargo build --verbose --tests --features "full-serialization"
3030 - name : Run tests on cassandra
3131 run : |
32- CDC='disabled' SCYLLA_URI=172.42.0.2:9042 SCYLLA_URI2=172.42.0.3:9042 SCYLLA_URI3=172.42.0.4:9042 cargo test --verbose --features "full-serialization" -- --skip test_views_in_schema_info --skip test_large_batch_statements
32+ CDC='disabled' 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 --verbose --features "full-serialization" -- --skip test_views_in_schema_info --skip test_large_batch_statements
3333 - name : Stop the cluster
3434 if : ${{ always() }}
3535 run : docker compose -f test/cluster/cassandra/docker-compose.yml stop
Original file line number Diff line number Diff line change 5353 - name : Run tests
5454 run : |
5555 cargo clean
56- SCYLLA_URI=172.42.0.2:9042 SCYLLA_URI2=172.42.0.3:9042 SCYLLA_URI3=172.42.0.4:9042 cargo test --verbose --features "full-serialization"
56+ 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 --verbose --features "full-serialization"
5757 - name : Stop the cluster
5858 if : ${{ always() }}
5959 run : docker compose -f test/cluster/docker-compose.yml stop
Original file line number Diff line number Diff line change 3535 - name : Run cloud example
3636 run : cargo run --example cloud -- $HOME/.ccm/serverless/config_data.yaml
3737 - name : Run cloud tests
38- run : CLOUD_CONFIG_PATH=$HOME/.ccm/serverless/config_data.yaml RUSTFLAGS="--cfg scylla_cloud_tests" cargo test --verbose
38+ run : CLOUD_CONFIG_PATH=$HOME/.ccm/serverless/config_data.yaml RUSTFLAGS="--cfg scylla_cloud_tests" RUST_LOG=trace cargo test --verbose
3939
4040 - name : Remove serverless cluster
4141 run : ccm remove serverless
You can’t perform that action at this time.
0 commit comments