Running a testnet tor only node gives
$ grep -c testnet-seed.alex ~/.bitcoin/testnet3/debug.log
330628
$ tail ~/.bitcoin/testnet3/debug.log
2015-12-15 13:33:57 ERROR: Proxy error: host unreachable
2015-12-15 13:33:58 SOCKS5 connecting testnet-seed.alexykot.me
2015-12-15 13:34:01 ERROR: Proxy error: host unreachable
2015-12-15 13:34:01 SOCKS5 connecting testnet-seed.alexykot.me
2015-12-15 13:34:21 ERROR: Error reading proxy response
2015-12-15 13:34:22 SOCKS5 connecting testnet-seed.alexykot.me
2015-12-15 13:34:23 ERROR: Proxy error: host unreachable
2015-12-15 13:34:23 SOCKS5 connecting testnet-seed.alexykot.me
2015-12-15 13:34:26 ERROR: Proxy error: host unreachable
2015-12-15 13:34:26 SOCKS5 connecting testnet-seed.alexykot.me
Other testnet seeds seem not to be affected. When I don't run tor only, the issue is not visible anymore.