Does this test actually try to connect to those URLs? If not then a
fake:// URL handler would be a very elegant solution not reaching to
the DNS subsystem at all? Not that I want to write it -- I remember it
was kind of nightmarish :)

Dawid

On Fri, Sep 13, 2013 at 8:48 PM, Chris Hostetter
<hossman_luc...@fucit.org> wrote:
>
> : and changing the SimplePostTool instances to static and switching the
> : @Before to @BeforeClass causes the whole tests runtime to drop down to 50
> : seconds for me.
>
> i couldn't leave that change in because it introduced failures depending
> on test ordering (i thought those SimplePostTool objects were treated as
> immutible, but i was wrong)
>
> however: switching all usages of "example.com" to a "127.42.42.42" seems
> to have fixed things.
>
> Shai: can you confirm this patch resolves things for you...
>
> https://issues.apache.org/jira/browse/SOLR-5241
>
>
> -Hoss
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to