SwirMix commented on a change in pull request #8362:
URL: https://github.com/apache/ignite/pull/8362#discussion_r509187959
##########
File path: modules/ducktests/tests/ignitetest/services/ignite_app.py
##########
@@ -110,7 +121,8 @@ def extract_result(self, name):
"""
results = self.extract_results(name)
- assert len(results) <= 1, f"Expected exactly one result occurence,
{len(results)} found."
+ assert len(results) <= len(self.nodes), f"Expected exactly
{len(self.nodes)} occurence," \
Review comment:
ok
----------------------------------------------------------------
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]