On 29/05/2020 9:14 pm, Robbie Gemmell wrote:
You need to set a profile to enable them, e.g -Pbroker-j

Thanks Robbie!

Running the cpp profile, I see errors in failover tests and then the tests seem to just hang after that (nothing obvious to me from either jstack or pstack on the broker which appears idle).

[INFO] Running org.apache.qpid.systest.connection.FailoverMethodTest
[ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 134.204 s 
<<< FAILURE! - in org.apache.qpid.systest.connection.FailoverMethodTest
[ERROR] testFailoverSingleDelay(org.apache.qpid.systest.connection.FailoverMethodTest)  
Time elapsed: 66.088 s  <<< FAILURE!
java.lang.AssertionError: Failover took more than 9 seconds:(66056)
        at 
org.apache.qpid.systest.connection.FailoverMethodTest.testFailoverSingleDelay(FailoverMethodTest.java:165)

[ERROR] 
testFailoverRoundRobinDelay(org.apache.qpid.systest.connection.FailoverMethodTest)  Time 
elapsed: 68.083 s  <<< FAILURE!
java.lang.AssertionError: Failover took more than 11 seconds:(68082)
        at 
org.apache.qpid.systest.connection.FailoverMethodTest.testFailoverRoundRobinDelay(FailoverMethodTest.java:115)

[INFO] Running org.apache.qpid.systest.connection.FailoverBehaviourTest

with the broker-j profile I don't see any failures but I do see 23 skipped tests (out of 163)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to