Sega76 commented on a change in pull request #8555:
URL: https://github.com/apache/ignite/pull/8555#discussion_r542451846
##########
File path: modules/ducktests/tests/ignitetest/services/spark.py
##########
@@ -55,8 +55,8 @@ def __init__(self, context, num_nodes=3):
"collect_default": True
}
- def start(self):
- BackgroundThreadService.start(self)
+ def start(self, clean=True):
Review comment:
when we override a method, we have to consider the arguments of the
superclass
----------------------------------------------------------------
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]