(self)
| 124 | |
| 125 | @flaky |
| 126 | def test_link_error(self): |
| 127 | exception = ExpectedException(class="st">"Task expected to fail", class="st">"test") |
| 128 | result = fail.apply(args=(class="st">"test",), link_error=return_exception.s()) |
| 129 | actual = result.get(timeout=TIMEOUT, propagate=False) |
| 130 | assert actual == exception |
| 131 | |
| 132 | @flaky |
| 133 | def test_link_error_callback_error_callback_retries_eager(self): |
nothing calls this directly
no test coverage detected