-
Notifications
You must be signed in to change notification settings - Fork 64
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
[YUNIKORN-1923] update apps columns #131
Conversation
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.
Can we get some test data that exercises this in the json db ?
65dad1d
to
6a5f366
Compare
Codecov Report
@@ Coverage Diff @@
## master #131 +/- ##
=======================================
Coverage 66.66% 66.66%
=======================================
Files 1 1
Lines 30 30
=======================================
Hits 20 20
Misses 7 7
Partials 3 3 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hi @craigcondit, I added a test case for it. However, I'm not familiar with Angular. Not sure whether I did it right. Could you help me review again? Thank you. |
@FrankYang0529 not just the test case, but the example JSON data that is used to drive json-db. This allows us to visually see the impact of the changes in the UI. |
@FrankYang0529 can you fix the merge conflicts and update json-db with non-zero pending resources? |
Hi @craigcondit, thanks for the review. Also, sorry for late. I will resolve conflicts and update json-db tomorrow 👍 . |
6a5f366
to
ea1e525
Compare
Hi @craigcondit, I resolved conflicts and add non-zero pending resources to json-db. Could you review it again when you have time? Thank you. |
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.
I ran the test and the make start-dev
locally to check the result.
The result meets the description in this pull request.
json-db.json
Outdated
@@ -512,6 +512,46 @@ | |||
"hasReserved": false, | |||
"reservations": [], | |||
"maxRequestPriority": -2147483648 | |||
}, | |||
{ | |||
"applicationID": "application-sleep-0002", |
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.
There is already an app-0002 in the database.
For distinguishing the applications, replace 0002 with 0006.
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.
Updated it. Thank you.
ea1e525
to
6c6ee13
Compare
* remove partition and queue columns * add pending resource column Signed-off-by: PoAn Yang <payang@apache.org>
6c6ee13
to
f13eb50
Compare
This looks like it is all done. Can we get a final review of the changes as I think all requested changes are made |
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, +1
What is this PR for?
What type of PR is it?
What is the Jira issue?
https://issues.apache.org/jira/browse/YUNIKORN-1923
Screenshots (if appropriate)