josh-fell edited a comment on pull request #17456:
URL: https://github.com/apache/airflow/pull/17456#issuecomment-901537912
> > Those two (`test_mark_success_on_success_callback` and
`test_verify_integrity_if_dag_not_changed`) have been flaky recently; they are
likely not related to your changes.
>
> However any help to make them non-flaky is definitely most welcome :)
Happy to take a look and help any way I can. Perhaps a silly question but
is this test always failing for the same exception? If not, is there a set of
logs I can look through to see any failure trends?
```shell
> assert success_callback_called.value == 1
E assert 0 == 1
E + where 0 = <Synchronized wrapper for c_int(0)>.value
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]