Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI frequently failing due to long-running app tests #3779

Closed
conorsch opened this issue Sep 4, 2018 · 1 comment
Closed

CI frequently failing due to long-running app tests #3779

conorsch opened this issue Sep 4, 2018 · 1 comment

Comments

@conorsch
Copy link
Contributor

conorsch commented Sep 4, 2018

Description

The CircleCI runs occasionally fail during the staging tests during the application test run, staging:

Too long with no output (exceeded 10m0s)

Steps to Reproduce

There's no clear way to trigger this particular failure, but here are some examples of the failure occurring:

Expected Behavior

Application tests run completely, reporting pass or fail.

Actual Behavior

Application test run is aborted, build is canceled, marked failed.

Comments

We can append a no_output_timeout parameter to the Provision staging servers and run tests step in the CircleCI config. See docs here. Let's bump that from 10m to 20m to hold us over until we revisit the test run strategy. Once we merge the ongoing work described in #3659, the tests run will emit output regularly, sidestepping the need for the no_output_timeout override.

@conorsch
Copy link
Contributor Author

conorsch commented Sep 4, 2018

@emkll astutely pointed out that the new kernels are causing the builds to run longer, and the build and the test logic currently run in the same CircleCI step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant