#3012 closed defect (fixed)

Sometimes CircleCI hang-kills test suite jobs

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: unknown Version: 1.12.1
Keywords: review-needed Cc:
Launchpad Bug:

Description

Sometimes CircleCI kills test jobs after 20 minutes of inactivity. It's not completely clear what's going on. The tests could be hung or they could just be taking longer than CircleCI wants to wait. The reporter they use means they don't produce much output to stdout and that's what CircleCI watches to decide if it thinks something should be killed or not.

Change History (3)

comment:2 Changed at 2019-03-29T17:01:51Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In d572f26/trunk:

Merge pull request #585 from tahoe-lafs/subunitreporter-rterrors

Ask subunitreporter for progress reporting on CI

Fixes: ticket:3012

comment:3 Changed at 2019-04-01T13:53:34Z by exarkun

Still failing, looks like there is a real hang in our test suite.

Note: See TracTickets for help on using tickets.