core-lightning/contrib
Rusty Russell 0e2f4571f2 pytest: fix plugin fail timeout test:
We didn't update this when we extended the timeout to 120 seconds in
ee3133f198 ("lightningd: increase
startup time for plugins to 120 seconds.")

```
    def test_failing_plugins(directory):
        fail_plugins = [
            os.path.join(os.getcwd(), 'contrib/plugins/fail/failtimeout.py'),
            os.path.join(os.getcwd(), 'contrib/plugins/fail/doesnotexist.py'),
        ]
    
        for p in fail_plugins:
>           with pytest.raises(subprocess.CalledProcessError):
E           Failed: DID NOT RAISE <class 'subprocess.CalledProcessError'>

tests/test_plugin.py:420: Failed
----------------------------- Captured stdout call -----------------------------
{'github_repository': 'ElementsProject/lightning', 'github_sha': '83dca18c5e9610bfaac766f957387b9a1ec48f50', 'github_ref': 'refs/pull/7887/merge', 'github_ref_name': 'HEAD', 'github_run_id': 13253210143, 'github_head_ref': 'guilt/bolt-updates-after-24.11', 'github_run_number': 12237, 'github_base_ref': 'master', 'github_run_attempt': '2', 'testname': 'test_failing_plugins', 'start_time': 1739239278, 'end_time': 1739239340, 'outcome': 'fail'}
=========================== short test summary info ============================
FAILED tests/test_plugin.py::test_failing_plugins - Failed: DID NOT RAISE <class 'subprocess.CalledProcessError'>
============= 1 failed, 80 passed, 2 skipped in 855.37s (0:14:15) ==============
```
2025-02-11 08:40:29 -06:00
..
cln-tracer cln-tracer: readme usage clarifications 2024-09-05 15:49:03 -07:00
docker ci: Install poetry-plugin-export for poetry export command 2025-01-09 11:15:05 +01:00
init Remove --daemon from lightningd.service 2023-07-09 13:02:10 +09:30
keys gpg: Add gpg public key for cln@blockstream.com 2025-01-24 16:51:54 +10:30
msggen lightningd: implement unblacklist. 2025-02-05 16:43:09 -06:00
plugins pytest: fix plugin fail timeout test: 2025-02-11 08:40:29 -06:00
pylightning tests: notification response fixes 2023-07-10 14:51:11 +09:30
pyln-client Final changes for v24.11 2024-12-09 14:54:50 +10:30
pyln-grpc-proto lightningd: implement unblacklist. 2025-02-05 16:43:09 -06:00
pyln-proto Final changes for v24.11 2024-12-09 14:54:50 +10:30
pyln-spec pyln-spec: add testnet4 support 2025-01-13 15:45:19 -08:00
pyln-testing pyln-testing: Removing the lightning- prefix check for schema files 2025-02-07 15:41:22 -06:00
reprobuild ci: Update Rust version on Dockerfiles for Ubuntu 2025-01-31 07:17:59 +10:30
sanitizer_suppressions common/autodata: use instead of ccan/autodata 2021-09-21 18:04:43 +02:00
bootstrap-node.sh Replace head -n with sort -R for better random peer selection 2023-01-04 13:29:46 +10:30
cl-repro.sh script: Adjusting the script with ubuntu:noble updates 2024-06-18 16:53:32 -07:00
clang-coverage-report.sh shellcheck: shellcheck fixes 2024-11-19 09:05:55 +10:30
config-example Added sample config file 2023-06-21 14:57:34 +09:30
giantnode.py script: Giantnode paths fix 2024-11-06 13:48:12 +10:30
lightning-cli.bash-completion Fix bash completion. 2020-05-15 15:25:33 +02:00
short_channel_id-to-txid.sh Add compability to current formalism to short_channel_id-to-txid.sh 2019-10-04 00:38:52 +00:00
startup_regtest.sh dev: startup_regtest using wrong null dir 2025-02-11 12:58:27 +10:30