-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: introduce process lock so that solo doesn't allow parallel execution of commands #54
Conversation
E2E Test Results 1 files ± 0 6 suites ±0 4m 48s ⏱️ - 7m 30s For more details on these failures, see this check. Results for commit 7f537b6. ± Comparison against base commit f4f8527. This pull request removes 700 and adds 700 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
b6d9227
to
4abb500
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
==========================================
+ Coverage 63.72% 67.05% +3.32%
==========================================
Files 27 27
Lines 2553 2477 -76
Branches 371 363 -8
==========================================
+ Hits 1627 1661 +34
+ Misses 926 816 -110
|
dc5af56
to
75aefc0
Compare
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation Footnotes
|
2fe8380
to
6833573
Compare
84b657a
to
54f11a5
Compare
0868d21
to
2ccc09f
Compare
167f4a0
to
e4cb5e0
Compare
Signed-off-by: Lenin Mehedy <[email protected]>
e4cb5e0
to
7f537b6
Compare
We need to introduce cluster level lock instead of local process lock #43 |
Description
This pull request changes the following:
relay
command argument parsing and chart nameExample:
Related Issues