Skip to content

tests(schemaview): optimize execution #394

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

Merged
merged 1 commit into from
Jul 24, 2025
Merged

Conversation

Silvanoc
Copy link
Contributor

@Silvanoc Silvanoc commented May 19, 2025

Avoid creating SchemaView of the same schema 9 times for very similar tests.

@Silvanoc Silvanoc force-pushed the improve-test-performance branch from 184ff54 to 19faa36 Compare May 19, 2025 12:14
Copy link

codecov bot commented May 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.61%. Comparing base (c38bfae) to head (2c5a2f1).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #394   +/-   ##
=======================================
  Coverage   64.61%   64.61%           
=======================================
  Files          62       62           
  Lines        8807     8807           
  Branches     2543     2543           
=======================================
  Hits         5691     5691           
  Misses       2508     2508           
  Partials      608      608           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Silvanoc
Copy link
Contributor Author

Tiny improvement on changes introduced by @ialarmedalien on this commit, therefore adding him as reviewer.

@ialarmedalien
Copy link
Collaborator

LGTM. Tag me when you convert the PR to non-draft status so I can approve.

Avoid opening the same schema 9 times for very similar tests.

Signed-off-by: Silvano Cirujano Cuesta <[email protected]>
@Silvanoc Silvanoc force-pushed the improve-test-performance branch from 19faa36 to 2c5a2f1 Compare July 23, 2025 08:12
@Silvanoc Silvanoc marked this pull request as ready for review July 23, 2025 08:23
@Silvanoc
Copy link
Contributor Author

@ialarmedalien this one should be now ready to go

@ialarmedalien ialarmedalien merged commit 1baa23f into main Jul 24, 2025
17 checks passed
@ialarmedalien ialarmedalien deleted the improve-test-performance branch July 24, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants