-
Notifications
You must be signed in to change notification settings - Fork 290
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
[mpm] Integration test support package and deploy command #3631
Conversation
Benchmark for 0774b3eClick to view benchmark
|
mpm release 和 submit_upgrade_plan 是在集成测试里执行,还是单独命令行执行? |
Codecov Report
@@ Coverage Diff @@
## master #3631 +/- ##
==========================================
- Coverage 28.76% 28.68% -0.08%
==========================================
Files 591 591
Lines 50428 50573 +145
Branches 23766 23849 +83
==========================================
- Hits 14503 14502 -1
- Misses 21742 21918 +176
+ Partials 14183 14153 -30
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
集成测试里运行 |
给个集成测试里调用 mpm release 和 submit_upgrade_plan 的例子? |
提供的是 package 和 deploy 命令。package 之后可以获取到 package_hash,然后执行 submit_upgrade_plan |
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: resolve #3574
What is the new behavior?
Other information
starcoinorg/move#11
TODO: 测试用例