Performance testing
-------------------
Key: QPID-361
URL: https://issues.apache.org/jira/browse/QPID-361
Project: Qpid
Issue Type: Bug
Components: Java Performance Tests
Reporter: Bhupendra Bhardwaj
Following error is thrown when LT-Qpid-3-1M.sh (script generated by
perftests/pom.xml) is run
java -Xms256m -Dlog4j.configuration=perftests.log4j -Xmx512m
-Dbadger.level=warn -Damqj.test.logging.level=info -Damqj.logging.level=warn
${JAVA_OPTS} -cp qpid-perftests-1.0-incubating-M2-SNAPSHOT-all-test-deps.jar
uk.co.thebadgerset.junit.extensions.TKTestRunner -n LT-Qpid-3-1M -s [900000] -o
. -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf BatchSize=10000
messagesize=1048576 transacted=true ${ARGS}
ERROR [org.apache.qpid.client.BasicMessageConsumer] reNotification : Caught
exception (dump follows) - ignoring...
org.apache.qpid.client.failover.FailoverException: Failing over about to start
at
org.apache.qpid.client.failover.FailoverHandler.run(FailoverHandler.java:78)
at java.lang.Thread.run(Thread.java:595)
E
Time: 8.19
There was 1 error:
1)
testAsyncPingOk(org.apache.qpid.ping.PingAsyncTestPerf)org.apache.qpid.client.failover.FailoverException:
Failing over about to start
at
org.apache.qpid.client.failover.FailoverHandler.run(FailoverHandler.java:78)
at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.