hi everyone, I've tried to figure out "Cancelation...
# help
b
hi everyone, I've tried to figure out "CancelationExceptionError" while executing test cases as parallel which used mock api. Could you review the problem ? multiple test cases have same mock request and I try to seperate them with mock id but I couldn't the reason of the error
t
I’ve never seen this happen before. How are you parallelising the tests - is it via multiple threads or processes?
One thing to check - is your project pulling in a different version of the Apache HTTP client than WireMock normally uses?