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(tests): Split exhaustive tests #1341

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Aug 20, 2024

Context

We test each component, eip and kamelet form in a single test suite, and while it works, the test are executed from a single thread.

This PR splits those tests by type, so they can be run in parallel.

Before

Test Suites: 133 passed, 133 total
Tests:       1 skipped, 2 todo, 1126 passed, 1129 total
Snapshots:   104 passed, 104 total
Time:        94.288 s, estimated 95 s

After

Test Suites: 150 passed, 150 total
Tests:       1 skipped, 2 todo, 1184 passed, 1187 total
Snapshots:   117 passed, 117 total
Time:        89.006 s, estimated 94 s

Copy link

sonarcloud bot commented Aug 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@68a9f66). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1341   +/-   ##
=======================================
  Coverage        ?   63.10%           
  Complexity      ?       25           
=======================================
  Files           ?      255           
  Lines           ?     6854           
  Branches        ?     1565           
=======================================
  Hits            ?     4325           
  Misses          ?     2523           
  Partials        ?        6           

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

@lordrip lordrip merged commit a348f85 into KaotoIO:main Aug 20, 2024
12 checks passed
@lordrip lordrip deleted the chore/split-canvasformtabs-test branch August 20, 2024 19:45
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.

1 participant