Re: RC3: three rare failures

2013-05-22 Thread Alan Conway

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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



RC3: three rare failures

2013-05-13 Thread Michael Goulish
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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org


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



Re: RC3: three rare failures

2013-05-13 Thread Ken Giusti

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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org