-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add working ping test (js) or multidim-interop #98
add working ping test (js) or multidim-interop #98
Conversation
@MarcoPolo this PR is ready for review what is me concerned. |
42fbfc8
to
9e8dc76
Compare
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.
Some small comments. Looks great! I'll merge this soon.
In the mean time, please start the browser version. I'm imagining this will be almost identical to this node version, except once you have the listener addr, you start the playwright instance and connect.
Super happy to see this happen! The code looks really clean and straightforward, which is a big plus for the wo-testground architecture. |
d283cd5
to
0a3275f
Compare
Merging this now, then merging #97 when CI passes :) |
* Add fast multidimensional interop tests * Remove generated files * Remove debug code around itnerfaces * Revert changes to setup testground * multidim-interop: update rust v050 test for multidim-interop with redis * Add depends on and enable rust version for testing * Cleanup Rust test * Have listener print multiaddr in go v024 test * Remove EXPOSE in dockerfile * Update multidim-interop/go/v0.24/main.go Co-authored-by: João Oliveira <[email protected]> * Update multidim-interop/go/v0.22/main.go Co-authored-by: João Oliveira <[email protected]> * Update multidim-interop/go/v0.23/main.go Co-authored-by: João Oliveira <[email protected]> * Go nits * Cleanup Rust makefile * add working ping test (js) or multidim-interop (#98) * add working ping test (js) or multidim-interop * Add JS-libp2p to interop tests * ping libp2p-js (wo): resolve PR comments * Add yamux js-libp2p test Co-authored-by: Marco Munizaga <[email protected]> * Fix Go err * Ignore errors when shutting down * Fix err * Rename workflow * Remove rust v0.49 * Bump up timeouts Co-authored-by: João Oliveira <[email protected]> Co-authored-by: Glen De Cauwsemaecker <[email protected]>
You can test it yourself:
Haven't hooked it up to Go/Rust yet. Let me know if this PR suffices for you or if you need me to undertake some more steps.
In function of #97.