Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions cardano_node_tests/tests/test_node_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@ def test_ignore_log_errors(
"""Ignore selected errors in log right after node upgrade."""
common.get_test_id(cluster_singleton)

logfiles.add_ignore_rule(
files_glob="*.stdout",
regex="ChainDB:Error:.* Invalid snapshot DiskSnapshot .*DeserialiseFailure "
".* expected change in the serialization format",
ignore_file_id=worker_id,
)

# The error should be present only when upgrading pre UTxO-HD release.
# The UTxO-HD was added in 10.4.1, so when we are upgrading from 10.4.1+ release to
# 10.5.0+ release, the error should not be there.
Expand Down
1 change: 1 addition & 0 deletions cardano_node_tests/utils/logfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"DiffusionError thread killed",
# TODO: connection to other node before the other node is started
r"AcquireConnectionError Network\.Socket\.connect",
"expected change in the serialization format",
]
# Already removed from the list above:
# * Workaround for node issue https://github.com/IntersectMBO/cardano-node/issues/4369
Expand Down
Loading