#2969 closed defect (fixed)

Sometimes the magic folder integration tests fail to end the node child processes it starts

Reported by: exarkun Owned by: exarkun
Priority: normal Milestone: undecided
Component: unknown Version: 1.12.1
Keywords: magic-folder, test, dev-infrastructure Cc:
Launchpad Bug:

Description

The integration test code relies on the nodes handling SIGTERM and exiting gracefully. If this isn't the case, the integration tests hang indefinitely at test cleanup time.

Change History (4)

comment:1 Changed at 2019-02-15T17:50:43Z by exarkun

  • Keywords review-needed added

comment:3 Changed at 2019-02-18T14:43:42Z by exarkun

  • Keywords review-needed removed
  • Owner set to exarkun

Self-reviewing and merging to unblock myself for further magic-folder improvements.

comment:4 Changed at 2019-02-18T14:45:38Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from new to closed

In 2bf5228/trunk:

Merge pull request #547 from tahoe-lafs/2969.aggressive-integration-test-cleanup

Aggressive integration test cleanup

Fixes: ticket:2969

Note: See TracTickets for help on using tickets.