testing - Citrus framework flightbooking -


i trying implement flightbooking-sample using citursframwork ,the link : https://github.com/christophd/citrus-samples/tree/master/sample-flightbooking

and still new framework , steps did are(using mac os) :

1-run activemq

2-run jetty:run sample-bakery .

3-using intllijidea open sample-bakery , run test case . every time test case failed , got following :

actiontimeoutexception: action timeout while receiving message channel 'royalairlineserver.inbound'     @ com/consol/citrus/samples/flightbooking/flightbookingit(receive:57-90) 

4-i tried change timeout still same error .

please can explain me timeout , , wrong in steps ?

note:only 1 time using terminal test case pass using :

mvn clean install -dembedded=true 

you mixing different sample projects here. start infrastructure of bakery sample while executing tests of flightbooking sample. both samples work totally different endpoints , domains.

please stay within sample project when starting infrastructure , test cases.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -