Open JensVanhulstSolita opened 1 year ago
would be worth figuring out if this is still an issue with the latest mileston 2 release, I think?
@bbortt it's used in company env, we use a parent pom for dependencies and updating to 4.0.0-M2 would mean updating over 100 apps and making sure they work, but I can verify with a dummy project
would be good to have the SFTP steps that extract the variables
@christophd It isn't going to help in this case. The SFTP message is different from the AMQ message because Mulesoft (SUT) transforms the message to another format.
I need to check what comes out of AMQ against a sample to make sure MuleSoft made the right transformation
@JensVanhulstSolita any news on this issue. did you find out what went wrong?
Citrus Version groovy: 3.4.0 citrus: 3.4.0
Question I have the following testing scenario : Inbound SFTP -> Mulesoft (SUT) -> Sends message to AMQ I need to validate if the message send to Anypoint MQ is the same as the test sample
Therefore I wrote a script that looks like this :
When using this script in other test scenarios it works perfect but it seems that when you have the SFTP -> AMQ the expected and got, are being swapped for some reason :
What I've tried so far To Debug I added the loggers for actual & expected and there each file is in the proper variable (so not swapped)
Additional information
Maybe update to macOs Sonoma ?
Step for receiving & validating :