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

Caching the hypothesis db. #658

Merged
merged 1 commit into from
Jul 18, 2016
Merged

Caching the hypothesis db. #658

merged 1 commit into from
Jul 18, 2016

Conversation

drvinceknight
Copy link
Member

(I believe) this closes #595.

It caches the hypothesis failure database. It just means that travis will keep track of parts of the test space for which tests previously failed.

@marcharper
Copy link
Member

How do we know if it works?

@drvinceknight
Copy link
Member Author

How do we know if it works?

Excellent question. I've spoken to the maintainer of hypothesis and this is how he said to do it. Based on the travis documentation about making things persist it seems to make sense.

Ultimately I don't think there is a way of knowing (even if the same failed example was triggered twice: that wouldn't necessarily confirm it)... At worst it's not working which would not actually change anything from the status quo.

@marcharper
Copy link
Member

I guess we'll find out soon!

@meatballs meatballs merged commit b4c0c1c into master Jul 18, 2016
@meatballs meatballs deleted the 595 branch July 18, 2016 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the hypothesis failure data base persist on travis
3 participants