WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
27991
bugzilla_unitest.py needs to know how to run a local bugzilla instance
https://bugs.webkit.org/show_bug.cgi?id=27991
Summary
bugzilla_unitest.py needs to know how to run a local bugzilla instance
Eric Seidel (no email)
Reported
2009-08-04 12:08:12 PDT
bugzilla_unitest.py needs to know how to run a local bugzilla instance I've never set up bugzilla before. :) But I do believe it should be possible for us to run a local instance from our python unit tests so that we can test the functions in bugzilla.py against a live instance. I ran ./BugsSite/checksetup.pl once to learn that we'll need a whole bunch of perl modules installed on any machine that wants to run bugzilla. :(
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2009-08-04 12:11:16 PDT
This doesn't block
bug 27977
, but is related.
David Kilzer (:ddkilzer)
Comment 2
2009-08-04 13:04:24 PDT
(In reply to
comment #0
)
> I ran ./BugsSite/checksetup.pl once to learn that we'll need a whole bunch of > perl modules installed on any machine that wants to run bugzilla. :(
You also need a database (PostgreSQL, MySQL or Oracle). Having bugs in the database would be handy as well, but you might be able to come up with a way to mirror a small subset of bugs from bugs.webkit.org with the WebServices API.
Eric Seidel (no email)
Comment 3
2009-08-04 13:12:41 PDT
We can easily dump some bugs into some fixture files though. I bet it's possible to run mysql with some flat-file backends. I had thought mysql came installed on mac os x, but I guess not.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug