Skip to content

Commit

Permalink
Added a multiple rules test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery-Wasty committed Apr 23, 2024
1 parent 62a634a commit 8b1ff33
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,18 @@ public void statementTimingTests() {
}
}

/**
* Tests that CRL works with multiple rules provided at once.
*/
@Test
public void multipleRules() {
try {
testStatementRetry("retryExec={2716:1,2*2:CREATE;2714:1,2*2:CREATE};");
} catch (Exception e) {
Assertions.fail(TestResource.getResource("R_unexpectedException"));
}
}

/**
* Tests that CRL is able to read from a properties file, in the event the connection property is not used.
*/
Expand Down

0 comments on commit 8b1ff33

Please sign in to comment.