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

chore: Add code coverage to CustomRoyaltyFeeAssessor, CustomFixedFeeAssessor #13224

Merged
merged 11 commits into from
May 14, 2024

Conversation

Neeharika-Sompalli
Copy link
Member

@Neeharika-Sompalli Neeharika-Sompalli commented May 11, 2024

Fixes #13163
Fixes #13212

Add code coverage to CustomRoyaltyFeeAssessor, CustomFixedFeeAssessor

Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Copy link

github-actions bot commented May 11, 2024

Node: HAPI Test (Restart) Results

2 tests   0 ✅  6m 58s ⏱️
2 suites  0 💤
2 files    2 ❌

For more details on these failures, see this check.

Results for commit 8b1e61d.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 11, 2024

Node: HAPI Test (Node Death Reconnect) Results

2 tests   2 ✅  8m 49s ⏱️
2 suites  0 💤
2 files    0 ❌

Results for commit 8b1e61d.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 11, 2024

Node: HAPI Test (Token) Results

235 tests   233 ✅  21m 12s ⏱️
 17 suites    2 💤
 17 files      0 ❌

Results for commit 8b1e61d.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 11, 2024

Node: HAPI Test (Misc) Results

464 tests   453 ✅  42m 19s ⏱️
 77 suites   10 💤
 77 files      1 ❌

For more details on these failures, see this check.

Results for commit 8b1e61d.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 11, 2024

Node: HAPI Test (Crypto) Results

335 tests   335 ✅  41m 41s ⏱️
 25 suites    0 💤
 25 files      0 ❌

Results for commit 8b1e61d.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 11, 2024

Node: Unit Test Results

  2 304 files  + 2    2 304 suites  +2   3h 47m 24s ⏱️ + 11m 47s
118 926 tests +13  118 859 ✅ +13  67 💤 ±0  0 ❌ ±0 
127 487 runs  +13  127 420 ✅ +13  67 💤 ±0  0 ❌ ±0 

Results for commit 8b1e61d. ± Comparison against base commit ea0b875.

This pull request removes 3997 and adds 3773 tests. Note that renamed tests count towards both.

  
             IssuerDN: CN=s-aaaa
            SubjectDN: CN=s-aaaa
           Final Date: Fri Jan 01 00:00:00 UTC 2100
           Public Key: RSA Public Key [2e:28:bc:1e:d3:83:25:92:8e:cb:98:b1:b6:84:06:9c:d5:d8:14:d5],[56:66:d1:a4]
           Start Date: Sat Jan 01 00:00:00 UTC 2000
         SerialNumber: 12482092706667292405
        modulus: c1a0ff5d2372b53d12d12bb87dd03f5e…
        modulus: c1a0ff5d2372b53d12d12bb87dd03f5…
…
com.hedera.node.app.grpc.impl.netty.GrpcServiceBuilderTest ‑ [4] 

com.hedera.node.app.grpc.impl.netty.GrpcServiceBuilderTest ‑ [6] 

com.hedera.node.app.grpc.impl.netty.GrpcServiceBuilderTest ‑ [7]   
  
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [10] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@d6cf6b4a
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [11] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@115b2898
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [12] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@bfe32425
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [13] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@a59b7da9
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [14] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@faf314f8
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [15] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@78c2c590
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [16] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@5463f976
…

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 11, 2024

Node: HAPI Test (Time Consuming) Results

21 tests   21 ✅  54m 36s ⏱️
 3 suites   0 💤
 3 files     0 ❌

Results for commit 8b1e61d.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 11, 2024

Node: HAPI Test (Smart Contract) Results

592 tests   591 ✅  1h 12m 19s ⏱️
 63 suites    0 💤
 63 files      1 ❌

For more details on these failures, see this check.

Results for commit 8b1e61d.

♻️ This comment has been updated with latest results.

Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
@Neeharika-Sompalli Neeharika-Sompalli changed the title Add code coverage to CustomRoyaltyFeeAssessor core: Add code coverage to CustomRoyaltyFeeAssessor, CustomFixedFeeAssessor May 11, 2024
@Neeharika-Sompalli Neeharika-Sompalli changed the title core: Add code coverage to CustomRoyaltyFeeAssessor, CustomFixedFeeAssessor chore: Add code coverage to CustomRoyaltyFeeAssessor, CustomFixedFeeAssessor May 11, 2024
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
@Neeharika-Sompalli Neeharika-Sompalli marked this pull request as ready for review May 11, 2024 23:49
@Neeharika-Sompalli Neeharika-Sompalli requested a review from a team May 11, 2024 23:49
@Neeharika-Sompalli Neeharika-Sompalli requested a review from a team as a code owner May 11, 2024 23:49
Copy link
Contributor

@thomas-swirlds-labs thomas-swirlds-labs left a comment

Choose a reason for hiding this comment

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

LGTM! @Neeharika-Sompalli 👍

Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Copy link
Contributor

@thomas-swirlds-labs thomas-swirlds-labs left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
@Neeharika-Sompalli Neeharika-Sompalli merged commit 40b6658 into develop May 14, 2024
37 of 43 checks passed
@Neeharika-Sompalli Neeharika-Sompalli deleted the 13162-D-codecov branch May 14, 2024 17:40
stoyanov-st pushed a commit that referenced this pull request May 15, 2024
…eeAssessor` (#13224)

Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
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.

CustomFixedFeeAssessor [94.87 %] Improve code coverage of CustomRoyaltyFeeAssessor [34.33 %]
2 participants