This repository has been 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: change interface tests to async node creation #2625
Merged
achingbrain
merged 12 commits into
master
from
chore/interface-tests-async-node-creation
Dec 10, 2019
Merged
chore: change interface tests to async node creation #2625
achingbrain
merged 12 commits into
master
from
chore/interface-tests-async-node-creation
Dec 10, 2019
Conversation
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
PedroMiguelSS
force-pushed
the
chore/interface-tests-async-node-creation
branch
from
November 22, 2019 17:26
768d28d
to
0671a5e
Compare
alanshaw
approved these changes
Nov 26, 2019
alanshaw
suggested changes
Nov 26, 2019
alanshaw
approved these changes
Nov 27, 2019
Can we get ci green @PedroMiguelSS? |
PedroMiguelSS
force-pushed
the
chore/interface-tests-async-node-creation
branch
from
November 28, 2019 15:04
ea8e459
to
d6446b5
Compare
This was referenced Dec 6, 2019
achingbrain
force-pushed
the
chore/interface-tests-async-node-creation
branch
from
December 7, 2019 07:37
a093030
to
be468d6
Compare
hugomrdias
added a commit
that referenced
this pull request
Dec 10, 2019
hugomrdias
added a commit
that referenced
this pull request
Dec 10, 2019
hugomrdias
added a commit
that referenced
this pull request
Dec 11, 2019
alanshaw
pushed a commit
that referenced
this pull request
Dec 12, 2019
* feat: support the new interface core tests setup * fix: fix key rename output * fix: skip troublesome test * fix: ipfsd-ctl args handling * fix: change http api interface-core tests to new setup * fix: add reason to skip * fix: make aegir tests setup async * fix: fix ctl setup * fix: add pass option * fix: interface and cli tests ported plus #2625 * fix: support new ctl in core and http tests * fix: fix linter * chore: fix tests timeout * chore: fix tests timeout more * chore: fix webworker * chore: debug key exhcnage * chore: debug key exhcnage 2 * fix: key exchange fixed * fix: overrides correctly in pubsub tests * fix: refactor missing pieces and await clean in bitswap tests * fix: skip test that dont work in firefox * chore: bump chromedriver * fix: fix circuit relay example * fix: linter * fix: more examples
oliveriosousa
pushed a commit
to ipfs-examples/js-ipfs-examples
that referenced
this pull request
Jul 26, 2021
* feat: support the new interface core tests setup * fix: fix key rename output * fix: skip troublesome test * fix: ipfsd-ctl args handling * fix: change http api interface-core tests to new setup * fix: add reason to skip * fix: make aegir tests setup async * fix: fix ctl setup * fix: add pass option * fix: interface and cli tests ported plus ipfs/js-ipfs#2625 * fix: support new ctl in core and http tests * fix: fix linter * chore: fix tests timeout * chore: fix tests timeout more * chore: fix webworker * chore: debug key exhcnage * chore: debug key exhcnage 2 * fix: key exchange fixed * fix: overrides correctly in pubsub tests * fix: refactor missing pieces and await clean in bitswap tests * fix: skip test that dont work in firefox * chore: bump chromedriver * fix: fix circuit relay example * fix: linter * fix: more examples
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR allows
interface-core
tests to create and spawn nodes asynchronously.Related to:
ipfs-inactive/interface-js-ipfs-core#562