You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test_notebook_image_selector test case fails to assert the correct image values.
To Reproduce
Run the CI for this repository. I have only been able to see this failing in the track/1.8 Github branch, though.
Environment
The PR and merge CI.
Relevant Log Output
File "/home/runner/work/notebook-operators/notebook-operators/charms/jupyter-ui/tests/integration/test_charm.py", line 111, in test_notebook_image_selector
assert actual_images == expected_images
AssertionError: assert ['kubeflownot...ython:v1.8.0'] == ['vscodeimage...vscodeimage2']
At index 0 diff: 'kubeflownotebookswg/codeserver-python:v1.8.0'!= 'vscodeimage1'
Right contains one more item: 'vscodeimage2'
Full diff:
- ['vscodeimage1', 'vscodeimage2']
+ ['kubeflownotebookswg/codeserver-python:v1.8.0']
Your recent changes definitely removed this test case, but since ch:track/1.8 still has them, I don't think anything your did recently could've affected the branch. We need to investigate as the publish job is currently stuck because of that.
Bug Description
The
test_notebook_image_selector
test case fails to assert the correct image values.To Reproduce
Run the CI for this repository. I have only been able to see this failing in the
track/1.8
Github branch, though.Environment
The PR and merge CI.
Relevant Log Output
Additional Context
Some CI runs:
The text was updated successfully, but these errors were encountered: