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: suite test in TokenAndTypeCheckSuite #10140

Merged
merged 8 commits into from
Dec 6, 2023

Conversation

petreze
Copy link
Contributor

@petreze petreze commented Nov 28, 2023

Description:
This PR fixes the negative suite test in TokenAndTypeCheckSuite

Related issue(s):

Fixes #10139

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
@petreze petreze added Limechain Work planned for the LimeChain team Modularization Issues or PRs related to modularization labels Nov 28, 2023
@petreze petreze self-assigned this Nov 28, 2023
@petreze petreze requested review from a team as code owners November 28, 2023 15:12
Copy link

github-actions bot commented Nov 28, 2023

Node: HAPI Test (Crypto) Results

211 tests  ±0   201 ✔️ ±0   20m 50s ⏱️ + 6m 27s
  22 suites ±0     10 💤 ±0 
  22 files   ±0       0 ±0 

Results for commit df5c648. ± Comparison against base commit 521d5eb.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 28, 2023

Node: HAPI Test (Token) Results

190 tests  ±0   188 ✔️ ±0   19m 14s ⏱️ + 4m 22s
  13 suites ±0       2 💤 ±0 
  13 files   ±0       0 ±0 

Results for commit df5c648. ± Comparison against base commit 521d5eb.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 28, 2023

Node: Unit Test Results

    2 290 files  ±0      2 290 suites  ±0   46m 54s ⏱️ + 8m 17s
118 410 tests ±0  118 376 ✔️ ±0  34 💤 ±0  0 ±0 
126 832 runs  ±0  126 798 ✔️ ±0  34 💤 ±0  0 ±0 

Results for commit df5c648. ± Comparison against base commit 521d5eb.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (521d5eb) 63.51% compared to head (df5c648) 63.51%.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop   #10140   +/-   ##
==========================================
  Coverage      63.51%   63.51%           
  Complexity     30956    30956           
==========================================
  Files           3337     3337           
  Lines         134351   134351           
  Branches       13965    13965           
==========================================
  Hits           85336    85336           
+ Misses         45665    45661    -4     
- Partials        3350     3354    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Nov 28, 2023

Node: HAPI Test (Misc) Results

419 tests  ±0   313 ✔️ ±0   24m 26s ⏱️ + 4m 9s
  73 suites ±0   106 💤 ±0 
  73 files   ±0       0 ±0 

Results for commit df5c648. ± Comparison against base commit 521d5eb.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 28, 2023

Node: E2E Test Results

    1 files  ±    0      1 suites  ±0   28m 11s ⏱️ + 28m 11s
311 tests +310  311 ✔️ +311  0 💤 ±0  0  - 1 
333 runs  +332  333 ✔️ +333  0 💤 ±0  0  - 1 

Results for commit df5c648. ± Comparison against base commit 521d5eb.

This pull request removes 1 and adds 311 tests. Note that renamed tests count towards both.
EndToEndTests ‑ initializationError
EndToEndTests ‑ ADDRESS_BOOK_CONTROLCanUpdateADDRESS_BOOK
EndToEndTests ‑ ADDRESS_BOOK_CONTROLCanUpdateNODE_DETAILS
EndToEndTests ‑ AccountsGetPayerRecordsIfSoConfigured
EndToEndTests ‑ Acct57CanMakeSmallChanges
EndToEndTests ‑ Acct57CantMakeLargeChanges
EndToEndTests ‑ AddingSignaturesToExecutedTxFails
EndToEndTests ‑ AddingSignaturesToExecutedTxFailsWithLongTermEnabled
EndToEndTests ‑ AddingSignaturesToNonExistingTxFails
EndToEndTests ‑ AddingSignaturesToNonExistingTxFailsWithLongTermEnabled
EndToEndTests ‑ AddressAliasIdFuzzing
…

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 28, 2023

Node: HAPI Test (Time Consuming) Results

21 tests  ±0     9 ✔️ ±0   24m 53s ⏱️ -29s
  2 suites ±0   12 💤 ±0 
  2 files   ±0     0 ±0 

Results for commit df5c648. ± Comparison against base commit 521d5eb.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 28, 2023

Node: Integration Test Results

279 tests  ±0   279 ✔️ ±0   28m 28s ⏱️ +36s
    5 suites ±0       0 💤 ±0 
    5 files   ±0       0 ±0 

Results for commit df5c648. ± Comparison against base commit 521d5eb.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 28, 2023

Node: HAPI Test (Smart Contract) Results

405 tests  ±0   326 ✔️ +1   49m 47s ⏱️ + 15m 22s
  56 suites ±0     79 💤  - 1 
  56 files   ±0       0 ±0 

Results for commit df5c648. ± Comparison against base commit 521d5eb.

♻️ This comment has been updated with latest results.

@petreze petreze marked this pull request as draft November 29, 2023 13:19
@petreze petreze marked this pull request as ready for review November 29, 2023 16:12
@petreze petreze requested a review from a team as a code owner November 29, 2023 16:12
kimbor
kimbor previously approved these changes Nov 29, 2023
Copy link
Member

@kimbor kimbor left a comment

Choose a reason for hiding this comment

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

lgtm!

@petreze petreze added Limechain Work planned for the LimeChain team Modularization Issues or PRs related to modularization and removed Limechain Work planned for the LimeChain team Modularization Issues or PRs related to modularization labels Nov 30, 2023
@petreze petreze changed the title Fix suite test in TokenAndTypeCheckSuite Fix: suite test in TokenAndTypeCheckSuite Dec 1, 2023
@petreze petreze changed the title Fix: suite test in TokenAndTypeCheckSuite fix: suite test in TokenAndTypeCheckSuite Dec 1, 2023
@mustafauzunn mustafauzunn requested review from tinker-michaelj and removed request for tinker-michaelj December 4, 2023 07:25
agadzhalov
agadzhalov previously approved these changes Dec 4, 2023
Copy link
Contributor

@agadzhalov agadzhalov left a comment

Choose a reason for hiding this comment

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

LGTM

@petreze petreze dismissed stale reviews from agadzhalov and kimbor via df5c648 December 5, 2023 08:32
@bibitibooo1 bibitibooo1 added this to the v0.46 milestone Dec 5, 2023
Copy link
Collaborator

@tinker-michaelj tinker-michaelj left a comment

Choose a reason for hiding this comment

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

LGTM, thx @petreze !

@agadzhalov agadzhalov merged commit 0c23887 into develop Dec 6, 2023
29 of 30 checks passed
@agadzhalov agadzhalov deleted the 10139-fix-token-and-type-check-suite branch December 6, 2023 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Limechain Work planned for the LimeChain team Modularization Issues or PRs related to modularization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix TokenAndTypeCheckSuite suite tests
6 participants