Skip to content

Commit

Permalink
Merge pull request #13281 from omoerbeek/omoerbeek-patch-1
Browse files Browse the repository at this point in the history
rec: Clear taskQueue at start of test run
  • Loading branch information
omoerbeek authored Sep 21, 2023
2 parents ec89a04 + 19dbd48 commit 251d8a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdns/recursordist/test-recpacketcache_cc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ BOOST_AUTO_TEST_CASE(test_recPacketCacheSimpleWithRefresh)
uint32_t ttd = 3600;
BOOST_CHECK_EQUAL(rpc.size(), 0U);

taskQueueClear();

DNSName qname("www.powerdns.com");
vector<uint8_t> packet;
DNSPacketWriter pw(packet, qname, QType::A);
Expand Down

0 comments on commit 251d8a1

Please sign in to comment.