-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 JobService Dashboard API test cases #18234
Merged
YangJiao0817
merged 1 commit into
goharbor:main
from
YangJiao0817:jobservice-api-testcase
Feb 17, 2023
Merged
Add JobService Dashboard API test cases #18234
YangJiao0817
merged 1 commit into
goharbor:main
from
YangJiao0817:jobservice-api-testcase
Feb 17, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YangJiao0817
added
area/test automation/pytest-e2e
release-note/infra
Infra related changes e.g. release, test, ship etc...
labels
Feb 16, 2023
Codecov Report
@@ Coverage Diff @@
## main #18234 +/- ##
==========================================
+ Coverage 44.26% 44.31% +0.04%
==========================================
Files 232 232
Lines 12797 12797
Branches 2579 2579
==========================================
+ Hits 5665 5671 +6
+ Misses 6851 6844 -7
- Partials 281 282 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
stonezdj
approved these changes
Feb 17, 2023
wy65701436
approved these changes
Feb 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Added test cases for the following APIs: 1. GET /jobservice/pools/{pool_id}/workers Get workers 2. PUT /jobservice/jobs/{job_id} Stop running jc 3. PUT /jobservice/queues/{job_type} stop and clean, pause, resume pending jobs in the queue 4. GET /jobservice/queues list job queues 5. GET /jobservice/pools Get worker pools 6. GET /schedules List schedules 7. GET /schedules/{job_type}/paused Get scheduler paused status Signed-off-by: Yang Jiao <[email protected]>
YangJiao0817
force-pushed
the
jobservice-api-testcase
branch
from
February 17, 2023 06:02
d7ffde1
to
1fc0eea
Compare
sebglon
pushed a commit
to sebglon/harbor
that referenced
this pull request
Mar 6, 2023
Added test cases for the following APIs: 1. GET /jobservice/pools/{pool_id}/workers Get workers 2. PUT /jobservice/jobs/{job_id} Stop running jc 3. PUT /jobservice/queues/{job_type} stop and clean, pause, resume pending jobs in the queue 4. GET /jobservice/queues list job queues 5. GET /jobservice/pools Get worker pools 6. GET /schedules List schedules 7. GET /schedules/{job_type}/paused Get scheduler paused status Signed-off-by: Yang Jiao <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/test automation/pytest-e2e
release-note/infra
Infra related changes e.g. release, test, ship etc...
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added test cases for the following APIs:
Thank you for contributing to Harbor!
Comprehensive Summary of your change
Issue being fixed
Fixes #17948
Please indicate you've done the following: