-
Notifications
You must be signed in to change notification settings - Fork 655
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] Flyte console "Status" filter is not working as expected #546
Comments
bnsblue
added
bug
Something isn't working
untriaged
This issues has not yet been looked at by the Maintainers
labels
Oct 12, 2020
Looks like Console isn't clearing the |
schottra
added
ui
Admin console user interface
and removed
untriaged
This issues has not yet been looked at by the Maintainers
labels
Oct 13, 2020
Fixed by flyteorg/flyteconsole#105 |
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I used the
status
filter, the behavior is erroneous. If you check the "Failed" box, the console only brings up some of the older failed executions. For example, in ourhive.ExampleQueryWorkflow
, there have been 2 failed execution on 10/12. If I check theFailed
box, the console only brings up the failed executions older than 9/27.Also, after unchecking the box, the console will not be able to bring back the entire up-to-date list of executions. It doesn't show the latest batch of executions; the latest ones it shows were some of the older executions that started 12 hours ago.
Not sure if this bug only affects the
status
filter or if all the other filters experience the same bug.Expected behavior
Using the filter should bring up a correct and up-to-date list of recent executions that satisfy the filter value. Unchecking the filters should bring up the correct and up-to-date list of all recent executions.
Flyte component
To Reproduce
Steps to reproduce the behavior:
Screenshots
Right after entering the workflow view (i.e., the "correct" outcome):
After checking the "Failed" filter box. You can see that the latest failed execution is not shown
After unchecking the filter. You can see that the list doesn't match the correct outcome shown above.
Environment
Flyte component
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: