Skip to content
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

Merged
merged 2 commits into from
Jun 22, 2022
Merged

Conversation

Krithika3
Copy link
Contributor

Signed-off-by: Krithika Vijayakumar [email protected]

Explain what this PR does.

Fixes #TODO
or
Closes #TODO

Krithika Vijayakumar added 2 commits June 22, 2022 12:13
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()
Copy link
Contributor Author

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```

Copy link
Contributor Author

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

Copy link
Member

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.

@Krithika3 Krithika3 marked this pull request as ready for review June 22, 2022 19:53

func TestRoutes(t *testing.T) {
// skipping this test for the time being
t.Skip()
Copy link
Member

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
Copy link
Member

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.

@whynowy whynowy changed the title Moved the api server folder to numaflow feat: Merge UX server code Jun 22, 2022
@Krithika3 Krithika3 merged commit 41fdd38 into numaproj:main Jun 22, 2022
whynowy pushed a commit that referenced this pull request Jul 8, 2022
* 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]>
yhl25 pushed a commit to yhl25/numaflow that referenced this pull request Sep 1, 2022
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants