dyc3/opentogethertube

CI: e2e tests are failing consistently due to cypress being stupid

Closed this issue · 2 comments

dyc3 commented

Current Behavior

No response

Expected Behavior

e2e tests should run

Steps To Reproduce

  1. make a pr
  2. see that jobs fail
    or
  3. rerun a previous failed e2e job
  4. see that jobs fail

Environment

  • This happens on the official site, opentogethertube.com
  • This happens using a self-hosted version.
  • I'm using the docker image.

Anything else?

this is in the log output

The run you are attempting to access is already complete and will not accept new groups.

The existing run is: https://cloud.cypress.io/projects/3utpz8/runs

When a run finishes all of its groups, it waits for a configurable set of time before finally completing. You must add more groups during that time period.

The --tag flag you passed was: 
The --group flag you passed was: E2E - electron
The --parallel flag you passed was: true
The --ciBuildId flag you passed was: 8265215497-22610382517

https://on.cypress.io/already-complete
Test run failed, code 1
More information might be available above
Cypress module has returned the following error message:
Could not find Cypress test run results
dyc3 commented

Can't consistently reproduce this.

dyc3 commented

Ok, I think I fixed it for real this time