scylladb / scylla-java-driver-matrix

2 stars 7 forks source link

use `experimental_features:[udf]` and not `experimental: true` #26

Closed fruch closed 1 year ago

fruch commented 1 year ago

experimental flag isn't supported anymore by scylla

Ref: scylladb/scylla-ccm#512 Fixes: #24

Testing

fruch commented 1 year ago

4.17.0

has 3 new failures: https://jenkins.scylladb.com/view/staging/job/scylla-staging/job/fruch/job/java-driver-matrix-test/84/testReport/

k0machi commented 1 year ago

Can't use nowInSeconds with protocol V4

Can we skip tests on particular protocol versions? Since driver matrix tests both v3 and v4 we'll always get this failure otherwise.

fruch commented 1 year ago

Can't use nowInSeconds with protocol V4

Can we skip tests on particular protocol versions? Since driver matrix tests both v3 and v4 we'll always get this failure otherwise.

Seems like it's V5 feature, not sure why it's started running in this version