core-lightning/tests
Christian Decker 4d95bb0539 pytest: Mark test_reserve_enforcement as flaky
It has been causing a lot of Travis failures due to a presumed memory
leak:

```
Exception: Node /tmp/ltests-fhjg26a2/test_reserve_enforcement_1/lightning-2/ has memory leaks: [{'label': 'lightningd/json_stream.c:48:struct json_stream', 'backtrace': ['ccan/ccan/tal/tal.c:435 (tal_alloc_)', 'lightningd/json_stream.c:48 (new_json_stream)', 'lightningd/jsonrpc.c:90 (jcon_new_json_stream)', 'lightningd/jsonrpc.c:444 (attach_json_stream)', 'lightningd/jsonrpc.c:455 (json_start)', 'lightningd/jsonrpc.c:464 (json_stream_success)', 'lightningd/pay.c:932 (json_sendpay_on_resolve)', 'lightningd/pay.c:444 (payment_store)', 'lightningd/pay.c:540 (payment_failed)', 'lightningd/peer_htlcs.c:143 (fail_out_htlc)', 'lightningd/peer_htlcs.c:360 (destroy_hout_subd_died)', 'ccan/ccan/tal/tal.c:235 (notify)', 'ccan/ccan/tal/tal.c:395 (del_tree)', 'ccan/ccan/tal/tal.c:405 (del_tree)', 'ccan/ccan/tal/tal.c:405 (del_tree)', 'ccan/ccan/tal/tal.c:479 (tal_free)', 'ccan/ccan/io/io.c:451 (io_close)', 'lightningd/subd.c:500 (sd_msg_read)', 'lightningd/subd.c:302 (read_fds)', 'ccan/ccan/io/io.c:59 (next_plan)', 'ccan/ccan/io/io.c:395 (do_plan)', 'ccan/ccan/io/io.c:405 (io_ready)', 'ccan/ccan/io/poll.c:310 (io_loop)', 'lightningd/lightningd.c:769 (main)'], 'parents': ['lightningd/jsonrpc.c:681:struct json_connection', 'common/configdir.c:29:char[]'], 'value': '0x125be08'}]
```

Signed-off-by: Christian Decker <@cdecker>
2018-11-29 23:01:11 +00:00
..
benchmark.py benchmark: Add two benchmarks for forwarded payments 2018-10-13 10:58:53 +00:00
btcproxy.py pytest: wait until mock is called for set_feerates. 2018-09-20 09:12:28 +02:00
conftest.py pytest: Pass result to fixtures and keep directories of failed tests 2018-08-07 00:54:19 +00:00
fixtures.py closingd: handle our own memleak detection. 2018-11-22 05:15:42 +00:00
requirements.txt pytest: Add two more dependencies 2018-11-26 22:53:37 +00:00
test_closing.py pytest: test_closing_different_fees no longer requires DEVELOPER=1 2018-11-29 23:01:11 +00:00
test_connection.py pytest: speed up test_restart_many_payments when !DEVELOPER. 2018-11-22 05:15:42 +00:00
test_gossip.py pytest: really remove all bitcoin generate RPC calls. 2018-10-28 16:03:12 +01:00
test_invoices.py gossipd: don't expose private channels for routeboost. 2018-10-15 23:04:17 +00:00
test_misc.py pytest: Mark test_reserve_enforcement as flaky 2018-11-29 23:01:11 +00:00
test_pay.py bolt11: accept lightning: prefix. 2018-11-20 21:02:31 +01:00
test_plugin.py plugin: Make a common directory of plugins in contrib 2018-11-26 22:53:37 +00:00
utils.py pytest: Pretty print the memleak output in tests 2018-11-29 23:01:11 +00:00