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

Enable HRCPrecompileSuite tests #10073

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

mustafauzunn
Copy link
Collaborator

@mustafauzunn mustafauzunn commented Nov 22, 2023

Description:

Enable HRCPrecompileSuite tests

Related issue(s):

Fixes #10072

Notes for reviewer:

Checklist

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

Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
@mustafauzunn mustafauzunn added the Limechain Work planned for the LimeChain team label Nov 22, 2023
@mustafauzunn mustafauzunn self-assigned this Nov 22, 2023
@mustafauzunn mustafauzunn requested review from a team as code owners November 22, 2023 08:15
Copy link

Node: Unit Test Results

    2 283 files  ±0      2 283 suites  ±0   44m 24s ⏱️ - 7m 32s
118 366 tests ±0  118 332 ✔️ ±0  34 💤 ±0  0 ±0 
126 684 runs  ±0  126 650 ✔️ ±0  34 💤 ±0  0 ±0 

Results for commit 5f1e6c1. ± Comparison against base commit 1783f9d.

Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1783f9d) 65.28% compared to head (5f1e6c1) 65.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop   #10073   +/-   ##
==========================================
  Coverage      65.28%   65.28%           
+ Complexity     30197    30196    -1     
==========================================
  Files           3326     3326           
  Lines         126798   126798           
  Branches       13185    13185           
==========================================
+ Hits           82775    82777    +2     
+ Misses         40818    40815    -3     
- Partials        3205     3206    +1     

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

Copy link

Node: E2E Test Results

    1 files  ±    0      1 suites  ±0   22m 17s ⏱️ + 22m 17s
310 tests +309  310 ✔️ +310  0 💤 ±0  0  - 1 
332 runs  +331  332 ✔️ +332  0 💤 ±0  0  - 1 

Results for commit 5f1e6c1. ± Comparison against base commit 1783f9d.

This pull request removes 1 and adds 310 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
…

Copy link

Node: Integration Test Results

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

Results for commit 5f1e6c1. ± Comparison against base commit 1783f9d.

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!

Copy link

Node: HAPI Test Results

1 245 tests  ±0   974 ✔️ +6   1h 33m 38s ⏱️ + 1m 42s
   166 suites ±0   271 💤  - 6 
   166 files   ±0       0 ±0 

Results for commit 5f1e6c1. ± Comparison against base commit 1783f9d.

@mustafauzunn mustafauzunn merged commit fd86222 into develop Nov 23, 2023
16 of 17 checks passed
@mustafauzunn mustafauzunn deleted the 10072-hrc-precompile-suite branch November 23, 2023 09:08
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix HRCPrecompileSuite tests
2 participants