Pulled down the full source to my Debian 6 i686 VM.

Built/tested/installed from the C++ tree following the directions in the 
INSTALL.  All appears well - ran some load on the broker for a few hours 
(qpid-send/-receive), all good.

Couple of "make test" failures (see below), but otherwise good.






test 1
      Start  1: unit_test

1: Test command: /home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/run_test 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/bld/src/tests/unit_test
1: Test timeout computed to be: 1500
1: 
1: 0%   10   20   30   40   50   60   70   80   90   100%
1: |----|----|----|----|----|----|----|----|----|----|
1: Running 290 test cases...
1: ***********************unknown location(0): fatal error in 
"testSenderError": std::exception: not-found: not-found: Queue not found: 
NonExistentAddress 
(/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/qpid/broker/SessionAdapter.cpp:693)
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(104):
 last checkpoint
1: unknown location(0): fatal error in "testReceiverError": std::exception: 
not-found: not-found: Queue not found: NonExistentAddress 
(/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/qpid/broker/SessionAdapter.cpp:693)
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(114):
 last checkpoint
1: ***unknown location(0): fatal error in "testAssertPolicyQueue": 
std::exception: Queue not durable: q
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(604):
 last checkpoint
1: *unknown location(0): fatal error in "testAssertExchangeOption": 
std::exception: Exchange e is of incorrect type, expected fanout but got direct
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(626):
 last checkpoint
1: unknown location(0): fatal error in "testGetSender": std::exception: 
UnknownSender
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(647):
 last checkpoint
1: unknown location(0): fatal error in "testGetReceiver": std::exception: 
UnknownReceiver
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(661):
 last checkpoint
1: unknown location(0): fatal error in "testGetSessionFromConnection": 
std::exception: No such session: UnknownSession
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(674):
 last checkpoint
1: *unknown location(0): fatal error in "testOptionVerification": 
std::exception: Unrecognised option: invalid-option
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(736):
 last checkpoint
1: unknown location(0): fatal error in "testExclusiveSubscriber": 
std::exception: resource-locked: resource-locked: Queue test-queue has an 
exclusive consumer. No more consumers allowed. 
(/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/qpid/broker/Queue.cpp:487)
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(780):
 last checkpoint
1: *unknown location(0): fatal error in "testQmfCreateAndDelete": 
std::exception: not-found: not-found: Queue not found: my-exchange 
(/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/qpid/broker/SessionAdapter.cpp:693)
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(952):
 last checkpoint
1: *unknown location(0): fatal error in "testExclusiveTopicSubscriber": 
std::exception: resource-locked: resource-locked: Queue my-subscription has an 
exclusive consumer. No more consumers allowed. 
(/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/qpid/broker/Queue.cpp:487)
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(1014):
 last checkpoint
1: *unknown location(0): fatal error in "testLargeRoutingKey": std::exception: 
illegal-argument: Value for bindingKey is too large
1: 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/MessagingSessionTests.cpp(1146):
 last checkpoint
1: ********************
1: 
1: *** 12 failures detected in test suite "Master Test Suite"


<SNIP>


test 10
      Start 10: ha_tests

10: Test command: /home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/run_test 
/usr/bin/python2.6 
/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/ha_tests.py
10: Test timeout computed to be: 1500
10: ha_tests.ConfigurationTests.test_client_broker_url 
...................................... pass
10: ha_tests.LongTests.test_failover_send_receive 
........................................... fail
10: Error during teardown:  Traceback (most recent call last):
10:     File 
"/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/bld/src/tests/python/commands/qpid-python-test",
 line 340, in run
10:       phase()
10:     File 
"/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/brokertest.py", line 462, 
in tearDown
10:       if err: raise Exception("Unexpected process status:\n    "+"\n    
".join(err))
10:   Exception: Unexpected process status:
10:       qpid-receive-15 expected running, exit code 1:
10:       qpid-receive: Connection [127.0.0.1:52616-127.0.0.1:48683] closed
10:   
10:       qpid-receive-16 expected running, exit code 1:
10:       qpid-receive: Connection [127.0.0.1:52618-127.0.0.1:48683] closed
10:   
10:       qpid-receive-17 expected running, exit code 1:
10:       qpid-receive: Connection [127.0.0.1:52617-127.0.0.1:48683] closed
10:   
10:       qpid-receive-18 expected running, exit code 1:
10:       qpid-receive: Connection [127.0.0.1:52619-127.0.0.1:48683] closed
10:   
10:       qpid-receive-19 expected running, exit code 1:
10:       qpid-receive: Connection [127.0.0.1:52620-127.0.0.1:48683] closed
10:   
10:       qpid-receive-20 expected running, exit code 1:
10:       qpid-receive: Connection [127.0.0.1:52621-127.0.0.1:48683] closed
10:   
10:       qpid-receive-21 expected running, exit code 1:
10:       qpid-receive: Connection [127.0.0.1:52622-127.0.0.1:48683] closed
10:   
10:       qpid-receive-22 expected running, exit code 1:
10:       qpid-receive: Connection [127.0.0.1:52623-127.0.0.1:48683] closed
10:   
10:       qpid-receive-23 expected running, exit code 1:
10:       qpid-receive: Connection [127.0.0.1:52624-127.0.0.1:48683] closed
10:   
10:       qpid-receive-24 expected running, exit code 1:
10:       qpid-receive: Connection [127.0.0.1:52625-127.0.0.1:48683] closed

<SNIP>

10: ha_tests.ReplicationTests.test_failover_cpp 
............................................. fail
10: Error during test:  Traceback (most recent call last):
10:     File 
"/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/bld/src/tests/python/commands/qpid-python-test",
 line 340, in run
10:       phase()
10:     File "/home/kgiusti/work/qpid/qpid-0.22-rc2/cpp/src/tests/ha_tests.py", 
line 251, in test_failover_cpp
10:       assert retry(lambda: receiver.received > n + 10)
10:   AssertionError









----- Original Message -----
> From: "Justin Ross" <jr...@apache.org>
> To: dev@qpid.apache.org
> Sent: Tuesday, April 23, 2013 7:57:40 AM
> Subject: 0.22 release update - RC2 is available
> 
> Hi, everyone.  RC2 from revision 1470549 is now available:
> 
>   http://people.apache.org/~jross/qpid-0.22-rc2/
>   http://people.apache.org/~jross/qpid-0.22-rc2-testing.txt
> 
> My testing (Fedora 16 x86-64, still autotools based) showed no failures.
> 
> Since the last update, we decided to add some time between RC1 and
> RC2.  I expect RC3 to land in one to two weeks, and I feel there's a
> pretty good chance that RC will represent the GA bits.
> 
> So we're getting close.  Please test the RC and report your findings.
> I'll be sending out candidate release notes this week.
> 
> Thanks!
> 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
> 
> 

-- 
-K

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

Reply via email to