rad-pat commented on PR #43964: URL: https://github.com/apache/superset/pull/43964#issuecomment-5632753644
`unit-tests (current)` shows red but nothing failed — the job hit the 30-minute cap during teardown, after both pytest runs had finished green: ``` =========== 15301 passed, 5 skipped, 2 xfailed in 1567.45s (0:26:07) =========== ... superset/sql/dialects/databend.py 114 0 36 0 100% Required test coverage of 100% reached. Total coverage: 100.00% ============================ 1892 passed in 34.84s ============================= ##[error]The operation was canceled. ``` The job ran 08:54:42 → 09:25:00, exactly 30m18s ([run](https://github.com/apache/superset/actions/runs/34581428679)). A successful run of the same job on another PR this morning took 29m53s, so the step is sitting right on the limit for everyone at the moment rather than because of anything here — `--durations-min=0.5` lists nothing from the new test file, and the whole `tests/unit_tests/sql/` suite including it runs in 34.84s. A re-run should be enough; I have not force-pushed again just to re-roll it. Everything else on this head is green apart from the `superset-docs-preview` Netlify checks, which were already failing before this branch. The PR description has also been rewritten — it had gone stale against the commit. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
