Skip to content

Commit

Permalink
Merge 80d9688 into 91473b3
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulentropy committed Mar 19, 2021
2 parents 91473b3 + 80d9688 commit 43c7b3d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
File renamed without changes.
14 changes: 14 additions & 0 deletions test/config/expired-authz-purger2.json
@@ -0,0 +1,14 @@
{
"expiredAuthzPurger2": {
"syslog": {
"stdoutLevel": 6
},
"db": {
"dbConnectFile": "test/secrets/purger_dburl",
"maxOpenConns": 10
},
"gracePeriod": "168h",
"batchSize": 1000,
"debugAddr": ":8015"
}
}
2 changes: 1 addition & 1 deletion test/integration-test.py
Expand Up @@ -58,7 +58,7 @@ def expect(target_time, num, table):
tool = "expired-authz-purger2"
out = get_future_output([
"./bin/expired-authz-purger2", "--single-run",
"--config", "cmd/expired-authz-purger2/config.json"], target_time)
"--config", "%s/expired-authz-purger2.json" % (config_dir)], target_time)
if 'via FAKECLOCK' not in out:
raise(Exception("%s was not built with `integration` build tag" % (tool)))
if num is None:
Expand Down

0 comments on commit 43c7b3d

Please sign in to comment.