JS CLI Test Suite: use shell trap to catch dying beam processes during test runs
--------------------------------------------------------------------------------
Key: COUCHDB-1339
URL: https://issues.apache.org/jira/browse/COUCHDB-1339
Project: CouchDB
Issue Type: Improvement
Components: Test Suite
Affects Versions: 1.3
Reporter: Jan Lehnardt
Priority: Blocker
Fix For: 1.3
The JS CLI test suite that now runs with make check (post 1.2.x master only)
starts CouchDB using make dev && utils/run -b and stops it with utils/run -d.
One issue with this is that the CouchDB process might terminate in the
background. The shell trap command allows the test suite to act on that
accordingly, otherwise the test suite would just freeze.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira