chore: bump CTF framework to fix Sui/Aptos cwd tar race#929
Merged
Conversation
🦋 Changeset detectedLatest commit: da4819e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Pulls in smartcontractkit/chainlink-testing-framework#2519. The Sui and Aptos CTF providers in chain/{sui,aptos}/provider/ctf_provider.go build blockchain.Input with no ContractsDir, which made upstream newSui/newAptos call filepath.Abs("") = cwd and tar-stream the live test working directory. Growing files trip archive/tar: write too long intermittently, surfacing as retries in Test_CTFChainProvider_Initialize. Module bump only — no source changes. Patch-level release. Changeset: .changeset/fix-sui-aptos-cwd-tar-race.md
dbd2e69 to
da4819e
Compare
|
ecPablo
approved these changes
Apr 15, 2026
graham-chainlink
pushed a commit
that referenced
this pull request
Apr 16, 2026
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to ggoh/test-ci, this PR will be updated. # Releases ## chainlink-deployments-framework@0.95.1 ### Patch Changes - [#929](#929) [`9d78329`](9d78329) Thanks [@Fletch153](https://github.com/Fletch153)! - Bump chainlink-testing-framework/framework to pick up the Sui/Aptos CTF provider cwd-tar-race fix (upstream smartcontractkit/chainlink-testing-framework#2519). Resolves intermittent `archive/tar: write too long` flakes in `Test_CTFChainProvider_Initialize` for the Sui and Aptos providers. ## operations-gen@0.0.2 ### Patch Changes - [`80d3475`](80d3475) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - test --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Merged
graham-chainlink
pushed a commit
that referenced
this pull request
Apr 16, 2026
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to ggoh/test-ci, this PR will be updated. # Releases ## chainlink-deployments-framework@0.95.1 ### Patch Changes - [#929](#929) [`9d78329`](9d78329) Thanks [@Fletch153](https://github.com/Fletch153)! - Bump chainlink-testing-framework/framework to pick up the Sui/Aptos CTF provider cwd-tar-race fix (upstream smartcontractkit/chainlink-testing-framework#2519). Resolves intermittent `archive/tar: write too long` flakes in `Test_CTFChainProvider_Initialize` for the Sui and Aptos providers. ## operations-gen@0.0.2 ### Patch Changes - [`dbf0e57`](dbf0e57) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - test --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Merged
graham-chainlink
pushed a commit
that referenced
this pull request
Apr 16, 2026
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to ggoh/test-ci, this PR will be updated. # Releases ## chainlink-deployments-framework@0.95.1 ### Patch Changes - [#929](#929) [`9d78329`](9d78329) Thanks [@Fletch153](https://github.com/Fletch153)! - Bump chainlink-testing-framework/framework to pick up the Sui/Aptos CTF provider cwd-tar-race fix (upstream smartcontractkit/chainlink-testing-framework#2519). Resolves intermittent `archive/tar: write too long` flakes in `Test_CTFChainProvider_Initialize` for the Sui and Aptos providers. ## tools/operations-gen@0.0.2 ### Patch Changes - [`dbf0e57`](dbf0e57) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - test --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Apr 16, 2026
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## chainlink-deployments-framework@0.95.1 ### Patch Changes - [#929](#929) [`9d78329`](9d78329) Thanks [@Fletch153](https://github.com/Fletch153)! - Bump chainlink-testing-framework/framework to pick up the Sui/Aptos CTF provider cwd-tar-race fix (upstream smartcontractkit/chainlink-testing-framework#2519). Resolves intermittent `archive/tar: write too long` flakes in `Test_CTFChainProvider_Initialize` for the Sui and Aptos providers. - [#938](#938) [`9565eff`](9565eff) Thanks [@AnieeG](https://github.com/AnieeG)! - Fix/update anvil startup to use offical anvil image, adding --no-storage-caching option to start up --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
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.





Summary
Bumps
github.com/smartcontractkit/chainlink-testing-framework/frameworktov0.15.16to pick up the upstream Sui/Aptos CTF provider cwd-tar-race fix.Upstream PR: smartcontractkit/chainlink-testing-framework#2519 (merged as
v0.15.16).Root Cause
chain/sui/provider/ctf_provider.goandchain/aptos/provider/ctf_provider.goboth buildblockchain.Inputwith noContractsDir. Upstream CTF'snewSui/newAptoscalledfilepath.Abs(in.ContractsDir)unconditionally — Go stdlib resolvesfilepath.Abs("")to the process cwd. That cwd was attached as atestcontainers.ContainerFile, tarring the host test working directory. Files being written concurrently (logs, db dumps) triparchive/tar.ErrWriteTooLongbetweenos.Stat(header size) andio.Copy(body).The
retry.Attempts(10)wrapper instartContainermasks most occurrences.Test_CTFChainProvider_Initialize(which actually starts a container) hits this path in this repo's own CI.Fix
Module bump only — no source changes. Pins framework to
v0.15.16(stable tag), which gates theFiles:entry onContractsDir != "".Changeset included:
.changeset/fix-sui-aptos-cwd-tar-race.md(patch).Safety
ContractsDir: identical behaviour.req.Filesnow nil. testcontainers-go's hook iteratesrange files— zero iterations on nil, no-op (verified upstream inlifecycle.go:151).framework/components/blockchain/from previous pin (v0.15.13) tov0.15.16: 1 unrelated commit (#2517 update sui version) + the 2 fix commits. Minimal transitive risk.Test plan
go build ./...cleango mod tidyclean