scylladb / python-driver-matrix

3 stars 11 forks source link

Since Aug 18 all upstream tests are failing (not using experimental_features correctly) #63

Closed fruch closed 9 months ago

fruch commented 10 months ago

Seems like Scylla isn't booting, and since we don't collect logs, it's not clear why, and what broke it.

Need to run local and investigate

fruch commented 10 months ago

seems like

2023-09-20 05:28:40,323 DEBUG [__init__:430]: Removing cluster test_cluster
tests/integration/standard/test_policies.py::HostFilterPolicyTests::test_predicate_changes ERROR 2023-09-20 05:28:40,230 [shard 0:main] init - Startup failed: std::runtime_error (You must use both enable_user_defined_functions and experimental_features:udf to enable user-defined functions)

the patch we have for upstream version, still uses experimental and not experimental_features

fruch commented 10 months ago

seems like the java-driver-matrix is having the same problem