core-lightning/tests
Rusty Russell 3c9fd0ca5b pytest: fix another gossip flake.
```
2024-02-02T10:30:38.6479143Z __________________ ERROR at teardown of test_multifunding_one __________________
...
2024-02-02T10:30:38.6491895Z >           raise ValueError(str(errors))
2024-02-02T10:30:38.6492208Z E           ValueError:
2024-02-02T10:30:38.6492465Z E           Node errors:
2024-02-02T10:30:38.6492833Z E            - lightningd-2: had bad gossip messages
2024-02-02T10:30:38.6493535Z E           Global errors:
...
2024-02-02T10:30:38.7458545Z lightningd-2 2024-02-02T10:25:48.410Z DEBUG   0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518-gossipd: Ignoring future channel_announcment for 103x2x1 (current block 102)
2024-02-02T10:30:38.7460140Z lightningd-2 2024-02-02T10:25:48.411Z UNUSUAL lightningd: Bad gossip order: could not find channel 103x2x1 for peer's channel update
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-02-02 16:14:53 +01:00
..
data db: migrate old runes table to fix up id fields. 2023-08-31 05:33:15 +09:30
fuzz fuzz: initial fuzz-bolt12-invoice-decode corpus 2024-01-23 20:21:48 +10:30
plugins libplugin: support version strings for deprecations. 2024-01-26 10:30:22 +10:30
vectors pytest: Remove onion test vectors containing legacy onions. 2022-03-18 09:20:11 +10:30
benchmark.py pytest: always provide payment_secret when making payments. 2021-07-14 14:38:00 -05:00
conftest.py pytest: use --developer instead of environment variable. 2023-09-21 20:08:24 +09:30
fixtures.py pytest: use --developer instead of environment variable. 2023-09-21 20:08:24 +09:30
rkls_github_canned_server.py pytest: add blackbox tests for reckless 2023-04-09 12:41:11 +09:30
test_bookkeeper.py pyln: Consolidate on pyln.testing.db 2024-01-29 19:13:12 +01:00
test_cln_rs.py lightningd: remove msatoshi alias for amount_msat. 2024-01-26 10:30:22 +10:30
test_clnrest.py lightningd: don't print out notification msat fields as strings. 2023-11-21 08:23:39 +01:00
test_closing.py tests: augment test_onchain_their_unilateral_out to check to_remote witness generation 2024-01-31 15:51:31 +01:00
test_connection.py pytest: fix another gossip flake. 2024-02-02 16:14:53 +01:00
test_db.py pytest: fix psbt db test. 2024-01-31 09:15:46 +10:30
test_gossip.py pytest: fix gossip_store load test for EXPERIMENTAL_SPLICING=1 2024-02-02 16:14:53 +01:00
test_invoices.py pytest: note where we use very deprecated features, so tests don't rbeak. 2024-01-26 10:30:22 +10:30
test_misc.py lightningd: ignore gossip messages from channeld, switch to our own. 2024-01-31 14:47:33 +10:30
test_mkfunding.py pytest: add tests for devtools/mkfunding 2023-01-09 14:50:30 -06:00
test_onion.py lightningd: remove support for legacy onion format. 2022-03-18 09:20:11 +10:30
test_opening.py lightningd: ignore gossip messages from channeld, switch to our own. 2024-01-31 14:47:33 +10:30
test_pay.py lightningd: ignore gossip messages from channeld, switch to our own. 2024-01-31 14:47:33 +10:30
test_plugin.py lightningd: expose last_stable_connection in RPC. 2024-01-31 14:47:33 +10:30
test_reckless.py pytest: add reckless local install test 2023-07-27 06:53:49 +09:30
test_renepay.py renepay: flow routes limited by htlc_max/min 2024-02-02 11:28:47 +01:00
test_runes.py pytest: correctly test missing method for runes. 2023-10-17 14:58:40 +10:30
test_splicing.py pytest: fix flake in test_wumbo_channels 2024-01-31 14:47:33 +10:30
test_splicing_disconnect.py pytest: fix splicing tests to be more explicit, and not rely in private gossip messages. 2024-01-31 09:15:46 +10:30
test_splicing_insane.py splice: Agressive restart testing during splices 2023-12-15 09:42:45 +10:30
test_wallet.py addpsbtoutput: allow command to specify output address. 2023-11-01 14:11:28 +10:30
utils.py lightningd: make option_static_remotekey compulsory. 2024-01-29 13:40:34 +10:30
valgrind-suppressions.txt pytest: Use valgrind target suppressions instead of skipping tests 2022-03-10 10:21:41 +10:30