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: avoid confusing INSUFFICIENT_PAYER_BALANCE warnings #10578

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

tinker-michaelj
Copy link
Collaborator

@tinker-michaelj tinker-michaelj commented Dec 19, 2023

Description:

  • Ensure system accounts always have some funds before attempting a prohibited delete in CannotDeleteSystemEntitiesSuite.
    • This prevents confusing INSUFFICIENT_PAYER_BALANCE warnings in CI; even though these are not treated as test failures, they look that way.

Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
@tinker-michaelj tinker-michaelj requested a review from a team December 19, 2023 18:33
@tinker-michaelj tinker-michaelj requested a review from a team as a code owner December 19, 2023 18:33
@tinker-michaelj tinker-michaelj changed the title Avoid confusing INSUFFICIENT_PAYER_BALANCE warnings chore: avoid confusing INSUFFICIENT_PAYER_BALANCE warnings Dec 19, 2023
Copy link
Member

@Neeharika-Sompalli Neeharika-Sompalli 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 (Crypto) Results

211 tests  ±0   204 ✔️ ±0   17m 35s ⏱️ -13s
  22 suites ±0       7 💤 ±0 
  22 files   ±0       0 ±0 

Results for commit a30c827. ± Comparison against base commit e2ef0f6.

Copy link

Node: HAPI Test (Token) Results

189 tests  ±0   189 ✔️ ±0   18m 49s ⏱️ + 2m 7s
  13 suites ±0       0 💤 ±0 
  13 files   ±0       0 ±0 

Results for commit a30c827. ± Comparison against base commit e2ef0f6.

Copy link

Node: E2E Test Results

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

Results for commit a30c827. ± Comparison against base commit e2ef0f6.

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: Unit Test Results

    2 293 files  ±0      2 293 suites  ±0   51m 44s ⏱️ - 2m 14s
118 448 tests ±0  118 414 ✔️ ±0  34 💤 ±0  0 ±0 
126 865 runs  ±0  126 831 ✔️ ±0  34 💤 ±0  0 ±0 

Results for commit a30c827. ± Comparison against base commit e2ef0f6.

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (develop@628226f). Click here to learn what that means.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop   #10578   +/-   ##
==========================================
  Coverage           ?   63.04%           
  Complexity         ?    30837           
==========================================
  Files              ?     3363           
  Lines              ?   135487           
  Branches           ?    14096           
==========================================
  Hits               ?    85414           
  Misses             ?    46712           
  Partials           ?     3361           

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

Copy link

Node: HAPI Test (Time Consuming) Results

21 tests  ±0     9 ✔️ ±0   24m 35s ⏱️ - 1m 39s
  2 suites ±0   12 💤 ±0 
  2 files   ±0     0 ±0 

Results for commit a30c827. ± Comparison against base commit e2ef0f6.

Copy link

github-actions bot commented Dec 19, 2023

Node: Integration Test Results

278 tests  ±0   278 ✔️ ±0   26m 57s ⏱️ -4s
    5 suites ±0       0 💤 ±0 
    5 files   ±0       0 ±0 

Results for commit a30c827. ± Comparison against base commit e2ef0f6.

♻️ This comment has been updated with latest results.

Copy link

Node: HAPI Test (Misc) Results

420 tests  ±0   333 ✔️ ±0   31m 2s ⏱️ +41s
  74 suites ±0     87 💤 ±0 
  74 files   ±0       0 ±0 

Results for commit a30c827. ± Comparison against base commit e2ef0f6.

Copy link

Node: HAPI Test (Smart Contract) Results

399 tests  ±0   373 ✔️ ±0   46m 25s ⏱️ -44s
  55 suites ±0     26 💤 ±0 
  55 files   ±0       0 ±0 

Results for commit a30c827. ± Comparison against base commit e2ef0f6.

@tinker-michaelj tinker-michaelj merged commit 9e84dd9 into develop Dec 20, 2023
35 of 40 checks passed
@tinker-michaelj tinker-michaelj deleted the fix-ipb-warnings branch December 20, 2023 02:03
thomas-swirlds-labs pushed a commit that referenced this pull request Dec 20, 2023
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
Signed-off-by: Thomas Moran <152873392+thomas-swirlds-labs@users.noreply.github.com>
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.

3 participants