-
Notifications
You must be signed in to change notification settings - Fork 455
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
UI: Fix unit tests #1977
UI: Fix unit tests #1977
Conversation
@johnugeorge @tenzen-y I see in the steps of the GH actions the following log
Do you have any idea what this is? I'll also assign myself for reviewing this one as well |
Github actions seems to be slow in picking up new runners. Looks like a rate limit. This should be automatically triggered. |
There is a formatting issue which is breaking other PRs as well. https://github.com/kubeflow/katib/actions/runs/3301273112/jobs/5449891807
Can you fix this? @elenzio9 Can you fix it in this PR or a separate PR? |
Can you do a code rebase as well? |
I'd propose to have a separate PR just for the formatting, to unblock the rest of the PRs. @johnugeorge we'll get to it ASAP |
01d1abe
to
bce3b1c
Compare
bce3b1c
to
e280d8f
Compare
@johnugeorge @tenzen-y I see a couple of unrelated tests failing. Do we have to re-run them or is there something else going on? |
@kimwnasptd Tests passed |
* Fix Katib unit tests. Signed-off-by: Elena Zioga <elena@arrikto.com>
e280d8f
to
50c18b1
Compare
I tried out the PR locally and can confirm it all tests pass with Next up we'll take a look at updating the GH Action for the frontend to automatically run these tests for each PR https://github.com/kubeflow/katib/blob/master/.github/workflows/test-node.yaml /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elenzio9, kimwnasptd 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 |
This PR fixes the Katib unit tests. In order to run the unit tests, try:
npm i
to install the updated packages and afternpm run test
to run the testsRelated PRs: kubeflow/kubeflow#6676, #1974 (review)
Signed-off-by: Elena Zioga elena@arrikto.com