This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry integration tests on any exception. (#2019)
The previous version of this logic retried a test if any of its `self.assert...` calls failed. However, that does not handle the case where a nested call to `datalab` fails. In those cases a `CalledProcessError` would be raised. To retry on those scenarios as well, we extend the retry logic to retry on any instance of the `Exception` class.
- Loading branch information