[Webkit-unassigned] [Bug 202361] [GTK] Add EWS testers to run GTK unit tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 19 11:33:38 PST 2019


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

--- Comment #4 from Aakash Jain <aakash_jain at apple.com> ---
(In reply to Carlos Alberto Lopez Perez from comment #3)
> What is the best/current way of testing this?
Either you can test it locally, or you can upload the patch here, and I/someone can apply to on the uat server https://ews-build.webkit-uat.org (but currently I am on vacation till dec-end)

> ImportError: No module named test.fake.remotecommand
Similar to https://bugs.webkit.org/show_bug.cgi?id=203899#c4 
You probably skipped passing '--no-binary :all:' to pip install command, and some of the required modules weren't installed.
You should re-install buildbot using:
sudo pip install buildbot==1.8.2 --no-binary :all:

Reference: https://trac.webkit.org/wiki/EarlyWarningSystem#Installingrequiredpackages:

> What versions of buildbot are expected for testing this?
1.8.2
> Is there some python virtual environment definition somewhere that I can use for testing this?
Nope

-- 
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/20191219/adcff135/attachment.htm>


More information about the webkit-unassigned mailing list