======================= Schemathesis test session starts ======================= platform Linux -- Python 3.9.5, schemathesis-3.7.7, hypothesis-6.13.11, hypothesis_jsonschema-0.20.0, jsonschema-3.2.0 rootdir: /home/johnb/Documents//schemathesis-lab hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/home/johnb/Documents/schemathesis-lab/.hypothesis/examples') Schema location: file:///home/johnb/Documents/schemathesis-lab/openapi.yaml Base URL: Specification version: Open API 3.0.3 Workers: 1 Collected API operations: 1 POST /v1/entities/create E [100%] ==================================== ERRORS ==================================== _________________________ POST /v1/entities/create [P] _________________________ Traceback (most recent call last): File "/home/johnb/.local/lib/python3.9/site-packages/schemathesis/runner/impl/core.py", line 197, in run_test test(checks, targets, result, errors=errors, headers=headers, **kwargs) File "/home/johnb/.local/lib/python3.9/site-packages/schemathesis/runner/impl/core.py", line 414, in network_test case: Case, File "/home/johnb/.local/lib/python3.9/site-packages/hypothesis/core.py", line 1174, in wrapped_test raise the_error_hypothesis_found File "/home/johnb/.local/lib/python3.9/site-packages/hypothesis/core.py", line 1143, in wrapped_test state.run_engine() File "/home/johnb/.local/lib/python3.9/site-packages/hypothesis/core.py", line 764, in run_engine runner.run() File "/home/johnb/.local/lib/python3.9/site-packages/hypothesis/internal/conjecture/engine.py", line 495, in run self._run() File "/home/johnb/.local/lib/python3.9/site-packages/hypothesis/internal/conjecture/engine.py", line 897, in _run self.generate_new_examples() File "/home/johnb/.local/lib/python3.9/site-packages/hypothesis/internal/conjecture/engine.py", line 748, in generate_new_examples self.test_function(data) File "/home/johnb/.local/lib/python3.9/site-packages/hypothesis/internal/conjecture/engine.py", line 328, in test_function self.record_for_health_check(data) File "/home/johnb/.local/lib/python3.9/site-packages/hypothesis/internal/conjecture/engine.py", line 389, in record_for_health_check fail_health_check( File "/home/johnb/.local/lib/python3.9/site-packages/hypothesis/internal/healthcheck.py", line 32, in fail_health_check raise FailedHealthCheck(message, label) hypothesis.errors.FailedHealthCheck: It looks like your strategy is filtering out a lot of data. Health check found 50 filtered examples but only 0 good ones. This will make your tests much slower, and also will probably distort the data generation quite a lot. You should adapt your strategy to filter less. This can also be caused by a low max_leaves parameter in recursive() calls See https://hypothesis.readthedocs.io/en/latest/healthchecks.html for more information about this. If you want to disable just this health check, add HealthCheck.filter_too_much to the suppress_health_check settings for this test. =================================== SUMMARY ==================================== No checks were performed. ============================== 1 errored in 1.38s ==============================