core-lightning/tests
Rusty Russell a92ead48bf gossipd: ignore redundant channel_update and node_announcement.
If you send a message which simply changes timestamp and signature, we
drop it.  You shouldn't be doing that, and the door to ignoring them
was opened by by option_gossip_query_ex, which would allow clients to
ignore updates with the same checksum.

This is more aggressive at reducing spam messages, but we allow refreshes
(to be conservative, we allow them even when 1/2 of the way through the
refresh period).

I dropped the now-unnecessary sleep from test_gossip_pruning, too.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-09-20 06:55:00 +00:00
..
data pytest: test db upgrade. 2019-09-06 14:19:14 +02:00
plugins pytest: Let fail_htlcs.py plugin generates TEMPORARY_NODE_FAILURE error 2019-09-16 12:22:06 +08:00
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08:00
btcproxy.py pytest: fix btcproxy mock logic. 2019-08-10 22:09:09 +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 pytest: remove flake8 warnings for tests/fixtures.py 2019-09-07 09:51:03 +00:00
requirements.txt pytest: Updated requirements.txt to latest versions 2019-09-02 16:31:36 +02:00
test_closing.py fundchannel: use plugin; delete interior impl 2019-09-11 23:56:27 +00:00
test_connection.py test: fund wallet before testing fundchannel 2019-09-11 23:56:27 +00:00
test_db.py pytest: test db upgrade. 2019-09-06 14:19:14 +02:00
test_gossip.py gossipd: ignore redundant channel_update and node_announcement. 2019-09-20 06:55:00 +00:00
test_invoices.py pytest: two more slow tests I missed. 2019-08-15 02:22:01 +00:00
test_misc.py tests: de-flake lightningd_still_loading 2019-09-11 23:56:27 +00:00
test_pay.py gossipd: clean up local channel updates. 2019-09-20 06:55:00 +00:00
test_plugin.py pytest: Let fail_htlcs.py plugin generates TEMPORARY_NODE_FAILURE error 2019-09-16 12:22:06 +08:00
test_wallet.py rpc: add 'utxos' parameter to txprepare + withdraw 2019-09-11 23:56:27 +00:00
utils.py pytest: increase non-developer timeout. 2019-09-12 05:11:56 +00:00