core-lightning/tests
Rusty Russell e366cb17f6 pytest: fix flake in test_reconnect_sender_add1
l1 might split in a commitment_signed before it notices the disconnect, and this test fails:

```
        for i in range(0, len(disconnects)):
            with pytest.raises(RpcError):
                l1.rpc.sendpay(route, rhash, payment_secret=inv['payment_secret'])
>               l1.rpc.waitsendpay(rhash)
E               Failed: DID NOT RAISE <class 'pyln.client.lightning.RpcError'>
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-01-20 15:24:06 +10:30
..
data inflights: save the whole psbt to the database 2021-05-24 12:17:48 +09:30
fuzz check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
plugins balance-snaps: add a balance_snapshot event; fires after first catchup 2021-12-28 04:42:42 +10: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: don't copy db to query it. 2021-08-26 12:44:02 +09:30
fixtures.py pytest: add schema support for JSON responses. 2021-05-27 20:28:49 +09:30
test_closing.py channeld: add dev-disable-commit-after instead of dev-disconnect -nocommit 2021-12-30 09:50:40 +10:30
test_connection.py pytest: fix flake in test_reconnect_sender_add1 2022-01-20 15:24:06 +10:30
test_db.py wallet/db_sqlite3.c: Support direct replication of SQLITE3 backends. 2021-11-17 12:10:07 +10:30
test_gossip.py subdaemons: don't stream gossip_store at all. 2022-01-20 15:24:06 +10:30
test_invoices.py Makefile: update spec version 2021-09-09 12:04:48 +09:30
test_misc.py dev_disconnect: remove @ marker. 2021-12-30 09:50:40 +10:30
test_onion.py pytest: Actually make sure that the direcory exists 2020-03-24 09:52:33 +10:30
test_opening.py dev_disconnect: remove @ marker. 2021-12-30 09:50:40 +10:30
test_pay.py connectd: do nagle by packet type. 2022-01-20 15:24:06 +10:30
test_plugin.py pytest: make test_channel_state_changed_unilateral more robust. 2022-01-20 15:24:06 +10:30
test_wallet.py coin_mvt: record new 'fees' field on htlc channel moves 2021-12-28 04:42:42 +10:30
utils.py pytest: further deflake test_funding_push. 2021-12-30 14:36:55 +10:30