Closed
Bug 1437632
Opened 7 years ago
Closed 7 years ago
ctrl-c doesn't work with "make dockertest"
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
If you run "make dockertest" and then try "ctrl-c" expecting it to kill the process and get you back to a prompt, you'd be surprised to discover that your "ctrl-c" is completely ignored and you're forced to sit through the entire test suite.
This bug covers figuring out what's going on and fixing it.
| Assignee | ||
Comment 1•7 years ago
|
||
I suspect it's a bug in docker/run_tests_in_docker.sh.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/eb74bde7cfbd264dc36096146a50a4f9bf5c408b
fixes bug 1437632 - make test run interactive
This fixes ctrl-c when running "make dockertest".
https://github.com/mozilla-services/socorro/commit/9e06618247e72b3307f6938d36d571c500f79d0f
Merge pull request #4334 from willkg/1437632-ctrl-c
fixes bug 1437632 - make test run interactive
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•