Skip to content

Conversation

@ddustin
Copy link
Collaborator

@ddustin ddustin commented Nov 5, 2025

When locally running test_closing.py test_peer_anchor_push in a loop, it failed on the 43rd time with the error:

actual_feerate = 12005.233318796338, expected_feerate = 12000

Increasing the expected feerate prevents this particular flake.

Hopefully this isn't papering over an important calculation 🤔

@ddustin ddustin requested a review from rustyrussell November 5, 2025 15:01
@ddustin ddustin changed the title test_closing: Increase feerate test limit test_closing: [flake] Increase feerate test limit Nov 5, 2025
@ddustin
Copy link
Collaborator Author

ddustin commented Nov 5, 2025

@rustyrussell I did a big audit of fee estimation for splice script and noticed a byte was double counted in bitcoin_tx_2of2_input_witness_weight commit: fa1da43, which is part of my draft PR #8450.

Perhaps this is part of the issue here?

When locally running test_closing.py `test_peer_anchor_push` in a loop, it failed on the 43rd time with the error:

actual_feerate = 12005.233318796338, expected_feerate = 12000

Increasing the expected feerate prevents this particular flake from occuring on CI.

Changelog-None
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

Successfully merging this pull request may close these issues.

1 participant