Skip to content

Revert "Skip costly tests" #35197

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 2 commits into from
Nov 19, 2019
Merged

Revert "Skip costly tests" #35197

merged 2 commits into from
Nov 19, 2019

Conversation

sandersn
Copy link
Member

Skipping costly tests was intended to help team members who primarily develop on laptops by testing only the cheaper+commoner tests locally and letting CI catch the rest. But at least @ahejlsberg, as well as some community members, said they prefer a slower run to having to fix up CI failures. So I'm reverting it.

@SimenB continues to make progress on v8 code coverage in jest, so perhaps we'll be able to switch over to jest soon. Coverage-based test selection saves much more time in the common case.

Copy link
Member

@weswigham weswigham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been running with --skipPercent=0 since the first time a bug in one of my PRs was only caught on CI, so I find this agreeable. My test command will be shorter once more.

@sandersn sandersn merged commit 0bbeab6 into master Nov 19, 2019
@sandersn sandersn deleted the revert-skippercent branch November 19, 2019 20:59
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.

3 participants