#2994 new defect

Sometimes the test suite times out on CircleCI

Reported by: exarkun Owned by:
Priority: normal Milestone: undecided
Component: unknown Version: 1.12.1
Keywords: Cc:
Launchpad Bug:

Description

For example, this build - https://circleci.com/gh/tahoe-lafs/tahoe-lafs/3992 - ran tests for 24:17 and then killed the job because of a CircleCI 20 minute timeout (with no output).

It's not clear if the test suite has hung or if it is just taking long enough that it trips the no-output timeout.

Change History (1)

comment:1 Changed at 2019-03-11T15:19:12Z by exarkun

The test.log for that build - https://3992-3007569-gh.circle-artifacts.com/0/tmp/project/_trial_temp/test.log - is a little confusing.

It looks to me like the test run began at

2019-03-11 13:18:00+0000

and ended at

2019-03-11 13:26:46.241Z

(side-note: awesome change in timestamp format in that log file).

This seems to be about 8m46s. Perhaps this suggests the test run is _hanging_ at the end? The suite is done but the process fails to exit (or CircleCI fails to _notice_ it exit? ick).

Note: See TracTickets for help on using tickets.