File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -93,13 +93,6 @@ def test_ignore_log_errors(
9393 """Ignore selected errors in log right after node upgrade."""
9494 common .get_test_id (cluster_singleton )
9595
96- logfiles .add_ignore_rule (
97- files_glob = "*.stdout" ,
98- regex = "ChainDB:Error:.* Invalid snapshot DiskSnapshot .*DeserialiseFailure "
99- ".* expected change in the serialization format" ,
100- ignore_file_id = worker_id ,
101- )
102-
10396 # The error should be present only when upgrading pre UTxO-HD release.
10497 # The UTxO-HD was added in 10.4.1, so when we are upgrading from 10.4.1+ release to
10598 # 10.5.0+ release, the error should not be there.
Original file line number Diff line number Diff line change 5959 "DiffusionError thread killed" ,
6060 # TODO: connection to other node before the other node is started
6161 r"AcquireConnectionError Network\.Socket\.connect" ,
62+ "expected change in the serialization format" ,
6263]
6364# Already removed from the list above:
6465# * Workaround for node issue https://github.com/IntersectMBO/cardano-node/issues/4369
You can’t perform that action at this time.
0 commit comments