[Webkit-unassigned] [Bug 222359] New: [ews] Make unit-test compatible with latest buildbot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 24 07:50:07 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=222359

            Bug ID: 222359
           Summary: [ews] Make unit-test compatible with latest buildbot
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com

EWS unit-tests currently work with Buildbot v1.8.2. But on newer buildbot (e.g.: v2.8.4) they fail with error:

======================================================================
ERROR: test_unexpected_failure (steps_unittest.TestWebKitPyPython3Tests)
test_unexpected_failure
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Python/3.7/site-packages/twisted/internet/defer.py", line 151, in maybeDeferred
    result = f(*args, **kw)
  File "/Library/Python/3.7/site-packages/twisted/internet/utils.py", line 221, in runWithWarningsSuppressed
    reraise(exc_info[1], exc_info[2])
  File "/Library/Python/3.7/site-packages/twisted/python/compat.py", line 464, in reraise
    raise exception.with_traceback(traceback)
  File "/Library/Python/3.7/site-packages/twisted/internet/utils.py", line 217, in runWithWarningsSuppressed
    result = f(*a, **kw)
  File "Tools/CISupport/ews-build/steps_unittest.py", line 542, in setUp
    return self.setUpBuildStep()
  File "Tools/CISupport/ews-build/steps_unittest.py", line 114, in setUpBuildStep
    super(BuildStepMixinAdditions, self).setUpBuildStep()
  File "/Library/Python/3.7/site-packages/buildbot/test/util/steps.py", line 119, in setUpBuildStep
    raise Exception('Reactor has not yet been setup for step')
Exception: Reactor has not yet been setup for step


We should make the unit-tests compatible with newer version of buildbot.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210224/134f55c8/attachment-0001.htm>


More information about the webkit-unassigned mailing list