Intermittent 0:55.05 testing/mozbase/mozprocess/tests/test_kill.py::ProcTestKill::test_process_kill_with_sigterm TEST-UNEXPECTED-FAIL
Categories
(Testing :: Mozbase, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure, regression)
Filed by: nerli [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=260280366&repo=mozilla-central
Full log: https://queue.taskcluster.net/v1/task/Luvi6EaCRa--XdlfSauzXQ/runs/0/artifacts/public/logs/live_backing.log
[task 2019-08-07T04:47:12.863Z] 0:55.05 testing/mozbase/mozprocess/tests/test_kill.py::ProcTestKill::test_kill_before_run PASSED
[task 2019-08-07T04:47:12.863Z] 0:55.05 testing/mozbase/mozprocess/tests/test_kill.py::ProcTestKill::test_process_kill PASSED
[task 2019-08-07T04:47:12.863Z] 0:55.05 testing/mozbase/mozprocess/tests/test_kill.py::ProcTestKill::test_process_kill_broad PASSED
[task 2019-08-07T04:47:12.863Z] 0:55.05 testing/mozbase/mozprocess/tests/test_kill.py::ProcTestKill::test_process_kill_broad_delayed PASSED
[task 2019-08-07T04:47:12.863Z] 0:55.05 testing/mozbase/mozprocess/tests/test_kill.py::ProcTestKill::test_process_kill_deep PASSED
[task 2019-08-07T04:47:12.863Z] 0:55.05 testing/mozbase/mozprocess/tests/test_kill.py::ProcTestKill::test_process_kill_deep_wait PASSED
[task 2019-08-07T04:47:12.864Z] 0:55.05 testing/mozbase/mozprocess/tests/test_kill.py::ProcTestKill::test_process_kill_with_sigint_if_needed PASSED
[task 2019-08-07T04:47:12.865Z] 0:55.05 testing/mozbase/mozprocess/tests/test_kill.py::ProcTestKill::test_process_kill_with_sigterm TEST-UNEXPECTED-FAIL
[task 2019-08-07T04:47:12.865Z] 0:55.05
[task 2019-08-07T04:47:12.865Z] 0:55.05 =================================== FAILURES ===================================
[task 2019-08-07T04:47:12.865Z] 0:55.05 _________________ ProcTestKill.test_process_kill_with_sigterm __________________
[task 2019-08-07T04:47:12.865Z] 0:55.05
[task 2019-08-07T04:47:12.865Z] 0:55.05 self = <test_kill.ProcTestKill testMethod=test_process_kill_with_sigterm>
[task 2019-08-07T04:47:12.865Z] 0:55.05
[task 2019-08-07T04:47:12.865Z] 0:55.05 @unittest.skipUnless(processhandler.isPosix, "posix only")
[task 2019-08-07T04:47:12.865Z] 0:55.05 def test_process_kill_with_sigterm(self):
[task 2019-08-07T04:47:12.865Z] 0:55.05 script = os.path.join(here, 'scripts', 'infinite_loop.py')
[task 2019-08-07T04:47:12.865Z] 0:55.05 p = processhandler.ProcessHandler([self.python, script])
[task 2019-08-07T04:47:12.865Z] 0:55.05
[task 2019-08-07T04:47:12.865Z] 0:55.05 p.run()
[task 2019-08-07T04:47:12.865Z] 0:55.05 p.kill()
[task 2019-08-07T04:47:12.865Z] 0:55.05
[task 2019-08-07T04:47:12.865Z] 0:55.05 > self.assertEquals(p.proc.returncode, -signal.SIGTERM)
[task 2019-08-07T04:47:12.865Z] 0:55.05 E AssertionError: -9 != -15
[task 2019-08-07T04:47:12.865Z] 0:55.05
[task 2019-08-07T04:47:12.865Z] 0:55.05 testing/mozbase/mozprocess/tests/test_kill.py:113: AssertionError
[task 2019-08-07T04:47:12.865Z] 0:55.05 ====================== 1 failed, 7 passed in 9.52 seconds ======================
[task 2019-08-07T04:47:12.865Z] 0:55.05 Setting retcode to 1 from /Users/cltbld/tasks/task_1565152860/checkouts/gecko/testing/mozbase/mozprocess/tests/test_kill.py
[task 2019-08-07T04:47:14.208Z] 0:56.39 /Users/cltbld/tasks/task_1565152860/checkouts/gecko/testing/mozbase/mozrunner/tests/test_crash.py
[task 2019-08-07T04:47:14.208Z] 0:56.39 ============================= test session starts ==============================
[task 2019-08-07T04:47:14.208Z] 0:56.39 platform darwin -- Python 3.7.4, pytest-3.6.2, py-1.5.4, pluggy-0.6.0 -- /usr/local/bin/python3
[task 2019-08-07T04:47:14.208Z] 0:56.39 rootdir: /Users/cltbld/tasks/task_1565152860/checkouts/gecko, inifile: /Users/cltbld/tasks/task_1565152860/checkouts/gecko/config/mozunit/mozunit/pytest.ini
[task 2019-08-07T04:47:14.209Z] 0:56.40 collecting ... collected 6 items
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 6•2 months ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=271282764&repo=mozilla-inbound&lineNumber=1021
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Description
•