[Webkit-unassigned] [Bug 218234] New: [build.webkit.org] loadConfig unittest fail depending on locally installed version of buildbot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 08:07:10 PDT 2020


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

            Bug ID: 218234
           Summary: [build.webkit.org] loadConfig unittest fail depending
                    on locally installed version of buildbot
           Product: WebKit
           Version: Other
          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

[build.webkit.org] loadConfig unittest fail depending on locally installed version of buildbot. This is happening since r268749 which added "import loadConfig" statement in loadConfig unittest.

We should make it use the autoinstalled version of buildbot.


With latest buildbot installed locally, loadConfig unittest fail with following error:

Traceback (most recent call last):
  File "loadConfig_unittest.py", line 30, in <module>
    import loadConfig
  File "/Volumes/Data/aakash_jain/code3/OpenSource/Tools/BuildSlaveSupport/build.webkit.org-config/loadConfig.py", line 35, in <module>
    from factories import *
  File "/Volumes/Data/aakash_jain/code3/OpenSource/Tools/BuildSlaveSupport/build.webkit.org-config/factories.py", line 26, in <module>
    from steps import *
  File "/Volumes/Data/aakash_jain/code3/OpenSource/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py", line 107, in <module>
    class CheckOutSource(source.SVN):
AttributeError: 'module' object has no attribute 'SVN'

-- 
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/20201027/dfc1e76f/attachment.htm>


More information about the webkit-unassigned mailing list