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

Don't run the integration tests on every PR #949

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andrewpollock
Copy link
Contributor

The integration tests can randomly fail because they're operating on live data that can change unexpectedly. This results in tests failing on a PR through no fault of the code in the PR. We already run the integration tests on every commit, so it's just a matter of surfacing those failures to the people who can do something about them.

The integration tests can randomly fail because they're operating on
live data that can change unexpectedly. This results in tests failing on
a PR through no fault of the code in the PR. We already run the
integration tests on every *commit*, so it's just a matter of surfacing
those failures to the people who can do something about them.
@oliverchang
Copy link
Collaborator

Thinking more, would it make sense to still make this run (but have passing be optional?).

This can be useful for making sure API changes don't break things before they land.

@andrewpollock
Copy link
Contributor Author

This can be useful for making sure API changes don't break things before they land.

Is there a way we can confine it to only run when there are API changes?

@oliverchang
Copy link
Collaborator

This can be useful for making sure API changes don't break things before they land.

Is there a way we can confine it to only run when there are API changes?

Not sure if there's an easy way, but if it's non blocking it should be a minor issue even if it does run.

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.

None yet

2 participants