<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>27991</bug_id>
          
          <creation_ts>2009-08-04 12:08:12 -0700</creation_ts>
          <short_desc>bugzilla_unitest.py needs to know how to run a local bugzilla instance</short_desc>
          <delta_ts>2009-08-04 13:12:41 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>27977</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ddkilzer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>137081</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-08-04 12:08:12 -0700</bug_when>
    <thetext>bugzilla_unitest.py needs to know how to run a local bugzilla instance

I&apos;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&apos;ll need a whole bunch of perl modules installed on any machine that wants to run bugzilla. :(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>137086</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-08-04 12:11:16 -0700</bug_when>
    <thetext>This doesn&apos;t block bug 27977, but is related.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>137100</commentid>
    <comment_count>2</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2009-08-04 13:04:24 -0700</bug_when>
    <thetext>(In reply to comment #0)
&gt; I ran ./BugsSite/checksetup.pl once to learn that we&apos;ll need a whole bunch of
&gt; 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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>137102</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-08-04 13:12:41 -0700</bug_when>
    <thetext>We can easily dump some bugs into some fixture files though.  I bet it&apos;s possible to run mysql with some flat-file backends.  I had thought mysql came installed on mac os x, but I guess not.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>