You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/05/03 21:19:41 UTC

[GitHub] [cassandra-dtest] maedhroz commented on a diff in pull request #192: CASSANDRA-17594: Fix flaky python-tests due to connection getting closed

maedhroz commented on code in PR #192:
URL: https://github.com/apache/cassandra-dtest/pull/192#discussion_r864270189


##########
conftest.py:
##########
@@ -240,11 +241,8 @@ def check_logs_for_errors(dtest_setup):
                     error_str = error.strip()
 
                 if error_str:
-                    logger.error("Unexpected error in {node_name} log, error: \n{error}"
-                                 .format(node_name=node.name, error=error_str))

Review Comment:
   Was this just creating unnecessary logging noise before?



-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org