This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new e0a8436  SOLR-15902: Fix and Un-ignore PackageManagerCLITest
e0a8436 is described below

commit e0a84361725dda4a51051a10e386245343f0a47d
Author: Ishan Chattopadhyaya <[email protected]>
AuthorDate: Fri Jan 14 18:34:52 2022 +0530

    SOLR-15902: Fix and Un-ignore PackageManagerCLITest
---
 .../question-answer-request-handler-1.1.jar.tmp       | Bin 6324 -> 6734 bytes
 .../solr/question-answer-repository/repository.json   |   2 +-
 .../org/apache/solr/cloud/PackageManagerCLITest.java  |   1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/solr/core/src/test-files/solr/question-answer-repository/question-answer-request-handler-1.1.jar.tmp
 
b/solr/core/src/test-files/solr/question-answer-repository/question-answer-request-handler-1.1.jar.tmp
index 436b0f3..d5c053a 100644
Binary files 
a/solr/core/src/test-files/solr/question-answer-repository/question-answer-request-handler-1.1.jar.tmp
 and 
b/solr/core/src/test-files/solr/question-answer-repository/question-answer-request-handler-1.1.jar.tmp
 differ
diff --git 
a/solr/core/src/test-files/solr/question-answer-repository/repository.json 
b/solr/core/src/test-files/solr/question-answer-repository/repository.json
index c4c457a..05fad90 100644
--- a/solr/core/src/test-files/solr/question-answer-repository/repository.json
+++ b/solr/core/src/test-files/solr/question-answer-repository/repository.json
@@ -46,7 +46,7 @@
         "artifacts": [
           {
             "url": "question-answer-request-handler-1.1.jar.tmp",
-            "sig": 
"qdNsVe5G8clkBDQwcX2MViA1XU6bhqEwFCPiqPxot7YQw5oj/pFvDPkzWaVa6rNbUzK3WUBbhV5TedhF7hZMOQ=="
+            "sig": 
"2PBHV2xBqd+teFpSY322lviCrr6EXB7g1Q7UAZcNsr2qzR+w+sPSyfV4YYeHKHYbMkyw1YBz11Gw/Fdgd1VIOQ=="
           }
         ]
       }
diff --git 
a/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java 
b/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java
index 9d5a07c..adae9ad 100644
--- a/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java
@@ -39,7 +39,6 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @LogLevel("org.apache=INFO")
[email protected](bugUrl = 
"https://issues.apache.org/jira/browse/SOLR-15902";)
 public class PackageManagerCLITest extends SolrCloudTestCase {
 
   // Note for those who want to modify the jar files used in the packages used 
in this test:

Reply via email to