arjunashok commented on code in PR #58:
URL: https://github.com/apache/cassandra-sidecar/pull/58#discussion_r1300510095
##########
src/test/integration/org/apache/cassandra/testing/TestVersionSupplier.java:
##########
@@ -35,7 +35,7 @@ public class TestVersionSupplier
Stream<TestVersion> testVersions()
{
// By default, we test 2 versions that will exercise oldest and newest
supported versions
- String versions =
System.getProperty("cassandra.sidecar.versions_to_test", "4.0,5.0");
+ String versions =
System.getProperty("cassandra.sidecar.versions_to_test", "5.0");
Review Comment:
Currently validating tests with both versions enabled. Will revert this
change
--
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]