-
Notifications
You must be signed in to change notification settings - Fork 113
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: Merge UX server code #67
Conversation
Signed-off-by: Krithika Vijayakumar <[email protected]>
Signed-off-by: Krithika Vijayakumar <[email protected]>
|
||
func TestRoutes(t *testing.T) { | ||
// skipping this test for the time being | ||
t.Skip() |
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.
Had to skip this test as it was panicking with the below error:
panic: failed to get kubeconfig, unable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined [recovered]
panic: failed to get kubeconfig, unable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined```
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 believe it is because of the image used to run the test
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.
Don't forget to fix it later.
|
||
func TestRoutes(t *testing.T) { | ||
// skipping this test for the time being | ||
t.Skip() |
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.
Don't forget to fix it later.
@@ -0,0 +1,59 @@ | |||
package main |
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.
Merge this into the main binary commands in the following up PRs.
* Moved the api server folder to numaflow Signed-off-by: Krithika Vijayakumar <[email protected]> * Skipping routes test Signed-off-by: Krithika Vijayakumar <[email protected]> Co-authored-by: Krithika Vijayakumar <[email protected]> Signed-off-by: Derek Wang <[email protected]>
* Moved the api server folder to numaflow Signed-off-by: Krithika Vijayakumar <[email protected]> * Skipping routes test Signed-off-by: Krithika Vijayakumar <[email protected]> Co-authored-by: Krithika Vijayakumar <[email protected]> Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Krithika Vijayakumar [email protected]
Explain what this PR does.
Fixes #TODO
or
Closes #TODO