smiklosovic commented on code in PR #3564:
URL: https://github.com/apache/cassandra/pull/3564#discussion_r1776834756
##########
test/unit/org/apache/cassandra/config/ConfigCompatibilityTest.java:
##########
@@ -145,7 +151,7 @@ public void diff_4_1() throws IOException
@Test
public void diff_5_0() throws IOException
{
- diff(TEST_DIR + "/version=5.0-alpha1.yml",
ImmutableSet.<String>builder()
+ diff(TEST_DIR + "/version=5.0.0.yml", ImmutableSet.<String>builder()
Review Comment:
@tiagomlalves so when we go to put this into 5.0.x too, just move it back to
5.0-alpha1.yaml here. Then it trunk we introduce 5.1-alpha1.yaml which will be
basically a copy of 5.0-alpha1.yaml.
@michaelsembwever does this make sense to you?
--
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]