Skip to content

Resend messages on error

Piotr Batko requested to merge pbatko/repeat-sending-request-on-error into master

When TestTools sends communicates with node and communication fails, TestTools repeats attempt few times. Previously request was resend only, if status code in response was different than 200. Now request is resend also if response contains information about error.

Merge request reports