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

[BUG] [UI] Task version "Recent Run" view conflates runs across all versions #3538

Closed
2 tasks done
cosmicBboy opened this issue Mar 27, 2023 · 1 comment · Fixed by flyteorg/flyteconsole#759
Closed
2 tasks done
Assignees
Labels
bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers
Milestone

Comments

@cosmicBboy
Copy link
Contributor

Describe the bug

Task executions across version IDs should be unique, but the the task view "Recent Run" column is the same across all versions:

image

Expected behavior

The recent run columns should correctly reflect which recent run belongs to specific versions

Additional context to reproduce

No response

Screenshots

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@cosmicBboy cosmicBboy added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels Mar 27, 2023
@cosmicBboy cosmicBboy added this to the 2023 Backlog milestone Mar 27, 2023
@pradithya
Copy link
Member

Having slightly different issue. The recent run captures all workflows execution having the same version (not filtered by workflow). The request URL that populates the recent run confirms it's a wrong request

http://<FLYTE_URL>/api/v1/executions/sample/staging?filters=eq(workflow.version,1682058386)&token=&limit=10&sort_by.direction=DESCENDING&sort_by.key=created_at

Screenshot 2023-04-21 at 3 25 20 PM

Flyte Console version

Screenshot 2023-04-21 at 3 25 46 PM

@jsonporter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants