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: Enable some tests and ignore others #10485

Merged
merged 1 commit into from
Dec 13, 2023
Merged

Conversation

netopyr
Copy link
Contributor

@netopyr netopyr commented Dec 13, 2023

Enabled some tests that are passing now and also removed tests that turned out to be obsolete.

Closes #10480

Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
@netopyr netopyr requested a review from a team December 13, 2023 16:07
@netopyr netopyr requested a review from a team as a code owner December 13, 2023 16:07
@netopyr netopyr self-assigned this Dec 13, 2023
@netopyr netopyr added this to the v0.46 milestone Dec 13, 2023
@netopyr netopyr changed the title Enable some tests and ignore others chore: Enable some tests and ignore others Dec 13, 2023
Copy link

Node: HAPI Test (Crypto) Results

211 tests  ±0   204 ✔️ +3   17m 19s ⏱️ +16s
  22 suites ±0       7 💤  - 3 
  22 files   ±0       0 ±0 

Results for commit 30112e2. ± Comparison against base commit 833853e.

Copy link

Node: HAPI Test (Token) Results

189 tests  ±0   189 ✔️ ±0   17m 32s ⏱️ +27s
  13 suites ±0       0 💤 ±0 
  13 files   ±0       0 ±0 

Results for commit 30112e2. ± Comparison against base commit 833853e.

Copy link

Node: E2E Test Results

    1 files      1 suites   22m 32s ⏱️
311 tests 311 ✔️ 0 💤 0
333 runs  333 ✔️ 0 💤 0

Results for commit 30112e2.

Copy link

Node: HAPI Test (Misc) Results

419 tests   - 1   320 ✔️ +2   24m 6s ⏱️ -29s
  73 suites  - 1     99 💤  - 2 
  73 files    - 1       0  - 1 

Results for commit 30112e2. ± Comparison against base commit 833853e.

This pull request removes 1 test.
com.hedera.services.bdd.suites.regression.PrecompileMintThrottlingCheck ‑ precompileNftMintsAreLimitedByConsThrottle

Copy link

Node: HAPI Test (Time Consuming) Results

21 tests     9 ✔️  25m 26s ⏱️
  2 suites  12 💤
  2 files      0

Results for commit 30112e2.

Copy link

Node: Unit Test Results

    2 291 files  ±0      2 291 suites  ±0   1h 1m 22s ⏱️ + 16m 43s
118 429 tests ±0  118 395 ✔️ ±0  34 💤 ±0  0 ±0 
126 850 runs  ±0  126 816 ✔️ ±0  34 💤 ±0  0 ±0 

Results for commit 30112e2. ± Comparison against base commit 833853e.

Copy link

codecov bot commented Dec 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (45632ac) 63.01% compared to head (30112e2) 63.02%.
Report is 5 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop   #10485   +/-   ##
==========================================
  Coverage      63.01%   63.02%           
- Complexity     30804    30805    +1     
==========================================
  Files           3360     3360           
  Lines         135346   135346           
  Branches       14088    14088           
==========================================
+ Hits           85289    85297    +8     
+ Misses         46695    46689    -6     
+ Partials        3362     3360    -2     

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

Copy link

github-actions bot commented Dec 13, 2023

Node: Integration Test Results

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

Results for commit 30112e2. ± Comparison against base commit 833853e.

♻️ This comment has been updated with latest results.

Copy link

Node: HAPI Test (Smart Contract) Results

398 tests  ±0   357 ✔️ ±0   44m 6s ⏱️ -43s
  55 suites ±0     41 💤 ±0 
  55 files   ±0       0 ±0 

Results for commit 30112e2. ± Comparison against base commit 833853e.

@netopyr netopyr merged commit 59db7a5 into develop Dec 13, 2023
24 of 29 checks passed
@netopyr netopyr deleted the 10480-enable-tests branch December 13, 2023 18:13
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.

Enable passing tests
2 participants