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

test: Enable fuzzy matching in LogsSuite #10630

Merged
merged 1 commit into from Dec 24, 2023

Conversation

stoyanov-st
Copy link
Contributor

Description:

Related issue(s):

Fixes #10624

Notes for reviewer:

Checklist

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

Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
@stoyanov-st stoyanov-st added the Limechain Work planned for the LimeChain team label Dec 22, 2023
@stoyanov-st stoyanov-st self-assigned this Dec 22, 2023
@stoyanov-st stoyanov-st requested review from a team as code owners December 22, 2023 12:30
Copy link

Node: HAPI Test (Token) Results

189 tests  ±0   189 ✔️ ±0   17m 10s ⏱️ +40s
  13 suites ±0       0 💤 ±0 
  13 files   ±0       0 ±0 

Results for commit dc63697. ± Comparison against base commit 0f965a4.

Copy link

Node: HAPI Test (Crypto) Results

211 tests  ±0   205 ✔️ ±0   17m 54s ⏱️ + 1m 10s
  22 suites ±0       6 💤 ±0 
  22 files   ±0       0 ±0 

Results for commit dc63697. ± Comparison against base commit 0f965a4.

Copy link

Node: Unit Test Results

    2 291 files  ±0      2 291 suites  ±0   47m 34s ⏱️ + 1m 41s
118 613 tests ±0  118 578 ✔️ ±0  35 💤 ±0  0 ±0 
127 030 runs  ±0  126 995 ✔️ ±0  35 💤 ±0  0 ±0 

Results for commit dc63697. ± Comparison against base commit 0f965a4.

Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0f965a4) 62.79% compared to head (dc63697) 62.80%.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop   #10630   +/-   ##
==========================================
  Coverage      62.79%   62.80%           
- Complexity     30884    30886    +2     
==========================================
  Files           3375     3375           
  Lines         136336   136336           
  Branches       14206    14206           
==========================================
+ Hits           85615    85621    +6     
+ Misses         47326    47320    -6     
  Partials        3395     3395           

☔ 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   23m 4s ⏱️ + 23m 4s
311 tests +310  311 ✔️ +311  0 💤 ±0  0  - 1 
333 runs  +332  333 ✔️ +333  0 💤 ±0  0  - 1 

Results for commit dc63697. ± Comparison against base commit 0f965a4.

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
…

Copy link

Node: HAPI Test (Time Consuming) Results

21 tests  ±0     9 ✔️ ±0   25m 45s ⏱️ +17s
  2 suites ±0   12 💤 ±0 
  2 files   ±0     0 ±0 

Results for commit dc63697. ± Comparison against base commit 0f965a4.

Copy link

github-actions bot commented Dec 22, 2023

Node: HAPI Test (Misc) Results

420 tests  ±0   347 ✔️ ±0   28m 15s ⏱️ + 1m 44s
  73 suites ±0     73 💤 ±0 
  73 files   ±0       0 ±0 

Results for commit dc63697. ± Comparison against base commit 0f965a4.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 22, 2023

Node: Integration Test Results

280 tests  ±0   280 ✔️ ±0   28m 24s ⏱️ +2s
    5 suites ±0       0 💤 ±0 
    5 files   ±0       0 ±0 

Results for commit dc63697. ± Comparison against base commit 0f965a4.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 22, 2023

Node: HAPI Test (Smart Contract) Results

412 tests  ±0   397 ✔️ +1   51m 1s ⏱️ + 4m 5s
  55 suites ±0     15 💤 ±0 
  55 files   ±0       0  - 1 

Results for commit dc63697. ± Comparison against base commit 0f965a4.

♻️ This comment has been updated with latest results.

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

@tinker-michaelj tinker-michaelj merged commit ab50ce3 into develop Dec 24, 2023
42 checks passed
@tinker-michaelj tinker-michaelj deleted the 010624-enable-fuzzy-match-for-logssuite branch December 24, 2023 17:46
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.

Enable fuzzy record matching for LogsSuite (5 tests)
2 participants