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


##########
modules/clients/src/test/java/org/apache/ignite/common/CacheEventSecurityContextTest.java:
##########
@@ -134,30 +146,42 @@ public static Iterable<Object[]> data() {
         return res;
     }
 
-    /** */
+    /**
+     *
+     */
     @Parameterized.Parameter()
     public String cacheName;
 
-    /** */
+    /**
+     *
+     */
     @Parameterized.Parameter(1)
     public TransactionIsolation txIsolation;
 
-    /** */
+    /**
+     *
+     */
     @Parameterized.Parameter(2)
     public TransactionConcurrency txConcurrency;
 
-    /** */
+    /**
+     *
+     */
     private String operationInitiatorLogin;
 
-    /** {@inheritDoc} */
+    /**
+     * {@inheritDoc}
+     */
     @Override protected IgniteConfiguration getConfiguration(String 
igniteInstanceName) throws Exception {
         return super.getConfiguration(igniteInstanceName)
             .setCacheConfiguration(
-                new 
CacheConfiguration<>(ATOMIC_CACHE).setAtomicityMode(ATOMIC), 

Review Comment:
   Please, 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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to