]> granicus.if.org Git - pdns/commitdiff
Remove delaypipe testing from auth
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 5 Oct 2018 09:26:44 +0000 (11:26 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 5 Oct 2018 12:08:02 +0000 (14:08 +0200)
Move it to dnsdist, this is the only place where it is used.

pdns/Makefile.am
pdns/delaypipe.cc
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/test-delaypipe_hh.cc [moved from pdns/test-delaypipe_hh.cc with 100% similarity]

index 80773cac8d69dbb3b1a7108b54889deef0b7bb63..d9ec9a70cdc0cd285bfca4869e60059f21440352 100644 (file)
@@ -50,7 +50,6 @@ EXTRA_DIST = \
        bind-dnssec.schema.sqlite3.sql \
        bindparser.h \
        named.conf.parsertest \
-       delaypipe.hh delaypipe.cc \
        pdns.service.in \
        ixfrdist.service.in \
        ixfrdist.example.yml \
@@ -1276,7 +1275,6 @@ testrunner_SOURCES = \
        test-base64_cc.cc \
        test-bindparser_cc.cc \
        test-common.hh \
-       test-delaypipe_hh.cc \
        test-dnsrecordcontent.cc \
        test-distributor_hh.cc \
        test-dns_random_hh.cc \
index 076b104830b8ccc457a9ffa2b839b34d30cb2a8e..721b611622acc7125bce1ecfd787f7619d3a2ecc 100644 (file)
@@ -24,7 +24,6 @@
 #include "gettime.hh"
 #include <thread>
 #include "threadname.hh"
-#include "dolog.hh"
 
 template<class T>
 ObjectPipe<T>::ObjectPipe()
index faabe41ee4cba4b9aa948d87cc42b20a43f49866..526b725e1ced2fcf3481cc5e52825a1a77528df0 100644 (file)
@@ -216,6 +216,7 @@ testrunner_SOURCES = \
        base64.hh \
        dns.hh \
        test-base64_cc.cc \
+       test-delaypipe_hh.cc \
        test-dnscrypt_cc.cc \
        test-dnsdist_cc.cc \
        test-dnsdistpacketcache_cc.cc \
@@ -245,6 +246,7 @@ testrunner_SOURCES = \
        sholder.hh \
        sodcrypto.cc \
        sstuff.hh \
+       threadname.hh threadname.cc \
        testrunner.cc \
        xpf.cc xpf.hh