rgb-cln/tests
Rusty Russell ef7a820ab1 log: make formatting more consistent.
1. Printed form is always "[<nodeid>-]<prefix>: <string>"
2. "jcon fd %i" becomes "jsonrpc #%i".
3. "jsonrpc" log is only used once, and is removed.
4. "database" log prefix is use for db accesses.
5. "lightningd(%i)" becomes simply "lightningd" without the pid.
6. The "lightningd_" prefix is stripped from subd log prefixes, and pid removed.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-changed: Logging: formatting made uniform: [NODEID-]SUBSYSTEM: MESSAGE
Changelog-removed: `lightning_` prefixes removed from subdaemon names, including in listpeers `owner` field.
2019-11-18 04:50:22 +00:00
..
data pytest: test db upgrade. 2019-09-06 14:19:14 +02:00
plugins tests: test that we only use tlv onion when advertized. 2019-11-14 10:15:33 +01:00
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08:00
conftest.py pytest: Pass result to fixtures and keep directories of failed tests 2018-08-07 00:54:19 +00:00
db.py pytest: Have the DB provider search for the postgres binary 2019-09-22 02:03:43 +00:00
fixtures.py pyln: Allow users to override the LightningNode class 2019-11-12 21:23:55 +01:00
requirements.txt change psycopg2 to psycopg2-binary 2019-11-01 18:54:57 +01:00
test_closing.py lightningd: have logging include an optional node_id for each entry. 2019-11-18 04:50:22 +00:00
test_connection.py log: make formatting more consistent. 2019-11-18 04:50:22 +00:00
test_db.py pytest: fix flaky 'Bad gossip' error in test_block_backfill 2019-11-04 17:50:58 +01:00
test_gossip.py log: make formatting more consistent. 2019-11-18 04:50:22 +00:00
test_invoices.py pytest: Mark some tests as skippable that are too bitcoin-specific 2019-10-03 04:32:57 +00:00
test_misc.py log: make formatting more consistent. 2019-11-18 04:50:22 +00:00
test_pay.py log: make formatting more consistent. 2019-11-18 04:50:22 +00:00
test_plugin.py log: make formatting more consistent. 2019-11-18 04:50:22 +00:00
test_wallet.py pytest: add test for raising listtransactions after funding 2019-11-15 03:53:56 +00:00
utils.py features: set OPT_VAR_ONION (bit 9) iff EXPERIMENTAL_FEATURES 2019-11-14 10:15:33 +01:00