-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
refactor: enhance migration testing tool #17246
Conversation
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17246 +/- ##
============================================
+ Coverage 67.60% 67.62% +0.02%
- Complexity 22147 22159 +12
============================================
Files 2588 2588
Lines 96654 96676 +22
Branches 10099 10101 +2
============================================
+ Hits 65343 65378 +35
+ Misses 27571 27556 -15
- Partials 3740 3742 +2
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
…2-enhance-migration-testing-tool
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
…2-enhance-migration-testing-tool
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review and approve file platform-sdk/platform-apps/tests/MigrationTestingTool/build.gradle.kts
…2-enhance-migration-testing-tool # Conflicts: # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/system/SwirldMain.java
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
.../MigrationTestingTool/src/main/java/com/swirlds/demo/migration/MigrationTestingToolMain.java
Outdated
Show resolved
Hide resolved
...MigrationTestingTool/src/main/java/com/swirlds/demo/migration/MigrationTestingToolState.java
Outdated
Show resolved
Hide resolved
...MigrationTestingTool/src/main/java/com/swirlds/demo/migration/MigrationTestingToolState.java
Outdated
Show resolved
Hide resolved
...MigrationTestingTool/src/main/java/com/swirlds/demo/migration/MigrationTestingToolState.java
Outdated
Show resolved
Hide resolved
...ps/tests/MigrationTestingTool/src/main/java/com/swirlds/demo/migration/TransactionUtils.java
Outdated
Show resolved
Hide resolved
...ationTestingTool/src/test/java/com/swirlds/demo/migration/MigrationTestingToolStateTest.java
Outdated
Show resolved
Hide resolved
...ationTestingTool/src/test/java/com/swirlds/demo/migration/MigrationTestingToolStateTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
...ests/MigrationTestingTool/src/main/java/com/swirlds/demo/migration/TransactionGenerator.java
Show resolved
Hide resolved
...ps/tests/MigrationTestingTool/src/main/java/com/swirlds/demo/migration/TransactionUtils.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reapprove platform-sdk/platform-apps/tests/MigrationTestingTool/build.gradle.kts
Description:
Enhance the migration testing tool to work with new transactions of bytes.
Related issue(s):
Fixes #16842
Notes for reviewer:
Checklist