-
Notifications
You must be signed in to change notification settings - Fork 143
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
refactor: enhance consistency testing tool #17136
Conversation
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
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 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17136 +/- ##
============================================
+ Coverage 67.41% 67.47% +0.06%
- Complexity 22063 22080 +17
============================================
Files 2585 2585
Lines 96408 96425 +17
Branches 10071 10072 +1
============================================
+ Hits 64992 65062 +70
+ Misses 27698 27640 -58
- Partials 3718 3723 +5
|
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
…com:hashgraph/hedera-services into 16790-enhance-consistency-testing-tool # Conflicts: # platform-sdk/platform-apps/tests/ConsistencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolState.java
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
…com:hashgraph/hedera-services into 16790-enhance-consistency-testing-tool
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
…6790-enhance-consistency-testing-tool # Conflicts: # platform-sdk/platform-apps/demos/CryptocurrencyDemo/src/main/java/com/swirlds/demo/crypto/CryptocurrencyDemoState.java # platform-sdk/platform-apps/demos/HelloSwirldDemo/src/main/java/com/swirlds/demo/hello/HelloSwirldDemoState.java # platform-sdk/platform-apps/demos/StatsDemo/src/main/java/com/swirlds/demo/stats/StatsDemoState.java # platform-sdk/platform-apps/tests/AddressBookTestingTool/src/main/java/com/swirlds/demo/addressbook/AddressBookTestingToolState.java # platform-sdk/platform-apps/tests/ConsistencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolState.java # platform-sdk/platform-apps/tests/ISSTestingTool/src/main/java/com/swirlds/demo/iss/ISSTestingToolState.java # platform-sdk/platform-apps/tests/MigrationTestingTool/src/main/java/com/swirlds/demo/migration/MigrationTestingToolState.java # platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java # platform-sdk/platform-apps/tests/StatsSigningTestingTool/src/main/java/com/swirlds/demo/stats/signing/StatsSigningTestingToolState.java # platform-sdk/platform-apps/tests/StressTestingTool/src/main/java/com/swirlds/demo/stress/StressTestingToolState.java # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/PlatformMerkleStateRoot.java # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/system/SwirldState.java # platform-sdk/swirlds-platform-core/src/test/java/com/swirlds/platform/turtle/runner/TurtleTestingToolState.java # platform-sdk/swirlds-platform-core/src/testFixtures/java/com/swirlds/platform/test/fixtures/state/BlockingSwirldState.java
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
…0-enhance-consistency-testing-tool # Conflicts: # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/system/SwirldMain.java
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/ConsistencyTestingTool/build.gradle.kts
...yTestingTool/src/test/java/com/swirlds/demo/consistency/ConsistencyTestingToolStateTest.java
Outdated
Show resolved
Hide resolved
...yTestingTool/src/test/java/com/swirlds/demo/consistency/ConsistencyTestingToolStateTest.java
Outdated
Show resolved
Hide resolved
...yTestingTool/src/test/java/com/swirlds/demo/consistency/ConsistencyTestingToolStateTest.java
Show resolved
Hide resolved
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
…0-enhance-consistency-testing-tool
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
...tencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolState.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.
LGTM
platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/system/SwirldMain.java
Outdated
Show resolved
Hide resolved
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/ConsistencyTestingTool/build.gradle.kts
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
4f73ef8
…0-enhance-consistency-testing-tool # Conflicts: # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/system/SwirldMain.java
...tencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolState.java
Outdated
Show resolved
Hide resolved
...tencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolState.java
Show resolved
Hide resolved
...stencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolMain.java
Outdated
Show resolved
Hide resolved
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/ConsistencyTestingTool/build.gradle.kts
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 platform-sdk/platform-apps/tests/ConsistencyTestingTool/build.gradle.kts
Description:
Enhance the consistency testing tool to work with new transactions of bytes.
Related issue(s):
Fixes #16790
Notes for reviewer:
Checklist