Neil Conway created MESOS-5208:
----------------------------------

             Summary: CpuIsolatorTest/0.UserCpuUsage leaves orphan process on 
SIGINT
                 Key: MESOS-5208
                 URL: https://issues.apache.org/jira/browse/MESOS-5208
             Project: Mesos
          Issue Type: Bug
            Reporter: Neil Conway


1. {{./src/mesos-tests --gtest_filter="CpuIsolatorTest/0.UserCpuUsage" 
--gtest_repeat=1000}}
2. Let this command run for a few seconds
3. Control-C
4. This leaves two orphan processes:

{noformat}
$ ps aux | grep "[i]solator_test_ready"
neilc           95960  99.3  0.0  2448748    628   ??  R    12:07PM   0:09.74 
sh -c while true ; do true ; done &touch 
/private/tmp/RYcxzb/KwaMuF/mesos_isolator_test_ready; sleep 60
neilc           95959   0.0  0.0  2436460   1108   ??  Ss   12:07PM   0:00.00 
sh -c while true ; do true ; done &touch 
/private/tmp/RYcxzb/KwaMuF/mesos_isolator_test_ready; sleep 60
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to