Skip to content

Commit

Permalink
Run failure recovery tests once
Browse files Browse the repository at this point in the history
Decrease invocation count for recovery tests to limit time they take.
With each test now testing timoeuts flow the overall runtime increased
singnificantly.

Also now we have tests for local filesystem and MinIO, hence the
overal number of runs is increased regardless of invocation
count used.
  • Loading branch information
losipiuk committed Dec 20, 2021
1 parent ee860dd commit d46c349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public abstract class AbstractTestFailureRecovery
extends AbstractTestQueryFramework
{
private static final String PARTITIONED_LINEITEM = "partitioned_lineitem";
protected static final int INVOCATION_COUNT = 3;
protected static final int INVOCATION_COUNT = 1;
private static final Duration MAX_ERROR_DURATION = new Duration(10, SECONDS);
private static final Duration REQUEST_TIMEOUT = new Duration(10, SECONDS);

Expand Down

0 comments on commit d46c349

Please sign in to comment.