File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
1717 build :
18- # ccm requires Python 2 when creating a serverless cluster.
19- # Python 2 is pre-installed on Ubuntu 20.04.
20- runs-on : ubuntu-20.04
18+ runs-on : ubuntu-latest
2119 timeout-minutes : 60
2220 steps :
2321 - uses : actions/checkout@v3
2624
2725 - name : Create serverless cluster
2826 run : |
29- ccm create serverless -i 127.0.1. -n 1 --scylla -v release:5.1.6
27+ ccm create serverless -i 127.0.1. -n 1 --scylla -v release:6.2
3028 ccm start --sni-proxy --sni-port 7777
3129 - name : Update rust toolchain
3230 run : rustup update
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ async fn test_prepared_statement_col_specs() {
1212 session
1313 . ddl ( format ! (
1414 "CREATE KEYSPACE IF NOT EXISTS {} WITH REPLICATION =
15- {{'class' : 'NetworkTopologyStrategy', 'replication_factor' : 3 }}" ,
15+ {{'class' : 'NetworkTopologyStrategy', 'replication_factor' : 1 }}" ,
1616 ks
1717 ) )
1818 . await
You can’t perform that action at this time.
0 commit comments