-
Notifications
You must be signed in to change notification settings - Fork 18
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
bug: cyphernetes shell -A
results inpanic
#104
Comments
cyphernetes shell -A
results in a panic
cyphernetes shell -A
results in a panic
cyphernetes shell -A
results in a panic
cyphernetes shell -A
results inpanic
I can investigate this one |
Hey @jameskim0987 thanks for reporting! Curious, if you're in the shell and do |
@AvitalTamir Hi, thanks for getting back. It is interesting to hear that this issue is not reproducible. I find it odd that it When I run the shell with just I guess on my machine, that
but traversing through the codebase, I did not see a handle for the case when Another question, suppose we keep the ( On the side, when flagged with EDIT: I have the changes needed: see: #107. Let me know how it looks ( I will have to add some tests ) |
Looks good @jameskim0987! |
@AvitalTamir I've been working on getting the tests added that covers the shell flags and its expected output. However, I'm having some unexpected issues. Usually when this happens, I suspect something shared is being used across the tests so I've been trying to deep dive with a debugger but I wasn't able to get it to the bottom of it yet. I'll have to spend a bit more time. In case you might have insight on this, this is the test content: 3d01e9d Let me know if you have encountered this before, it looks like some logic in the |
Oh wow, never came across anything like it, I'll take a look! |
Issues observed:
cyphernetes shell -A
orcyphernetes shell --all-namespaces
and a query, it results in a panic.cyphernetes shell -A
orcyphernetes shell --all-namespaces
, the namespace defaults todefault
The text was updated successfully, but these errors were encountered: