Skip to content

Commit

Permalink
Actually test cleanSavePoints (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Nov 29, 2019
1 parent 82c2008 commit 97d32ca
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -173,6 +173,7 @@ public void tearDown() throws SQLException {
protected void updateProperties(Properties props) {
super.updateProperties(props);
PGProperty.AUTOSAVE.set(props, autoSave.value());
PGProperty.CLEANUP_SAVEPOINTS.set(props, cleanSavePoint.toString());
PGProperty.PREPARE_THRESHOLD.set(props, 1);
}

Expand Down

0 comments on commit 97d32ca

Please sign in to comment.