Draft: add ping testplan for JS (browser)#74
Closed
GlenDC wants to merge 13 commits intolibp2p:masterfrom
Closed
Conversation
- does not work yet - we are however setting up towards something that will work eventually
12 tasks
28 tasks
added 12 commits
December 7, 2022 11:22
- use fork of sdk-js to print crash stack traces of testplans - fix origin of crash and some other minor fixes
Contributor
Author
|
Contributor
Author
NodeJS-to-NodeJS works in a basic manner: |
Member
|
closing in favor of #104 |
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.
@MarcoPolo is working on #97, which means that we might not use testground at all for the cross-platform ping tests.
As such I am for now cancelling this work and keeping it as is. What is done and is to be done can be seen below.
Description
Tackle the challenge of dealing with many versions.(out of scope for this PR, will be tackled in a future PR);Base code copied from offical browser-node testground example.
In function of #61 and #53