Sega76 commented on a change in pull request #8267:
URL: https://github.com/apache/ignite/pull/8267#discussion_r494166560
##########
File path: modules/ducktests/tests/ignitetest/utils/ignite_test.py
##########
@@ -16,12 +16,16 @@
"""
This module contains basic ignite test.
"""
+import os
from time import monotonic
-from ducktape.tests.test import Test
+from ducktape.utils.local_filesystem_utils import mkdir_p
+from ducktape.tests.test import Test, TestContext
+from ignitetest.services.ignite import IgniteService
+from ignitetest.services.utils.ignite_persistence import PersistenceAware,
IgnitePersistenceAware
-# pylint: disable=W0223
+# pylint: disable=C0103,W0223,W0703
Review comment:
fixed
----------------------------------------------------------------
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]