rgb-cln/tests
Rusty Russell 4517435810 pytest: fix flake in tests/test_pay.py::test_pay_exclude_node
```
        # Excludes channel, then ignores routehint which includes that, then
        # it excludes other channel.
>       assert len(status) == 2
E       assert 1 == 2
E         -1
E         +2
```

The invoice we use at the end has a routehint: 50% of the time it's
to l2 (which fails), 50% to l5 (which succeeds).

Change it to create invoice before channel with l5 so it does the
retry like we expect here.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-07-29 11:42:09 +02:00
..
data migrations: ignore channels that don't have a peer_id 2020-06-17 14:30:41 +02:00
plugins plugin: Do not automatically initialize the RPC connection in bcli 2020-07-23 10:14:21 +09:30
vectors pytest: Add tests for the sphinx onion generation and processing 2020-03-12 10:25:01 +10:30
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 pytest: Add a `compat()` fixture allowing checks for specific flags 2020-07-07 23:25:45 +02:00
test_closing.py pytest: Disable MPP sending for 4 tests 2020-07-15 11:32:58 +02:00
test_connection.py pytest: Disable MPP sending for 4 tests 2020-07-15 11:32:58 +02:00
test_db.py migrations: ignore channels that don't have a peer_id 2020-06-17 14:30:41 +02:00
test_gossip.py gossipd: return channel_announcement features for listchannels. 2020-05-07 08:44:58 +09:30
test_invoices.py invoice: ignore dead-end heuristic on explicitly specified channels. 2020-04-14 14:13:26 -05:00
test_misc.py pytest: We now have multiple attempts in test_htlc_send_timeout 2020-07-23 10:14:21 +09:30
test_onion.py pytest: Actually make sure that the direcory exists 2020-03-24 09:52:33 +10:30
test_pay.py pytest: fix flake in tests/test_pay.py::test_pay_exclude_node 2020-07-29 11:42:09 +02:00
test_plugin.py plugin: Do not return multiple times from `pay` 2020-07-18 11:40:02 +02:00
test_wallet.py fundpsbt: make parameters more usable. 2020-07-17 13:53:46 +02:00
utils.py bitcoin: add weight calculation helpers. 2020-07-06 19:25:05 +02:00