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

build: allow to skip slow tests #600

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kairoaraujo
Copy link
Member

It gives us certain flexibility to skip slow when we identify that there is no changes that can affect the performance and skip the slow tests by adding the tag is a commit.

[skip slow]

Copy link

codecov bot commented Sep 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.20%. Comparing base (714a29d) to head (66adc5f).
Report is 101 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##              main     #600       +/-   ##
============================================
- Coverage   100.00%   75.20%   -24.80%     
============================================
  Files           15       14        -1     
  Lines         1071     1319      +248     
============================================
- Hits          1071      992       -79     
- Misses           0      327      +327     

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

It gives us certain flexibility to skip slow when we identify that there
is no changes that can affect the performance and skip the slow tests by
adding the tag is a commit.

[skip slow]

Signed-off-by: Kairo de Araujo <[email protected]>
@MVrachev
Copy link
Member

I am okay with having that option, but let's make sure always we skip slow tests to leave a comment in the pr about that and give a reason.

@MVrachev
Copy link
Member

Code coverage is not happy, but the coverage isn't lower now... I think it lowered based on your previous pr #593.

@kairoaraujo
Copy link
Member Author

I am okay with having that option, but let's make sure always we skip slow tests to leave a comment in the pr about that and give a reason.

Yes, the good thing is that we keep the tests as required.
If something doesn't trigger it, we will see it. Like in this PR. ;)

@kairoaraujo
Copy link
Member Author

I will not merge it.
It is skipping all FT, where our intention is to skip only Slow DAS

@kairoaraujo kairoaraujo marked this pull request as draft September 14, 2024 12:12
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.

2 participants