scylladb / scylla-java-driver-matrix

2 stars 7 forks source link

patches are not using `experimental_features` correctly #24

Closed fruch closed 1 year ago

fruch commented 1 year ago

a big portion of the test are failing, cause we need udf enable, and it's not enabled correctly similar to the python matrix issue: https://github.com/scylladb/python-driver-matrix/pull/64

first we need ccm to support passing lists in commandline into configuration: https://github.com/scylladb/scylla-ccm/pull/512 and then this can be fixed

fruch commented 1 year ago

https://github.com/scylladb/scylla-ccm/pull/512 is merged