On 04/15/2010 01:15 PM, Ján Sáreník wrote:
   Hello!

On Fedora Rawhide, qpid r934287. I simply did:

   cd qpid
   patch -Np1<  qpid-r934287.patch # see attachment
   cd cpp
   ./bootstrap
   ./configure --disable-static --with-cpg \
     CXXFLAGS="$CXXFLAGS -DNDEBUG -O3"
   make -j5
   make check
   make check-long

I did
   :%s/2010-..-.. ..:..:.. //
in Vim to send only the relevant content (the timing is not problem here).
And here are the significant parts of check-long:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
make[2]: Leaving directory `/mnt/virtual/jasan/pub/git/qpid/cpp/src/tests'
make  check-TESTS
make[2]: Entering directory `/mnt/virtual/jasan/pub/git/qpid/cpp/src/tests'
/home/jsarenik/pub/git/qpid/cpp/src/tests/python/qpid/brokertest.py:23: 
DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
   import os, signal, string, tempfile, popen2, socket, threading, time, imp, re
cluster_tests.LongTests.test_failover ................................... pass
cluster_tests.LongTests.test_management ................................. fail
Error during test:
   Traceback (most recent call last):
     File 
"/home/jsarenik/pub/git/qpid/cpp/src/tests/python/commands/qpid-python-test", 
line 311, in run
       phase()
     File "/home/jsarenik/pub/git/qpid/cpp/src/tests/cluster_tests.py", line 
245, in test_management
       cluster.start()
     File 
"/home/jsarenik/pub/git/qpid/cpp/src/tests/python/qpid/brokertest.py", line 
412, in start
       self._brokers.append(self.test.broker(self.args+args, name, expect, 
wait, port=port))
     File 
"/home/jsarenik/pub/git/qpid/cpp/src/tests/python/qpid/brokertest.py", line 
475, in broker
       raise Exception("Failed to start broker %s(%s): %s" % (b.name, b.log, e))
   Exception: Failed to start broker cluster1-5(cluster1-5.log): Broker 
cluster1-5 failed ready test
   Traceback (most recent call last):
     File 
"/home/jsarenik/pub/git/qpid/cpp/src/tests/python/qpid/brokertest.py", line 
381, in ready
       try: self.connect().close()
     File 
"/home/jsarenik/pub/git/qpid/cpp/src/tests/python/qpid/brokertest.py", line 
306, in connect
       port=self.port())
     File 
"/home/jsarenik/pub/git/qpid/cpp/src/tests/python/qpid/messaging/endpoints.py", 
line 60, in establish
       conn.open()
     File "<string>", line 6, in open
     File 
"/home/jsarenik/pub/git/qpid/cpp/src/tests/python/qpid/messaging/endpoints.py", 
line 227, in open
       self.attach()
     File "<string>", line 6, in attach
     File 
"/home/jsarenik/pub/git/qpid/cpp/src/tests/python/qpid/messaging/endpoints.py", 
line 244, in attach
       self._ewait(lambda: self._transport_connected and not self._unlinked())
     File 
"/home/jsarenik/pub/git/qpid/cpp/src/tests/python/qpid/messaging/endpoints.py", 
line 185, in _ewait
       self.check_error()
     File 
"/home/jsarenik/pub/git/qpid/cpp/src/tests/python/qpid/messaging/endpoints.py", 
line 178, in check_error
       raise self.error
   ConnectError: [Errno 111] Connection refused
Totals: 12 tests, 1 passed, 0 skipped, 10 ignored, 1 failed
FAIL: run_long_cluster_tests
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


Is there anything useful in your tests/brokertest.tmp/cluster_tests.LongTests.test_management/cluster1.5.log? Any core files?

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to