You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Justin Ross <jr...@apache.org> on 2013/05/09 22:02:52 UTC

0.22 release update - RC3 is available

>From revision 1480717 of the release branch:

  http://people.apache.org/~jross/qpid-0.22-rc3/
  http://people.apache.org/~jross/qpid-0.22-rc3-testing.txt

My testing on Fedora 16 x86-64 encountered no errors.

This RC has all the updates for stripped spec xml files.  Thanks,
Rafi, Robbie, and Alan, for helping to resolve that quickly.

There are still 11 bugs open against 0.21/0.22.  At this point I think
they need to get moved out of this release.

  http://s.apache.org/qpid-0.22-open-bugs

I'd like to call a vote for release in about a week if no new blocking
issues arise, so please provide any feedback you have sooner than
later.  Many thanks to those who have tested and reported their
results.

Justin

---
0.22 release page: https://cwiki.apache.org/qpid/022-release.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: RC3: three rare failures

Posted by Alan Conway <ac...@redhat.com>.
On 05/13/2013 09:31 AM, Michael Goulish wrote:
> I ran autotools "make check" 100 times.
> In addition to the queue_flow_limit failures that we already know about, I saw three very-low-frequency failures.
>
>
>    1  cli_tests.CliTests.test_queue_params
>    1  ha_tests.ReplicationTests.test_priority_ring

There is a fix for this, its QPID-4745. The issue is a test bug, not a qpid bug 
so I don't know if it is worth porting to trunk at this stage of the release.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: RC3: three rare failures

Posted by Ken Giusti <kg...@redhat.com>.
This looks very familiar to the queue_flow failures - the session setup by the test becomes invalid and operations fail.

> 
> 
>   cli_tests.CliTests.test_queue_params ....................................
>   fail
> Error during teardown:  Traceback (most recent call last):
>     File
>     "/home/mick/qpid-0.22-rc3/cpp/src/tests/python/commands/qpid-python-test",
>     line 340, in run
>       phase()
>     File "/home/mick/qpid-0.22-rc3/cpp/src/tests/python/qpid/testlib.py",
>     line 229, in tearDown
>       if not self.session.error(): self.session.close(timeout=10)
>     File "/home/mick/qpid-0.22-rc3/cpp/src/tests/python/qpid/session.py",
>     line 113, in close
>       raise Timeout()
>   Timeout
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


RC3: three rare failures

Posted by Michael Goulish <mg...@redhat.com>.
I ran autotools "make check" 100 times.
In addition to the queue_flow_limit failures that we already know about, I saw three very-low-frequency failures.


  1  cli_tests.CliTests.test_queue_params 
  1  ha_tests.ReplicationTests.test_priority_ring 
  1  qpid_tests.broker_0_10.management.ManagementTest.test_connection_stats 

  1  queue_flow_limit_tests.QueueFlowLimitTests.test_default_flow_count 
  2  queue_flow_limit_tests.QueueFlowLimitTests.test_blocked_queue_delete 
  2  queue_flow_limit_tests.QueueFlowLimitTests.test_flow_count 
  4  queue_flow_limit_tests.QueueFlowLimitTests.test_default_flow_size 
  10 queue_flow_limit_tests.QueueFlowLimitTests.test_flow_size 




here are outputs from the three non-queue_flow_limit failures:




  cli_tests.CliTests.test_queue_params .................................... fail
Error during teardown:  Traceback (most recent call last):
    File "/home/mick/qpid-0.22-rc3/cpp/src/tests/python/commands/qpid-python-test", line 340, in run
      phase()
    File "/home/mick/qpid-0.22-rc3/cpp/src/tests/python/qpid/testlib.py", line 229, in tearDown
      if not self.session.error(): self.session.close(timeout=10)
    File "/home/mick/qpid-0.22-rc3/cpp/src/tests/python/qpid/session.py", line 113, in close
      raise Timeout()
  Timeout





