The CircleCI tests sometimes fail. They can be passed simply by re-running them, so it seems to be quite random.
Example (failure):
https://app.circleci.com/pipelines/github/codalab/codabench/887/workflows/8fcc2681-8b01-4f19-84eb-33a2d305da35/jobs/2554
After the re-run (success):
https://app.circleci.com/pipelines/github/codalab/codabench/887/workflows/7c377d7b-ce42-42d8-b8a0-82e02387d389/jobs/2556
The error is a time out exception on the following E2E selenium test:
FAILED src/tests/functional/test_submissions.py::TestSubmissions::test_v15_submission_end_to_end
/usr/local/lib/python3.8/site-packages/selenium/webdriver/support/wait.py:80: TimeoutException
The CircleCI tests sometimes fail. They can be passed simply by re-running them, so it seems to be quite random.
Example (failure):
https://app.circleci.com/pipelines/github/codalab/codabench/887/workflows/8fcc2681-8b01-4f19-84eb-33a2d305da35/jobs/2554
After the re-run (success):
https://app.circleci.com/pipelines/github/codalab/codabench/887/workflows/7c377d7b-ce42-42d8-b8a0-82e02387d389/jobs/2556
The error is a time out exception on the following E2E selenium test: