You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/09/14 03:39:25 UTC

lucene-solr:jira/http2: Remove the nocommit code in TestSolrCloudWithSecureImpersonation since the workaround had been introduced

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/http2 9c65fe4fe -> 8063eab46


Remove the nocommit code in TestSolrCloudWithSecureImpersonation since the workaround had been introduced


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/8063eab4
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8063eab4
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8063eab4

Branch: refs/heads/jira/http2
Commit: 8063eab46b60f2fa0611075094816ac4acd4786b
Parents: 9c65fe4
Author: Cao Manh Dat <da...@apache.org>
Authored: Fri Sep 14 10:39:15 2018 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Fri Sep 14 10:39:15 2018 +0700

----------------------------------------------------------------------
 .../apache/solr/cloud/TestSolrCloudWithSecureImpersonation.java    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8063eab4/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithSecureImpersonation.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithSecureImpersonation.java b/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithSecureImpersonation.java
index 2434d44..ecdb19f 100644
--- a/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithSecureImpersonation.java
+++ b/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithSecureImpersonation.java
@@ -114,8 +114,6 @@ public class TestSolrCloudWithSecureImpersonation extends SolrTestCaseJ4 {
     miniCluster = new MiniSolrCloudCluster(NUM_SERVERS, createTempDir(), buildJettyConfig("/solr"));
     JettySolrRunner runner = miniCluster.getJettySolrRunners().get(0);
     solrClient = new HttpSolrClient.Builder(runner.getBaseUrl().toString()).build();
-    //TODO nocommit, remove this
-    Locale.setDefault(Locale.US);
   }
 
   /**