Hello

The Qpid-Python-Cpp-Test started to fail on May 21st.   Many tests are
failing and others are begin skipped.  I turned on DEBUG logging from the
Python tests, and logging from the CPP Broker, but it is no obvious to me
what has gone wrong.    The Python/Java tests continue to pass.

Totals: 506 tests, 197 passed, 302 skipped, 0 ignored, 7 failed

The first failing test is:

qpid_tests.broker_0_10.alternate_exchange.AlternateExchangeTests. \
    test_del_alternate_to_exchange ...................................... fail
Error during test:  Traceback (most recent call last):
    File 
"/home/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid-python-test",
line 340, in run
      phase()
    File 
"/home/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/tests/src/py/qpid_tests/broker_0_10/alternate_exchange.py",
line 186, in test_del_alternate_to_exchange
      session.exchange_declare(exchange="alt1", type="direct")
    File 
"/home/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid/generator.py",
line 25, in <lambda>
      method = lambda self, *args, **kwargs: self.invoke(op, args, kwargs)
    File 
"/home/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid/session.py",
line 138, in invoke
      return self.do_invoke(op, args, kwargs)
    File 
"/home/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid/session.py",
line 183, in do_invoke
      self.sync(self.timeout)
    File 
"/home/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid/session.py",
line 103, in sync
      raise SessionException(self.error())
  SessionException: (None, '[Errno 104] Connection reset by peer')

Test .out
https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Python-Cpp-Test/ws/trunk/qpid/python/build/results/results.out/*view*/

The Broker is logging only:

2012-05-24 04:08:11 notice SASL disabled: No Authentication Performed
2012-05-24 04:08:11 notice Listening on TCP/TCP6 port 35672
2012-05-24 04:08:11 notice Broker running
2012-05-24 04:08:13 error Execution exception: not-allowed: Exchange
declared with alternate-exchange <nonexistent>, requested alt1
(qpid/broker/SessionAdapter.cpp:133)
2012-05-24 04:08:14 error Connection 127.0.0.1:35672-127.0.0.1:44003
No protocol received closing

Broker logs:

https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Python-Cpp-Test/ws/trunk/qpid/python/build/results/qpidd.log/*view*/

Does someone know what has happened?

cheers, Keith

Reply via email to