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

docs(examples): increase supply chain image boot responsiveness #780 #1152

Merged
merged 7 commits into from
Jul 22, 2021

Conversation

petermetz
Copy link
Contributor

Added logging to all 3 of the test ledger classes that are being used
which are taking up most of the boot time.
Now users can see the setup process as it chugs along step by step and
in general be much more confident while waiting that things are indeed
happening instead of the container just being in a zombie state.

Also added an additional point in the README.md file claryfying that
one needs to have a working installation of docker on their machine.
Decided to not go into any more detail than that because the (linked)
docker for desktop documentation is the best/most robust resrouces
available there is and it would be hard to compete with it if we were
to produce our own installation instructions.

Fixes #780

Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com

…ledger-cacti#780

Added logging to all 3 of the test ledger classes that are being used
which are taking up most of the boot time.
Now users can see the setup process as it chugs along step by step and
in general be much more confident while waiting that things are indeed
happening instead of the container just being in a zombie state.

Also added an additional point in the README.md file claryfying that
one needs to have a working installation of docker on their machine.
Decided to not go into any more detail than that because the (linked)
docker for desktop documentation is the best/most robust resrouces
available there is and it would be hard to compete with it if we were
to produce our own installation instructions.

Fixes hyperledger-cacti#780

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
@petermetz petermetz requested a review from takeutak July 20, 2021 19:56
@petermetz petermetz self-assigned this Jul 20, 2021
@petermetz petermetz added documentation Improvements or additions to documentation Developer_Experience labels Jul 20, 2021
@petermetz petermetz requested a review from hartm July 20, 2021 19:57
@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2021

Codecov Report

Merging #1152 (bd9f9bf) into main (2410d6d) will increase coverage by 0.02%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1152      +/-   ##
==========================================
+ Coverage   73.18%   73.20%   +0.02%     
==========================================
  Files         248      248              
  Lines        8744     8768      +24     
  Branches     1018     1023       +5     
==========================================
+ Hits         6399     6419      +20     
  Misses       1796     1796              
- Partials      549      553       +4     
Impacted Files Coverage Δ
...oling/src/main/typescript/besu/besu-test-ledger.ts 73.83% <75.00%> (+0.05%) ⬆️
...g/src/main/typescript/quorum/quorum-test-ledger.ts 67.68% <87.50%> (+2.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2410d6d...bd9f9bf. Read the comment docs.

Copy link
Contributor

@jonathan-m-hamilton jonathan-m-hamilton left a comment

Choose a reason for hiding this comment

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

LGTM

@petermetz petermetz merged commit 82c4d83 into hyperledger-cacti:main Jul 22, 2021
@petermetz petermetz deleted the docs-780 branch July 22, 2021 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Developer_Experience documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs(examples): supply chain image boot goes silent for 10 minutes
4 participants