Skip to content

#515: Actually filter tests when doing make test test_args=...#517

Merged
bvdmitri merged 2 commits into
mainfrom
515-makefile-running-reduced-testsets-does-not-work
Oct 7, 2025
Merged

#515: Actually filter tests when doing make test test_args=...#517
bvdmitri merged 2 commits into
mainfrom
515-makefile-running-reduced-testsets-does-not-work

Conversation

@abpolym

@abpolym abpolym commented Oct 7, 2025

Copy link
Copy Markdown
Member

Should resolve #515 - we now provide test filtering to the ReTestItems.runtests function by selecting specific paths. Filtering by test names using the name=... parameter instead of paths to tests should be fixed in another update.

@abpolym abpolym linked an issue Oct 7, 2025 that may be closed by this pull request
@abpolym
abpolym requested review from bvdmitri and wouterwln October 7, 2025 12:48
@github-actions

github-actions Bot commented Oct 7, 2025

Copy link
Copy Markdown
Contributor

🤖 Code Formatting

Your PR still has some code formatting issues. I've updated PR #518 with the necessary formatting changes.

You can merge that PR into this branch to fix the code style check.

Alternatively, you can run make format locally and push the changes yourself.

@codecov

codecov Bot commented Oct 7, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.03%. Comparing base (92ce98d) to head (ae64c47).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #517   +/-   ##
=======================================
  Coverage   76.03%   76.03%           
=======================================
  Files         205      205           
  Lines        6097     6097           
=======================================
  Hits         4636     4636           
  Misses       1461     1461           

☔ 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.

@bvdmitri
bvdmitri merged commit eaca2bd into main Oct 7, 2025
7 checks passed
@bvdmitri
bvdmitri deleted the 515-makefile-running-reduced-testsets-does-not-work branch October 7, 2025 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Makefile: Running reduced testsets does not work

2 participants