Skip to content

Conversation

mathis-marcotte
Copy link

I noticed that the function get_status_from_container_state found in status.go under crud-web-apps/jupyter/backend had an issue in how one conditional was written.

It was doing a comparison between an array of a string with a completely different string, which will always result as false.

Tracked down where this issue was introduced to kubeflow/kubeflow#7585

Additionally, I noticed that this exact test case was defined in status_test.go. But it seems like the test case was built from the broken code, because the assertion did not follow the logic of the function.

Original PR here: kubeflow/kubeflow#7716

Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign kimwnasptd for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@andyatmiami
Copy link
Contributor

/area v1

@google-oss-prow google-oss-prow bot added the area/v1 area - version - kubeflow notebooks v1 label Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/v1 area - version - kubeflow notebooks v1 size/XS
Projects
Status: Needs Triage
Development

Successfully merging this pull request may close these issues.

2 participants