Skip to content

feat(cc): add total duration column to table #93887

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joseph-sentry
Copy link
Contributor

@joseph-sentry joseph-sentry commented Jun 18, 2025

  • Add totalDuration field to TestResults query and serializer
  • Update test fixtures to include totalDuration field
  • This allows tracking the total duration of individual test runs

@github-actions github-actions bot added Scope: Frontend Automatically applied to PRs that change frontend components Scope: Backend Automatically applied to PRs that change backend components labels Jun 18, 2025
Copy link
Contributor

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

- Add totalDuration field to TestResults query and serializer
- Update test fixtures to include totalDuration field
- This allows tracking the total duration of individual test runs
@joseph-sentry joseph-sentry force-pushed the joseph/total-duration branch from afc1724 to 156d9e1 Compare June 25, 2025 21:25
@joseph-sentry joseph-sentry marked this pull request as ready for review June 26, 2025 14:07
@joseph-sentry joseph-sentry requested a review from a team as a code owner June 26, 2025 14:07
@thomasrockhu-codecov
Copy link
Contributor

Did you remove slowest tests?

@joseph-sentry joseph-sentry changed the title feat(cc): add total duration, remove slowest tests feat(cc): add total duration column to table Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants