[GitHub] [lucene-solr] MarcusSorealheis removed a comment on issue #805: SOLR-13649 change the default behavior of the basic authentication plugin.

2019-08-28 Thread GitBox
MarcusSorealheis removed a comment on issue #805: SOLR-13649 change the default 
behavior of the basic authentication plugin.
URL: https://github.com/apache/lucene-solr/pull/805#issuecomment-525944739
 
 
   Ok. Will do. Thank you.
   
   On Wed, Aug 28, 2019 at 3:20 PM Jan Høydahl 
   wrote:
   
   > @MarcusSorealheis  Can you try to
   > address this precommit error:
   >
   > [java] ERROR: Orphan page:
   > 
/Users/janhoy/git/lucene-solr/solr/build/solr-ref-guide/content/major-changes-in-solr-9.adoc
   >
   > All new adoc pages need to be linked into the structure from somewhere.
   > You need to add it to the top of solr-upgrade-notes.adoc. Then simply run 
ant
   > precommit afterwards to verify that it is fixed.
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > 
,
   > or mute the thread
   > 

   > .
   >
   -- 
   Marcus Eagan
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [lucene-solr] MarcusSorealheis removed a comment on issue #805: SOLR-13649 change the default behavior of the basic authentication plugin.

2019-08-19 Thread GitBox
MarcusSorealheis removed a comment on issue #805: SOLR-13649 change the default 
behavior of the basic authentication plugin.
URL: https://github.com/apache/lucene-solr/pull/805#issuecomment-522842360
 
 
   `org.junit.AssumptionViolatedException: Test (or randomization for this 
seed) wants to use SSL, but SSL is known to fail on your JVM: OpenJDK 64-Bit 
Server VM / 11.0.1+13`


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [lucene-solr] MarcusSorealheis removed a comment on issue #805: SOLR-13649 change the default behavior of the basic authentication plugin.

2019-08-19 Thread GitBox
MarcusSorealheis removed a comment on issue #805: SOLR-13649 change the default 
behavior of the basic authentication plugin.
URL: https://github.com/apache/lucene-solr/pull/805#issuecomment-522840559
 
 
   Weird error. Stack trace points to a randomized seed Null Pointer Exception: 
   
   ```
   2660 INFO  
(SUITE-TestSha256AuthenticationProvider-seed#[4304A0AA287F91BC]-worker) [ ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   2725 INFO  
(SUITE-TestSha256AuthenticationProvider-seed#[4304A0AA287F91BC]-worker) [ ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/private/var/folders/zd/mnb2vj0552d3jsxzlw_8s0xwgn/T/solr.security.TestSha256AuthenticationProvider_4304A0AA287F91BC-001/data-dir-1-001
   2842 INFO  
(SUITE-TestSha256AuthenticationProvider-seed#[4304A0AA287F91BC]-worker) [ ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   2897 INFO  
(SUITE-TestSha256AuthenticationProvider-seed#[4304A0AA287F91BC]-worker) [ ] 
o.e.j.u.log Logging initialized @٢٩٥٣ms to org.eclipse.jetty.util.log.Slf4jLog
   2906 INFO  
(SUITE-TestSha256AuthenticationProvider-seed#[4304A0AA287F91BC]-worker) [ ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   2954 INFO  
(TEST-TestSha256AuthenticationProvider.testBasicAuthDeleteFinalUser-seed#[4304A0AA287F91BC])
 [ ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuthDeleteFinalUser
   2987 INFO  
(TEST-TestSha256AuthenticationProvider.testBasicAuthDeleteFinalUser-seed#[4304A0AA287F91BC])
 [ ] o.a.s.SolrTestCaseJ4 ###Ending testBasicAuthDeleteFinalUser
   
   NOTE: reproduce with: ant test  -Dtestcase=TestSha256AuthenticationProvider 
-Dtests.method=testBasicAuthDeleteFinalUser -Dtests.seed=4304A0AA287F91BC 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ar-IL 
-Dtests.timezone=America/North_Dakota/New_Salem -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   
   java.lang.NullPointerException
at 
__randomizedtesting.SeedInfo.seed([4304A0AA287F91BC:A3B766CE07092403]:0)
at 
java.base/java.util.AbstractCollection.containsAll(AbstractCollection.java:324)
at 
org.apache.solr.security.Sha256AuthenticationProvider.edit(Sha256AuthenticationProvider.java:140)
at 
org.apache.solr.security.BasicAuthPlugin.edit(BasicAuthPlugin.java:115)
at 
org.apache.solr.security.TestSha256AuthenticationProvider.testBasicAuthDeleteFinalUser(TestSha256AuthenticationProvider.java:96)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at 
com.carrotsearch.randomizedtesting.RandomizedRunner$11.evaluate(RandomizedRunner.java:1035)
at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)