Closed amotl closed 8 months ago
We confirmed that PYTEST_CURRENT_TEST
properly guards the compare_models()
call. However, the cell timeout here happens within setup()
already. Is there a chance to reduce its heavyness in one way or another?
Currently, we see no problems on CI in this regard. Therefore, I am closing the issue. Thanks for your support, @andnig!
Originally coming from an issue that mixed things up, GH-170, let's get things straight here.
Problem
CI on the AutoML job occasionally trips like this, failing the CI run.
-- https://github.com/crate/cratedb-examples/issues/170#issuecomment-1837270337
Outlook
@andnig suggested at https://github.com/crate/cratedb-examples/issues/170#issuecomment-1937005557, that maybe the
PYTEST_CURRENT_TEST
environment variable, and what it is guarding, is not being evaluated correctly.However, at https://github.com/crate/cratedb-examples/issues/170#issuecomment-1942262343, we have been able to confirm it works well.