zstan commented on code in PR #6872:
URL: https://github.com/apache/ignite-3/pull/6872#discussion_r2494350402
##########
modules/compatibility-tests/src/test/java/org/apache/ignite/internal/ApiCompatibilityTest.java:
##########
@@ -61,6 +61,10 @@ class ApiCompatibilityTest {
"org.apache.ignite.table.IgniteTables#tableAsync(java.lang.String)", //
METHOD_ABSTRACT_NOW_DEFAULT
"org.apache.ignite.table.QualifiedName", // CLASS_NOW_FINAL
"org.apache.ignite.table.Table#name()" //
METHOD_ABSTRACT_NOW_DEFAULT
+ ),
+ "3.1.0", List.of(
+ // Erroneous error code remove between versions
+
"org.apache.ignite.lang.ErrorGroups$DisasterRecovery#RESTART_WITH_CLEAN_UP_ERR"
Review Comment:
@alievmirza plz review this line, if you are ok with approach - plz make an
approve
--
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]