mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
86b83e473b
These tests have proven to be: a) very expensive, as they spin up many nodes, and perform long setup b) are not testing anything specific, they just fuzz functionality that is already tested otherwise c) have not helped pinpoint any issues in living memory d) are very flaky, making for really bad signal-to-noise, so much that devs usually just restart without even looking at the logs e) even if we were to look at the logs, we'd be unable to reproduce due to the inherent randomness involved in these tests f) are really noisy neighbors, causing other tests to flake as well, further muddying the water All in all, these tests are a waste of time, and source of frustration. [ Cleaned up python unused imports --RR ] Changelog-None |
||
---|---|---|
.. | ||
data | ||
fuzz | ||
plugins | ||
vectors | ||
benchmark.py | ||
conftest.py | ||
db.py | ||
fixtures.py | ||
test_cln_rs.py | ||
test_closing.py | ||
test_connection.py | ||
test_db.py | ||
test_gossip.py | ||
test_invoices.py | ||
test_misc.py | ||
test_onion.py | ||
test_opening.py | ||
test_pay.py | ||
test_plugin.py | ||
test_wallet.py | ||
utils.py |