Skip to content
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

Interop tests #864

Merged
merged 8 commits into from
Feb 20, 2023
Merged

Interop tests #864

merged 8 commits into from
Feb 20, 2023

Conversation

Menduist
Copy link
Contributor

@Menduist Menduist commented Feb 17, 2023

Waiting on libp2p/test-plans#138

Will test a simple ping with every go & rust version, for every transport, muxer & encryption combo

- name: Build image
run: >
cd test-plans/multidim-interop/nim/v1.0 &&
make commitSha=$GITHUB_SHA image_name=nim-libp2p-head

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! is this the commit sha for the current PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"containerImageID": "nim-libp2p-head",
"transports": [
"tcp",
"ws"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Lets you have a single file. Don't forget to update this when you add new capabilities :)

@codecov
Copy link

codecov bot commented Feb 20, 2023

Codecov Report

Merging #864 (0bdd5b3) into unstable (408dcf1) will increase coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##           unstable     #864      +/-   ##
============================================
+ Coverage     83.62%   83.63%   +0.01%     
============================================
  Files            86       86              
  Lines         15169    15169              
============================================
+ Hits          12685    12687       +2     
+ Misses         2484     2482       -2     
Impacted Files Coverage Δ
libp2p/protocols/pubsub/gossipsub/behavior.nim 87.62% <0.00%> (-0.26%) ⬇️
libp2p/protocols/pubsub/pubsub.nim 82.53% <0.00%> (+1.02%) ⬆️

@Menduist Menduist marked this pull request as ready for review February 20, 2023 12:44
@Menduist Menduist enabled auto-merge (squash) February 20, 2023 12:45
@Menduist Menduist merged commit 382b992 into unstable Feb 20, 2023
@Menduist Menduist deleted the interop branch February 20, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants