This repository was archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: run interop tests as part of the build #2440
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scary. What happened?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm. Read the commit message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a nutshell we have too many modules that are written as if they exist independently of each other.
multiformats/mafmt
pulled inmultiaddr@v7
, broke this comparison and caused tests to fail with:js-ipfs
andjs-ipfs-http-client
tomultiaddr@v7
, tests passed so publishedipfs-http-client@35
with the newmultiaddr
with a view to PRing it intojs-ipfs
ipfsd-ctl
upgradedipfs-http-client
to35
in0.46.1
js-ipfs
dependency tree hasmultiaddr@v6
, cannot upgrade right now because of the scope of API changesmultiaddr
inmafmt
instead, published asv0.6.10
js-ipfs-http-client@34.0.0
which is inipfsd-ctl@0.46.0
but notipfsd-ctl@0.46.1
so as a stop gap, pinipfsd-ctl@0.46.0
, so we can run the interop tests on CI and fix the buildThis weird
js-ipfs
,js-ipfs-http-client
,js-ipfsd-ctl
version dance is what I'm talking about in #2446Anyway, next steps:
v0.38.x
branch (today)v0.38.x
(tomorrow/Monday)