ha_tests.ReplicationTests.test_priority_ring ............................ fail
Error during test:  Traceback (most recent call last):
    File "/home/mick/qpid-0.22-rc3/cpp/src/tests/python/commands/qpid-python-test", line 340, in run
      phase()
    File "/home/mick/qpid-0.22-rc3/cpp/src/tests/ha_tests.py", line 410, in test_priority_ring
      primary.promote()
    File "/home/mick/qpid-0.22-rc3/cpp/src/tests/ha_test.py", line 102, in promote
      self.ready(); self.qpid_ha(["promote"])
    File "/home/mick/qpid-0.22-rc3/cpp/src/tests/ha_test.py", line 202, in ready
      return Broker.ready(self, client_properties={"qpid.ha-admin":1})
    File "/home/mick/qpid-0.22-rc3/cpp/src/tests/brokertest.py", line 386, in ready
      "Timed out waiting for broker %s%s"%(self.name, error_line(self.log,5)))
  Exception: Timed out waiting for broker primary:
      2013-05-10 11:22:08 [Broker] notice SASL disabled: No Authentication Performed
      2013-05-10 11:22:08 [Network] info Listening to: 0.0.0.0:0
      2013-05-10 11:22:08 [Network] info Listening to: [::]:53982
      2013-05-10 11:22:08 [HA] notice Shut down
      2013-05-10 11:22:08 [Broker] critical Unexpected error: Can't bind to port [::]:53982: Address already in use (qpid/sys/posix/BSDSocket.cpp:197)






qpid_tests.broker_0_10.management.ManagementTest.test_connection_stats .. fail
Error during test:  Traceback (most recent call last):
    File "/home/mick/qpid-0.22-rc3/cpp/src/tests/python/commands/qpid-python-test", line 340, in run
      phase()
    File "/home/mick/qpid-0.22-rc3/tests/src/py/qpid_tests/broker_0_10/management.py", line 641, in test_connection_stats
      assert(conn_qmf)
  AssertionError







----- Original Message -----
>From revision 1480717 of the release branch:

  http://people.apache.org/~jross/qpid-0.22-rc3/
  http://people.apache.org/~jross/qpid-0.22-rc3-testing.txt

My testing on Fedora 16 x86-64 encountered no errors.

This RC has all the updates for stripped spec xml files.  Thanks,
Rafi, Robbie, and Alan, for helping to resolve that quickly.

There are still 11 bugs open against 0.21/0.22.  At this point I think
they need to get moved out of this release.

  http://s.apache.org/qpid-0.22-open-bugs

I'd like to call a vote for release in about a week if no new blocking
issues arise, so please provide any feedback you have sooner than
later.  Many thanks to those who have tested and reported their
results.

Justin

---
0.22 release page: https://cwiki.apache.org/qpid/022-release.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: 0.22 release update - RC3 is available

Posted by Justin Ross <jr...@apache.org>.
On Thu, May 9, 2013 at 4:02 PM, Justin Ross <jr...@apache.org> wrote:
> This RC has all the updates for stripped spec xml files.  Thanks,
> Rafi, Robbie, and Alan, for helping to resolve that quickly.

Er, correction!  Thanks to Rafi, *Rob*, and Alan, though I wouldn't be
surprised if Robbie had a hand in it as well.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: 0.22 release update - RC3 is available

Posted by Gordon Sim <gs...@redhat.com>.
On 05/09/2013 09:02 PM, Justin Ross wrote:
>  From revision 1480717 of the release branch:
>
>    http://people.apache.org/~jross/qpid-0.22-rc3/
>    http://people.apache.org/~jross/qpid-0.22-rc3-testing.txt
>
> My testing on Fedora 16 x86-64 encountered no errors.
>
> This RC has all the updates for stripped spec xml files.  Thanks,
> Rafi, Robbie, and Alan, for helping to resolve that quickly.
>
> There are still 11 bugs open against 0.21/0.22.  At this point I think
> they need to get moved out of this release.
>
>    http://s.apache.org/qpid-0.22-open-bugs
>
> I'd like to call a vote for release in about a week if no new blocking
> issues arise, so please provide any feedback you have sooner than
> later.  Many thanks to those who have tested and reported their
> results.

cmake build of cpp tarball works ok for me now

(tests report three failures due to python not being there and I have 
raised a Jira -  https://issues.apache.org/jira/browse/QPID-4838 - but 
this is a trivial issue)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org