nizhikov commented on a change in pull request #9755:
URL: https://github.com/apache/ignite/pull/9755#discussion_r789569319



##########
File path: modules/ducktests/tests/ignitetest/tests/snapshot_test.py
##########
@@ -63,8 +63,14 @@ def snapshot_test(self, ignite_version):
         loader = IgniteApplicationService(
             self.test_context,
             loader_config,
-            
java_class_name="org.apache.ignite.internal.ducktest.tests.snapshot_test.DataLoaderApplication",
-            params={"start": 0, "cacheName": self.CACHE_NAME, "interval": 
500_000, "valueSizeKb": 1}
+            
java_class_name="org.apache.ignite.internal.ducktest.tests.data_generation.DataGenerationApplication",
+            params={

Review comment:
       Let's have single params dictionary and modify it for second run




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