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: normalize test output across all Gradle projects #9709

Merged
merged 1 commit into from Nov 6, 2023

Conversation

nathanklick
Copy link
Member

@nathanklick nathanklick commented Nov 6, 2023

Description

This pull request changes the following:

  • Normalizes the unit test output for all Gralde projects.
  • Suppresses all output for passing & skipped tests.
  • Shows failing tests in the output including their standard output/error streams.

Related Issues

Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Copy link

github-actions bot commented Nov 6, 2023

Node: Unit Test Results

    2 272 files  ±0      2 272 suites  ±0   1h 27m 13s ⏱️ + 2m 20s
118 348 tests ±0  118 314 ✔️ ±0  34 💤 ±0  0 ±0 
126 609 runs  ±0  126 575 ✔️ ±0  34 💤 ±0  0 ±0 

Results for commit 3bc8939. ± Comparison against base commit a4b9f3b.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 6, 2023

Node: E2E Test Results

    1 files      1 suites   22m 2s ⏱️
310 tests 310 ✔️ 0 💤 0
332 runs  332 ✔️ 0 💤 0

Results for commit 3bc8939.

Copy link

github-actions bot commented Nov 6, 2023

Node: Integration Test Results

280 tests   280 ✔️  32m 52s ⏱️
    5 suites      0 💤
    5 files        0

Results for commit 3bc8939.

Copy link

github-actions bot commented Nov 6, 2023

Node: HAPI Test Results

1 242 tests   818 ✔️  1h 22m 44s ⏱️
   165 suites  424 💤
   165 files        0

Results for commit 3bc8939.

@nathanklick nathanklick merged commit 1fc46f9 into develop Nov 6, 2023
14 of 15 checks passed
@nathanklick nathanklick deleted the 09693-Normalize-Test-Output branch November 6, 2023 21:24
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.

Normalize test output across all Gradle projects
2 participants