<?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>26745</bug_id>
          
          <creation_ts>2009-06-25 17:53:23 -0700</creation_ts>
          <short_desc>bugzilla-tool land-patches failed when landing multiple patches</short_desc>
          <delta_ts>2009-06-26 01:32:20 -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>Mac</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>levin</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>128348</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-06-25 17:53:23 -0700</bug_when>
    <thetext>Committed r45224
http://trac.webkit.org/changeset/45224
Traceback (most recent call last):
  File &quot;/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool&quot;, line 532, in &lt;module&gt;
    main()
  File &quot;/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool&quot;, line 529, in main
    return tool.main()
  File &quot;/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool&quot;, line 524, in main
    return command_object.execute(command_options, command_args, self)
  File &quot;/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool&quot;, line 313, in execute
    self.land_patches(bug_id, bugs_to_patches[bug_id], options, tool)
  File &quot;/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool&quot;, line 285, in land_patches
    tool.bugs.obsolete_attachment(patch[&apos;id&apos;], comment_text)
  File &quot;/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/bugzilla.py&quot;, line 253, in obsolete_attachment
    self.browser[&apos;comment&apos;] = comment_text
  File &quot;/Library/Python/2.5/site-packages/ClientForm-0.2.10-py2.5.egg/ClientForm.py&quot;, line 2895, in __setitem__
  File &quot;/Library/Python/2.5/site-packages/ClientForm-0.2.10-py2.5.egg/ClientForm.py&quot;, line 3222, in find_control
  File &quot;/Library/Python/2.5/site-packages/ClientForm-0.2.10-py2.5.egg/ClientForm.py&quot;, line 3304, in _find_control
ClientForm.AmbiguityError: more than one control matching name &apos;comment&apos;

I&apos;m not sure what caused this yet.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>128349</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-06-25 17:53:39 -0700</bug_when>
    <thetext>I was trying to land all the patches on https://bugs.webkit.org/show_bug.cgi?id=26336</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>128350</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-06-25 17:54:51 -0700</bug_when>
    <thetext>It also failed to mark the patch as obsolete, even though it said it was:

all 10758 test cases succeeded
Parsing ChangeLog: LayoutTests/ChangeLog
Logging in as eric@webkit.org...
Obsoleting attachment: 31458
Committing to http://svn.webkit.org/repository/webkit/trunk ...

I suspect that might have been the problem.  I might have broken attachment links somehow.  I also currently have the patch for:
https://bugs.webkit.org/show_bug.cgi?id=26740
in my tree, so it&apos;s possible this is a local-only break.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>128361</commentid>
    <comment_count>3</comment_count>
      <attachid>31899</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-06-25 18:34:41 -0700</bug_when>
    <thetext>Created attachment 31899
patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>128363</commentid>
    <comment_count>4</comment_count>
      <attachid>31899</attachid>
    <who name="Jan Alonzo">jmalonzo</who>
    <bug_when>2009-06-25 18:50:24 -0700</bug_when>
    <thetext>Comment on attachment 31899
patch

&gt; -            self.browser[&apos;comment&apos;] = comment_text
&gt; +            # Bugzilla has two textareas named &apos;comment&apos;, one is somehow hidden.  We want the first.
&gt; +            self.browser.set_value(comment_text, name=&apos;comment&apos;, nr=0)

It&apos;s fine. r=me.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>128435</commentid>
    <comment_count>5</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-06-26 01:32:20 -0700</bug_when>
    <thetext>Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebKitTools/ChangeLog
	M	WebKitTools/Scripts/modules/bugzilla.py
Committed r45250
http://trac.webkit.org/changeset/45250</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>31899</attachid>
            <date>2009-06-25 18:34:41 -0700</date>
            <delta_ts>2009-06-25 18:50:24 -0700</delta_ts>
            <desc>patch</desc>
            <filename>bugzilla_requires_a_filename.patch</filename>
            <type>text/plain</type>
            <size>1233</size>
            <attacher name="Eric Seidel (no email)">eric</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1dlYktpdFRvb2xzL0NoYW5nZUxvZyBiL1dlYktpdFRvb2xzL0NoYW5nZUxv
ZwppbmRleCAwMzkyNWQxLi5kZmM4OWJmIDEwMDY0NAotLS0gYS9XZWJLaXRUb29scy9DaGFuZ2VM
b2cKKysrIGIvV2ViS2l0VG9vbHMvQ2hhbmdlTG9nCkBAIC0yLDYgKzIsMTQgQEAKIAogICAgICAg
ICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KIAorICAgICAgICBGaXggb2Jzb2xldGVfYXR0
YWNobWVudCB0byB3b3JrIHdoZW4gcGFzc2VkIGEgY29tbWVudC4KKworICAgICAgICAqIFNjcmlw
dHMvbW9kdWxlcy9idWd6aWxsYS5weToKKworMjAwOS0wNi0yNSAgRXJpYyBTZWlkZWwgIDxlcmlj
QHdlYmtpdC5vcmc+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKICAg
ICAgICAgYnVnemlsbGEtdG9vbCBwb3N0LWRpZmYgbmVlZHMgdG8gb2Jzb2xldGUgb2xkIHBhdGNo
ZXMgYmVmb3JlIHBvc3RpbmcKICAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19i
dWcuY2dpP2lkPTI2NzQwCiAKZGlmZiAtLWdpdCBhL1dlYktpdFRvb2xzL1NjcmlwdHMvbW9kdWxl
cy9idWd6aWxsYS5weSBiL1dlYktpdFRvb2xzL1NjcmlwdHMvbW9kdWxlcy9idWd6aWxsYS5weQpp
bmRleCBiODA2ZDEzLi4wZWViMDFjIDEwMDY0NAotLS0gYS9XZWJLaXRUb29scy9TY3JpcHRzL21v
ZHVsZXMvYnVnemlsbGEucHkKKysrIGIvV2ViS2l0VG9vbHMvU2NyaXB0cy9tb2R1bGVzL2J1Z3pp
bGxhLnB5CkBAIC0yNTAsNyArMjUwLDggQEAgY2xhc3MgQnVnemlsbGE6CiAgICAgICAgIHNlbGYu
YnJvd3Nlci5maW5kX2NvbnRyb2wodHlwZT0nc2VsZWN0JywgbnI9MCkudmFsdWUgPSAoIlgiLCkK
ICAgICAgICAgaWYgY29tbWVudF90ZXh0OgogICAgICAgICAgICAgbG9nKGNvbW1lbnRfdGV4dCkK
LSAgICAgICAgICAgIHNlbGYuYnJvd3NlclsnY29tbWVudCddID0gY29tbWVudF90ZXh0CisgICAg
ICAgICAgICAjIEJ1Z3ppbGxhIGhhcyB0d28gdGV4dGFyZWFzIG5hbWVkICdjb21tZW50Jywgb25l
IGlzIHNvbWVob3cgaGlkZGVuLiAgV2Ugd2FudCB0aGUgZmlyc3QuCisgICAgICAgICAgICBzZWxm
LmJyb3dzZXIuc2V0X3ZhbHVlKGNvbW1lbnRfdGV4dCwgbmFtZT0nY29tbWVudCcsIG5yPTApCiAg
ICAgICAgIHNlbGYuYnJvd3Nlci5zdWJtaXQoKQogICAgIAogICAgIGRlZiBwb3N0X2NvbW1lbnRf
dG9fYnVnKHNlbGYsIGJ1Z19pZCwgY29tbWVudF90ZXh0KToK
</data>
<flag name="review"
          id="16454"
          type_id="1"
          status="+"
          setter="jmalonzo"
    />
          </attachment>
      

    </bug>

</bugzilla>