Staging instance, all changes can be removed at any time

Skip to content

hypothesis: hide hypothesis errors under the carpet

David Douard requested to merge douardda/swh-storage:nice_carpet into master

Hypothesis is not happy that a few hypothesis-given tests are declated in storage_tests but actually used in several derived test cases (test_postgresql, test_cassandra, etc.) and raises an error pointing to

https://hypothesis.readthedocs.io/en/latest/settings.html#hypothesis.HealthCheck.differing_executors

This is a dirty solution hiding the effects of the original issue rather than properly fixing the root cause.

Merge request reports

Loading