zstan commented on code in PR #6276:
URL: https://github.com/apache/ignite-3/pull/6276#discussion_r2219244051
##########
modules/runner/src/test/java/org/apache/ignite/internal/configuration/compatibility/framework/ConfigurationTreeComparatorSelfTest.java:
##########
@@ -838,6 +841,76 @@ public void
polymorphicConfigMoveFieldToBase2Subclasses(boolean hasDefault) {
assertIncompatible(root2, root1);
}
}
+
+ private static Stream<Arguments> defaultDefault() {
Review Comment:
I think you can use notation like below instead
```
@CartesianTest
void serializationAndDeserialization(
@Values(booleans = {false, true}) boolean force,
@Values(booleans = {false, true}) boolean fromReset
) {
```
--
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]