skorotkov commented on a change in pull request #9755:
URL: https://github.com/apache/ignite/pull/9755#discussion_r791525123
##########
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:
Not applicable now after adding of the separate DataLoader class.
--
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]