timoninmaxim commented on code in PR #12601:
URL: https://github.com/apache/ignite/pull/12601#discussion_r2647067422


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/WalModeChangeAdvancedSelfTest.java:
##########
@@ -566,7 +567,8 @@ public void testCacheDestroy() throws Exception {
                     String msg = e.getMessage();
 
                     assert msg.startsWith("Cache doesn't exist") ||
-                        msg.startsWith("Failed to change WAL mode because some 
caches no longer exist") :
+                        msg.startsWith("Failed to change WAL mode because some 
caches no longer exist") ||
+                        msg.startsWith("Cache names cannot be empty.") :

Review Comment:
   This is misleading error, user should never receive it.



-- 
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]

Reply via email to