dkropachev opened a new pull request, #1383: URL: https://github.com/apache/cassandra-spark-connector/pull/1383
## Summary The `AuthCluster` fixture now properly supports Scylla's SSL/Auth configuration (added in #31), so the `CassandraAuthenticatedConnectorSpec` tests no longer need to be skipped when running against Scylla. - Removed `assumeNotScylla` calls from all 4 tests - Tests verified passing against Scylla 6.2.0 ## Test plan - [x] Run `CCM_IS_SCYLLA=true CCM_CASSANDRA_VERSION="release:6.2.0" ./sbt/sbt "it:testOnly *CassandraAuthenticatedConnectorSpec*"` - [x] Verify all 4 tests pass Fixes #28 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

