nizhikov commented on a change in pull request #7319: IGNITE-12583 : refactored
JdbcThinBulkLoadAbstractSelfTest into a parametrized one
URL: https://github.com/apache/ignite/pull/7319#discussion_r371783267
##########
File path:
modules/clients/src/test/java/org/apache/ignite/jdbc/thin/JdbcThinBulkLoadSelfTest.java
##########
@@ -89,6 +96,31 @@
/** JDBC statement. */
private Statement stmt;
+ /** Parametrized run param : cacheMode */
+ @Parameterized.Parameter(0)
+ public CacheMode cacheMode;
+
+ /** Parametrized run param : atomicity */
Review comment:
. in the end of the comment required.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services