Closed Bug 1640830 Opened 4 years ago Closed 4 years ago

AttributeError: 'timeout' object has no attribute 'with_traceback' with --enable-fission

Categories

(Testing :: Mochitest, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1624857

People

(Reporter: sg, Assigned: gbrown)

Details

(Whiteboard: dev-prod-2020)

When running ./mach mochitest --enable-fission dom/notification/test/mochitest/test_notification_tag.html, I get the following error:

Traceback (most recent call last):
  File "/home/simon/work/mozilla-unified/obj-x86_64-pc-linux-gnu/_tests/testing/mochitest/runtests.py", line 2923, in doTests
    e10s=options.e10s
  File "/home/simon/work/mozilla-unified/obj-x86_64-pc-linux-gnu/_tests/testing/mochitest/runtests.py", line 2424, in runApp
    raise exc(value).with_traceback(tb)
AttributeError: 'timeout' object has no attribute 'with_traceback'
 2:02.53 ERROR Automation Error: Received unexpected exception while running application

It seems that this is not really related to --enable-fission but to the general zombiecheck when a zombie was still running. Still, something needs to be fixed here to ensure a proper error is reported.

See Also: → 1624857
Whiteboard: dev-prod-2020
Assignee: nobody → gbrown
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
See Also: 1624857
You need to log in before you can comment on or make changes to this bug.