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

[fix] fix snapshot path in import_snapshot.sh #3535

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

jiangying000
Copy link
Collaborator

@jiangying000 jiangying000 commented Jul 15, 2022

Pull request type

Please check the type of change your PR introduces:

  • [ x] Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Error: No such file or directory (os error 2)
apply-snapshot main /snapshot fail

Issue Number: N/A

What is the new behavior?

  • no this error

Other information

@nkysg
Copy link
Collaborator

nkysg commented Jul 15, 2022

Thank you.

@nkysg nkysg self-requested a review July 15, 2022 04:02
@codecov
Copy link

codecov bot commented Jul 15, 2022

Codecov Report

Merging #3535 (31989bf) into master (5c28612) will increase coverage by 0.27%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3535      +/-   ##
==========================================
+ Coverage   29.08%   29.35%   +0.27%     
==========================================
  Files         589      589              
  Lines       49739    49739              
  Branches    23404    23404              
==========================================
+ Hits        14461    14595     +134     
+ Misses      21042    20951      -91     
+ Partials    14236    14193      -43     
Flag Coverage Δ
unittests 29.35% <ø> (+0.27%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
executor/src/executor.rs 45.84% <0.00%> (-4.16%) ⬇️
vm/types/src/token/stc.rs 64.71% <0.00%> (-2.94%) ⬇️
commons/stream-task/src/task_stream.rs 60.00% <0.00%> (-2.85%) ⬇️
commons/accumulator/src/tree_store/mock.rs 28.58% <0.00%> (-2.85%) ⬇️
account/src/account_storage.rs 50.25% <0.00%> (-2.48%) ⬇️
storage/src/block/mod.rs 53.58% <0.00%> (-2.38%) ⬇️
config/src/helper.rs 43.14% <0.00%> (-1.96%) ⬇️
config/src/account_provider_config.rs 26.99% <0.00%> (-1.58%) ⬇️
...ons/forkable-jellyfish-merkle/src/node_type/mod.rs 70.51% <0.00%> (-1.35%) ⬇️
vm/types/src/proptest_types.rs 47.20% <0.00%> (-1.12%) ⬇️
... and 55 more

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 b2ca198...31989bf. Read the comment docs.

@nkysg nkysg merged commit 7a81c7d into starcoinorg:master Jul 15, 2022
jiangying000 added a commit to jiangying000/starcoin that referenced this pull request Jul 22, 2022
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.

2 participants