You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Mike Drob (Jira)" <ji...@apache.org> on 2021/04/02 23:16:00 UTC

[jira] [Created] (SOLR-15310) HttpClientUtil interceptors are shared by multiple CoreContainer in same Test JVM

Mike Drob created SOLR-15310:
--------------------------------

             Summary: HttpClientUtil interceptors are shared by multiple CoreContainer in same Test JVM
                 Key: SOLR-15310
                 URL: https://issues.apache.org/jira/browse/SOLR-15310
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Mike Drob


When running a unit test with multiple nodes, they will all share the same HttpClientUtil.interceptors, including PKIAuthentication and possibly others. This means that the tests we are running are not like the tests that we would expect to see on a real cluster because requests can get processed multiple times. Theoretically they should be idempotent, but who knows?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org