okreda1 commented on code in PR #11554:
URL: https://github.com/apache/ignite/pull/11554#discussion_r1799338027
##########
modules/ducktests/tests/ignitetest/tests/thin_client_query_test.py:
##########
@@ -70,26 +70,33 @@ def test_thin_client_index_query(self, server_version,
filter):
ignite.stop()
-class IgniteNodeSpecExcludeDucktests(IgniteNodeSpec):
- """
- Ignite node specification that excludes module 'ducktests' from classpath.
- """
- def modules(self):
+def return_spec_without_ducktests(service, base_spec):
Review Comment:
done
##########
modules/ducktests/tests/ignitetest/tests/thin_client_query_test.py:
##########
@@ -35,6 +34,7 @@ class ThinClientQueryTest(IgniteTest):
to use with ssl enabled:
export GLOBALS='{"ssl":{"enabled":true}}' .
"""
+
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]