Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

availablecoins_tests fails intermittently with "invalid schnorr signature" #1370

Open
delta1 opened this issue Oct 24, 2024 · 0 comments
Open

Comments

@delta1
Copy link
Member

delta1 commented Oct 24, 2024

upstream pull bitcoin/bitcoin#24584 introduces a new unit test availablecoins_tests

about 30% of the time the test fails with "invalid schnorr signature" when trying to verify the signature of the transaction it has just created

this only occurs when the variants are all run in the same test.

splitting the tests into individual boost test cases works around the issue

this requires further investigation

debugging commit: delta1@0739a57

delta1 added a commit to delta1/elements that referenced this issue Oct 24, 2024
This should be reviewed carefully. The new availablecoins_test was
showing an intermittent error [1]. The test variants were split out into
their own test cases to work around the issue, but requires further
investigation.

[1]: ElementsProject#1370
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant