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

[Feature] Test Case Performance Monitoring in UI #17815

Open
chillerno1 opened this issue Sep 12, 2024 · 2 comments
Open

[Feature] Test Case Performance Monitoring in UI #17815

chillerno1 opened this issue Sep 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@chillerno1
Copy link
Contributor

Is your feature request related to a problem? Please describe.
We’ve noticed a recurring issue where long-running test cases are causing bottlenecks by queuing up when executed simultaneously. Currently, our visibility into test execution times is limited to the entire test suite through the DAG, making it tough to pinpoint the individual culprits. This lack of detail makes it hard for us to provide the business with actionable insights into problematic test cases and overall test performance.

Challenges:

  1. We cannot monitor the execution times of individual tests.
  2. Identifying and addressing problematic test suites is difficult because there are limited insights and visualisations.

Describe the solution you'd like
We believe adding a feature to display the execution time of each test case on a historical graph, akin to how test results are currently visualized in the OpenMetadata UI, would be incredibly beneficial. This enhanced visibility would help us spot and address performance issues more efficiently.

Describe alternatives you've considered
We have considered alternatives such as using systems external to OpenMetadata to inform users, however having this available through the OpenMetadata interface would allow everything to be in one place.

Additional context
Add any other context or screenshots about the feature request here.

@chillerno1 chillerno1 added the enhancement New feature or request label Sep 12, 2024
@TeddyCr
Copy link
Contributor

TeddyCr commented Oct 11, 2024

We’ve noticed a recurring issue where long-running test cases are causing bottlenecks by queuing up when executed simultaneously.

@chillerno1 are you referring to native OM test cases?

@chillerno1
Copy link
Contributor Author

@TeddyCr yes native OM test cases and Custom SQL test cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants