scylladb / java-driver

ScyllaDB Java Driver for ScyllaDB and Apache Cassandra, based on the DataStax Java Driver
Apache License 2.0
63 stars 37 forks source link

3.x: Change DRIVER_NAME to ScyllaDB Java Driver #319

Closed Bouncheck closed 3 months ago

Bouncheck commented 3 months ago

Fixes #300.

Lorak-mmk commented 3 months ago

@Bouncheck Why is CI failing?

Bouncheck commented 3 months ago

I don't know why this one happens but it also seems to be flaky CI

Bouncheck commented 3 months ago

There is probably some condition that causes that directory to be created or not, not sure what that is yet.

Bouncheck commented 3 months ago

Seems that surefire is running actually 0 tests thus not generating any xml reports. Copy fails because it cannot find any file matching the pattern. I'm not sure why since I've seen this step complete successfully before.