-
Notifications
You must be signed in to change notification settings - Fork 94
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
🌱 Add test scripts. #545
🌱 Add test scripts. #545
Conversation
/assign @qiujian16 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #545 +/- ##
==========================================
+ Coverage 62.39% 62.41% +0.02%
==========================================
Files 138 177 +39
Lines 11605 13857 +2252
==========================================
+ Hits 7241 8649 +1408
- Misses 3598 4339 +741
- Partials 766 869 +103
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/approve |
But I think the flaky is mainly on e2e? |
Agree, hold the PR to add e2e script as well. |
c05e3d3
to
54aa97c
Compare
/unhold |
@qiujian16 The scripts updated, please take another look |
54aa97c
to
20be1f3
Compare
Signed-off-by: xuezhaojun <zxue@redhat.com>
20be1f3
to
31db60a
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16, xuezhaojun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2857778
into
open-cluster-management-io:main
Summary
There are 2 scripts added:
Sometimes, we want to run integration/e2e test multiple times to reproduce the flaky error, this script allows you to run test many times util it's failed, then it collects then output into
_output/flaky-error-test/
directory:Actually it tests out a integration and a e2e flaky error already:
I will work on this soon.