pytest: note that we also trigger CI failure on this "That's weird" messages.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -498,7 +498,7 @@ def node_factory(request, directory, test_name, bitcoind, executor, db_provider,
|
||||
|
||||
map_node_error(nf.nodes, printValgrindErrors, "reported valgrind errors")
|
||||
map_node_error(nf.nodes, printCrashLog, "had crash.log files")
|
||||
map_node_error(nf.nodes, checkBroken, "had BROKEN messages")
|
||||
map_node_error(nf.nodes, checkBroken, "had BROKEN or That's weird messages")
|
||||
map_node_error(nf.nodes, lambda n: not n.allow_warning and n.daemon.is_in_log(r' WARNING:'), "had warning messages")
|
||||
map_node_error(nf.nodes, checkReconnect, "had unexpected reconnections")
|
||||
map_node_error(nf.nodes, checkPluginJSON, "had malformed hooks/notifications")
|
||||
|
||||
Reference in New Issue
Block a user