You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-05-21T20:36:33.354000Z TestFramework (INFO): Initializing test directory /var/tmp/portage/net-p2p/elements-23.3.0/temp/test_runner_₿_🏃_20250521_195928/mempool_unbroadcast_28
2025-05-21T20:36:34.225000Z TestFramework (INFO): Test that mempool reattempts delivery of locally submitted transaction
2025-05-21T20:36:36.999000Z TestFramework (INFO): Generate transactions that only node 0 knows about
2025-05-21T20:36:37.261000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
File "/var/tmp/portage/net-p2p/elements-23.3.0/work/elements-elements-23.3.0/test/functional/test_framework/test_framework.py", line 132, in main
self.run_test()
~~~~~~~~~~~~~^^
File "/var/tmp/portage/net-p2p/elements-23.3.0/work/elements-elements-23.3.0/test/functional/mempool_unbroadcast.py", line 27, in run_test
self.test_broadcast()
~~~~~~~~~~~~~~~~~~~^^
File "/var/tmp/portage/net-p2p/elements-23.3.0/work/elements-elements-23.3.0/test/functional/mempool_unbroadcast.py", line 53, in test_broadcast
rpc_tx_hsh = node.sendrawtransaction(txFS["hex"])
File "/var/tmp/portage/net-p2p/elements-23.3.0/work/elements-elements-23.3.0/test/functional/test_framework/coverage.py", line 49, in __call__
return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
File "/var/tmp/portage/net-p2p/elements-23.3.0/work/elements-elements-23.3.0/test/functional/test_framework/authproxy.py", line 144, in __call__
raise JSONRPCException(response['error'], status)
test_framework.authproxy.JSONRPCException: txn-mempool-conflict (-26)
Expected behavior
All unit tests pass.
Actual behavior
mempool_unbroadcast.py test fails.
To reproduce
Run unit tests.
System information
Elements 23.3.0 on Gentoo Linux amd64, compiled with gcc-15 (Gentoo 15.0.1_pre20250418-r1 p55) 15.0.1 20250418 (prerelease), testing with Python 3.13.3, configured as:
Uh oh!
There was an error while loading. Please reload this page.
Unit test
mempool_unbroadcast.py
failed:Expected behavior
All unit tests pass.
Actual behavior
mempool_unbroadcast.py
test fails.To reproduce
Run unit tests.
System information
Elements 23.3.0 on Gentoo Linux amd64, compiled with gcc-15 (Gentoo 15.0.1_pre20250418-r1 p55) 15.0.1 20250418 (prerelease), testing with Python 3.13.3, configured as:
The same test passed on a second run with the same configuration, indicating that the issue is intermittent or non-deterministic.
The text was updated successfully, but these errors were encountered: