testbench icon indicating copy to clipboard operation
testbench copied to clipboard

Uninformative error message when maxAttempts > 1

Open Ansku opened this issue 3 years ago • 0 comments

At least TeamCity eats any real error messages as well as knowledge of which type of error occurred when maxAttempts is set to 2 or higher. Every failed test just declares that the problem is a RuntimeException with message 'run failed X times' where X is the value set with maxAttempts. Tested with Vaadin 8 and TestBench 5.2.0 but RetryRule.statement seems to still contain the same basic logic in master branch.

Ansku avatar May 04 '21 14:05 Ansku