Skip to content

Commit

Permalink
add consistent-backends setting to test-ueberbackend
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Aug 19, 2020
1 parent 83a2797 commit b22f0f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdns/test-ueberbackend_cc.cc
Expand Up @@ -335,6 +335,7 @@ struct UeberBackendSetupArgFixture {
extern AuthQueryCache QC;
::arg().set("query-cache-ttl")="0";
::arg().set("negquery-cache-ttl")="0";
::arg().set("consistent-backends")="no";
QC.cleanup();
BackendMakers().clear();
SimpleBackend::s_zones.clear();
Expand Down

0 comments on commit b22f0f5

Please sign in to comment.