Skip to content

Commit c176e92

Browse files
committed
pytest: note that we also trigger CI failure on this "That's weird" messages.
Signed-off-by: Rusty Russell <[email protected]>
1 parent f35d971 commit c176e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pyln-testing/pyln/testing/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def map_node_error(nodes, f, msg):
498498

499499
map_node_error(nf.nodes, printValgrindErrors, "reported valgrind errors")
500500
map_node_error(nf.nodes, printCrashLog, "had crash.log files")
501-
map_node_error(nf.nodes, checkBroken, "had BROKEN messages")
501+
map_node_error(nf.nodes, checkBroken, "had BROKEN or That's weird messages")
502502
map_node_error(nf.nodes, lambda n: not n.allow_warning and n.daemon.is_in_log(r' WARNING:'), "had warning messages")
503503
map_node_error(nf.nodes, checkReconnect, "had unexpected reconnections")
504504
map_node_error(nf.nodes, checkPluginJSON, "had malformed hooks/notifications")

0 commit comments

Comments
 (0)