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

chore: update readme with port forward example #620

Merged
merged 5 commits into from
Sep 19, 2024

Conversation

JeffreyDallas
Copy link
Contributor

Description

This pull request changes the following:

  • update readme with port forward example

Related Issues

@JeffreyDallas
Copy link
Contributor Author

Maybe we could proved a simple local_solo_launch.sh

#!/usr/bin/env bash

./test/e2e/setup-e2e.sh

solo node keys --gossip-keys --tls-keys -i node1,node2,node3
solo network deploy -i node1,node2,node3
solo node setup -i node1,node2,node3
solo node start -i node1,node2,node3
solo mirror-node deploy
solo relay deploy -i node1

kubectl port-forward svc/relay-node1-hedera-json-rpc-relay -n solo-e2e 7546:7546 &
kubectl port-forward svc/haproxy-node1-svc -n solo-e2e 50211:50211 &
kubectl port-forward svc/fullstack-deployment-hedera-explorer -n solo-e2e 8080:80 &

Copy link
Contributor

github-actions bot commented Sep 19, 2024

Unit Test Results - Linux

  1 files  ±0   19 suites  ±0   26s ⏱️ -1s
119 tests ±0  119 ✅ ±0  0 💤 ±0  0 ❌ ±0 
145 runs  ±0  145 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit dbdda66. ± Comparison against base commit 3f838f6.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Sep 19, 2024

Unit Test Results - Windows

  1 files  ±0   19 suites  ±0   53s ⏱️ -1s
119 tests ±0  119 ✅ ±0  0 💤 ±0  0 ❌ ±0 
145 runs  ±0  145 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit dbdda66. ± Comparison against base commit 3f838f6.

♻️ This comment has been updated with latest results.

README.md.template Outdated Show resolved Hide resolved
README.md.template Outdated Show resolved Hide resolved
tomzhenghedera
tomzhenghedera previously approved these changes Sep 19, 2024
Copy link
Contributor

@jeromy-cannon jeromy-cannon left a comment

Choose a reason for hiding this comment

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

please make the updates I requested

Co-authored-by: Jeromy Cannon <[email protected]>
Signed-off-by: JeffreyDallas <[email protected]>
JeffreyDallas and others added 2 commits September 19, 2024 14:40
Co-authored-by: Jeromy Cannon <[email protected]>
Signed-off-by: JeffreyDallas <[email protected]>
Co-authored-by: Jeromy Cannon <[email protected]>
Signed-off-by: JeffreyDallas <[email protected]>
Copy link
Contributor

github-actions bot commented Sep 19, 2024

E2E Test Report

 10 files  ±0   20 suites  ±0   49m 42s ⏱️ +45s
168 tests ±0  168 ✅ ±0  0 💤 ±0  0 ❌ ±0 
171 runs  ±0  171 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit dbdda66. ± Comparison against base commit 3f838f6.

♻️ This comment has been updated with latest results.

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.02% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (3f838f6) 4067 3293 80.97%
Head commit (dbdda66) 4071 (+4) 3297 (+4) 80.99% (+0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#620) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.86%. Comparing base (3f838f6) to head (dbdda66).
Report is 26 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #620   +/-   ##
=======================================
  Coverage   80.86%   80.86%           
=======================================
  Files          37       37           
  Lines        4880     4880           
  Branches      760      760           
=======================================
  Hits         3946     3946           
  Misses        934      934           

Impacted file tree graph

@jeromy-cannon jeromy-cannon merged commit 71345e6 into main Sep 19, 2024
33 checks passed
@jeromy-cannon jeromy-cannon deleted the 00516-D-update-readme-portfwd branch September 19, 2024 20:25
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.31.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update README and solo node start to provide commands to setup kubectl port forward for network nodes
4 participants