citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
457 stars 134 forks source link

Map parallel http calls automatically #459

Open svettwer opened 6 years ago

svettwer commented 6 years ago

User story As a citrus test developer, I want parallel http send actions to be mapped automatically to their receive actions so that I don't have to map them manually.

Additional context As https://github.com/citrusframework/citrus/issues/458 has shown, it's currently required to map parallel http requests manual by their citrus_message_id. This is a recurring manual mapping that should be resolved by the framework.

ubbn commented 6 years ago

Hi Sven, Is this issue fixed?

svettwer commented 6 years ago

Hi!

No, it has not been implemented yet and is currently not scheduled for the next increments. Please vote for the issue with a thumbs up if it is important for you, so we are able to prioritize.

BR, Sven