Commit 07862531152bc3b93590f1a2010080c87474c92b

Azat Khuzhin 2017-01-19T20:34:41

test/dns: run async resolving after sync one (to avoid timeouts) If system resolver (sync one) will respond too slow, then we can fail async request and evdns will retransmit tham again, but evdns server will accept that failed requets, so we will have not 2 requests but 4. Reproduced on centos box sometimes.