Test #1193
Annotations
2 errors and 1 warning
Run hypothesis tests with many examples:
tests/unit_tests/test_matchmaker_algorithm_stable_marriage.py#L153
test_stable_marriage_produces_symmetric_matchings[build_fast]
hypothesis.errors.Flaky: Hypothesis test_stable_marriage_produces_symmetric_matchings(request=<FixtureRequest for <Function test_stable_marriage_produces_symmetric_matchings[build_fast]>>, caplog_context=make_caplog_context, build_func=build_fast, searches=[Search(['p0', 'p1'], -792.4158132828924),
Search(['p0', 'p1'], -52.8515),
Search(['p0', 'p1'], -730.0455406273894),
Search(['p0', 'p1'], -35.10832902066088),
Search(['p0', 'p1'], -193.68903595587622)]) produces unreliable results: Falsified on the first call but did not on a subsequent one
Falsifying example: test_stable_marriage_produces_symmetric_matchings(
request=<FixtureRequest for <Function test_stable_marriage_produces_symmetric_matchings[build_fast]>>,
caplog_context=make_caplog_context,
build_func=build_fast,
searches=[Search(['p0', 'p1'], -792.4158132828924),
Search(['p0', 'p1'], -52.8515),
Search(['p0', 'p1'], -730.0455406273894),
Search(['p0', 'p1'], -35.10832902066088),
Search(['p0', 'p1'], -193.68903595587622)],
)
Unreliable test timings! On an initial run, this test took 934.85ms, which exceeded the deadline of 300.00ms, but on a subsequent run it took 2.42 ms, which did not. If you expect this sort of variability in your test timings, consider turning deadlines off for this test by setting deadline=None.
You can reproduce this example by temporarily adding @reproduce_failure('6.92.2', b'AXicPY/PK8NxGMffz+f5fL5fv9e0VtQUKWWbps1tDv4AFyWKw8oYhxFKbr5xoJWZdrGcpKbGQSnUDr4XLTftrrRMiouZwsFsZl7X97vneb1Jl4M+B5PZGM33Na+VLIJhqESFvUU+JxERmkfwBwAaXY4MH01kXGQE/Y/fqT1rs0IVKoZ5lbRtoUuLd4WgQbkV/YVBVjC0mQqhWeEltMHOKD1V05Z6AXP/c7yY7g64ECNd544DUw11sdCshNJttaYRaopOESctJxASiEHS/22p6wobCzGZzC4VYESnr9IPN70O8Uyah6SP2ApBjBp1DDNe/evkMZKnlR3Gl/naH7yeIyPwdjn/fnHSUHZXU9mX3XW4KEkySHzGzIQtUI9OVPMr02RrHdE7NzMwFnI74Um338oJ4mPUSZjtqV8sFV1bbuAwDwRQIHkn1L2AHfgBsLNmHQ==') as a decorator on your test case
|
Run hypothesis tests with many examples
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading