Skip to content

Commit

Permalink
Merge pull request #2890 from IntersectMBO/match_new_errors_10.2
Browse files Browse the repository at this point in the history
fix(logfiles): update ignored error patterns
  • Loading branch information
mkoura authored Jan 21, 2025
2 parents a2039e5 + 7598b05 commit fbb9c54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cardano_node_tests/utils/logfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
ERRORS_IGNORE_FILE_NAME = ".errors_to_ignore"

ERRORS_IGNORED = [
r"cardano\.node\.[^:]+:Info:",
r"cardano\.node\.[^:]+:Debug:",
r"cardano\.node\.[^:]+:Info:",
"db-sync-node:Info:",
"cardano-tx-submit:Info:",
"Event: LedgerUpdate",
Expand All @@ -37,8 +37,8 @@
"TraceDidntAdoptBlock",
"failedScripts",
"closed when reading data, waiting on next header",
"MuxIOException writev: resource vanished",
r"MuxIOException Network\.Socket\.recvBuf: resource vanished",
"IOException writev: resource vanished",
r"IOException Network\.Socket\.recvBuf: resource vanished",
# Can happen when single postgres instance is used for multiple db-sync services
"db-sync-node.*could not serialize access",
# Can happen on p2p when node is shutting down
Expand Down

0 comments on commit fbb9c54

Please sign in to comment.