core-lightning/tests
Rusty Russell 9d5841a0e6 pytest: fix flake in tests/test_closing.py::test_closing_specified_destination
The close call can fail, since we already unilaterally closed since we mined blocks
too fast:

```
2023-01-14T01:00:10.2502199Z E           pyln.client.lightning.RpcError: RPC call failed: method: close, payload: ['107x1x1', None, 'bcrt1qeyyk6sl5pr49ycpqyckvmttus5ttj25pd0zpvg'], error: {'code': -32602, 'message': "Short channel ID not active: '107x1x1'"}
...
2023-01-14T01:00:10.5288050Z lightningd-4 2023-01-14T00:59:59.650Z UNUSUAL 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518-chan#1: Peer permanent failure in CHANNELD_NORMAL: Fulfilled HTLC 0 SENT_REMOVE_COMMIT cltv 113 hit deadline
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-01-14 21:17:45 +10:30
..
data pytest: add test for migrations upgrade which breaks 'fees_collected_msat'. 2022-09-27 14:42:03 +09:30
fuzz tests/fuzz: don't pull in JSON common at all. 2022-11-09 20:25:58 +10:30
plugins tests: make test_libplugin use the datastore. 2022-12-22 12:04:30 +01:00
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 tests: add marker for v1/v2 channel opens 2021-05-12 11:25:41 +09:30
db.py test-db-provider: if postgres in tests, startup a bookkeeper db 2022-07-28 12:08:18 +09:30
fixtures.py test-db-provider: if postgres in tests, startup a bookkeeper db 2022-07-28 12:08:18 +09:30
test_bookkeeper.py pyln-testing: don't default openchannel and fundwallet to p2sh-segwit, use bech32. 2023-01-14 21:17:45 +10:30
test_cln_rs.py pytest: Add test for optional options in cln-plugin 2022-11-03 11:28:22 +01:00
test_closing.py pytest: fix flake in tests/test_closing.py::test_closing_specified_destination 2023-01-14 21:17:45 +10:30
test_connection.py tests: use listpeerchannels. 2023-01-13 10:42:42 +10:30
test_db.py tests: use listpeerchannels. 2023-01-13 10:42:42 +10:30
test_gossip.py tests: use listpeerchannels. 2023-01-13 10:42:42 +10:30
test_invoices.py pytest: use bech32 addresses everywhere. 2023-01-14 21:17:45 +10:30
test_misc.py lightningd: deprecate p2sh-segwit addresses for newaddr addresstype 2023-01-14 21:17:45 +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 pyln-testing: don't default openchannel and fundwallet to p2sh-segwit, use bech32. 2023-01-14 21:17:45 +10:30
test_pay.py tests: use listpeerchannels. 2023-01-13 10:42:42 +10:30
test_plugin.py tests: use listpeerchannels. 2023-01-13 10:42:42 +10:30
test_wallet.py pytest: use bech32 addresses everywhere. 2023-01-14 21:17:45 +10:30
utils.py tests/utils.py: use listpeerchannels. 2023-01-13 10:42:42 +10:30
valgrind-suppressions.txt pytest: Use valgrind target suppressions instead of skipping tests 2022-03-10 10:21:41 +10:30