Add an "Initial Stress Tests" category to distinguish tests that are prepared for stress tests (BugFix)#1368
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1368 +/- ##
=======================================
Coverage 45.12% 45.12%
=======================================
Files 366 366
Lines 39058 39058
Branches 6607 6607
=======================================
Hits 17626 17626
Misses 20758 20758
Partials 674 674
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
28acd5e to
903c3f7
Compare
@zongminl There are 2 test cases belong to catagory stress-tests: reboot-run-generator and init-boot-loop-data, and I just move them to com.canonical.plainbox::stress. |
tomli380576
left a comment
There was a problem hiding this comment.
yay no more duplicate categories :D
zongminl
left a comment
There was a problem hiding this comment.
- Please remove the unused
com.canonical.certification::stress-testscategory entirely - There are still a few jobs using
com.canonical.certification::stress-testscategory, please also make the change for them
903c3f7 to
c336387
Compare
@zongminl Per your comments, the stress-tests category was removed, and two tests mentioned was change to category com.canonical.plainbox::stress. |

Fix: Two almost identical 'Stress Tests' lead to some confusion #1319
Add a new category named "Initial Stress Tests" to used for some initial tests of stress tests, such as init-boot-loop-data which used to create a baseline for other tests.
Description
Resolved issues
Two almost identical 'Stress Tests' lead to some confusion #1319
Documentation
Tests