Edit weekly heavy test CI#438
Open
Naviabheeman wants to merge 1 commit into
Open
Conversation
Naviabheeman
commented
Jul 3, 2026
Contributor
- Fix feature_pruning test by making the transaction standard (chunk the OP_RETURN payload into <=520-byte pushes, since Tapyrus's CScript::HasValidOps() rejects larger single push elements at tx-decode time, independent of mempool policy).
- Add a --test-timeout override to test_runner.py, independent of the other functional tests' 30-minute default, so feature_pruning can run for the hours it actually needs.
- Add a new Docker testnet sync job: builds the tapyrusd image and syncs a single node against the live public Chaintope testnet.
- Fix feature_pruning test by making the transaction standard (chunk the OP_RETURN payload into <=520-byte pushes, since Tapyrus's CScript::HasValidOps() rejects larger single push elements at tx-decode time, independent of mempool policy). - Add a --test-timeout override to test_runner.py, independent of the other functional tests' 30-minute default, so feature_pruning can run for the hours it actually needs. - Add a new Docker testnet sync job: builds the tapyrusd image and syncs a single node against the live public Chaintope testnet.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.