core-lightning/tests
Rusty Russell 94e3e2f704 pytest: fix bad gossip flake.
If l3 is too slow, it can get channel_announcement after channel
is closed, so it gets upset at the node_announcement which follows:

   022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59-gossipd: Updated pending announce with update 103x1x1/1
   022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59-gossipd: channel_announcement: no unspent txout 103x1x1
   022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59-gossipd: Bad gossip order: WIRE_NODE_ANNOUNCEMENT before announcement 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-08-14 12:52:48 +09:30
..
data inflights: save the whole psbt to the database 2021-05-24 12:17:48 +09:30
fuzz liquidity-ads: persist channel blockheight states to disk 2021-07-20 13:28:38 -04:00
plugins pyln-client: document and test that init can self-disable. 2021-08-14 12:52:19 +09:30
vectors pytest: Add tests for the sphinx onion generation and processing 2020-03-12 10:25:01 +10:30
benchmark.py pytest: always provide payment_secret when making payments. 2021-07-14 14:38:00 -05:00
conftest.py tests: add marker for v1/v2 channel opens 2021-05-12 11:25:41 +09:30
db.py pytest: Have the DB provider search for the postgres binary 2019-09-22 02:03:43 +00:00
fixtures.py pytest: add schema support for JSON responses. 2021-05-27 20:28:49 +09:30
test_closing.py pytest: fix bad gossip flake. 2021-08-14 12:52:48 +09:30
test_connection.py funder: default to only funding leases 2021-08-09 07:11:05 +09:30
test_db.py inflights: save the whole psbt to the database 2021-05-24 12:17:48 +09:30
test_gossip.py tests: add test for setting/updating node announce 2021-07-20 13:28:38 -04:00
test_invoices.py listinvoices: support listing by local offer_id. 2021-07-03 12:13:45 +09:30
test_misc.py chaintopology: tell gossipd that channels no longer exist on reorg. 2021-08-14 12:07:38 +09:30
test_onion.py pytest: Actually make sure that the direcory exists 2020-03-24 09:52:33 +10:30
test_opening.py tests: check that we don't re-up the leased funds when we RBF 2021-08-09 07:11:05 +09:30
test_pay.py offers: make decode command available even without experimental-offers. 2021-08-02 13:23:31 -04:00
test_plugin.py pyln-client: document and test that init can self-disable. 2021-08-14 12:52:19 +09:30
test_wallet.py listtransactions: don't create a msat field called "satoshis". 2021-06-25 09:49:33 +09:30
utils.py tests: promote method to utility file 2021-08-09 07:11:05 +09:30