skorotkov commented on code in PR #11554: URL: https://github.com/apache/ignite/pull/11554#discussion_r1799264930
########## 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: Please add description of the function and parameters ########## 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: Please remove this unintended change -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org