I can't reproduce that failure even with the seed. I don't think it's a blocker and we should be good to go.
@Noble: Considering you have a better grip on this test, can you confirm ? I think we should track this in a JIRA. Perhaps just an epic with sub-tasks about failing tests is what we need right now to get a grip on the tests situation. On Mon, May 2, 2016 at 8:07 AM, Shai Erera <[email protected]> wrote: > When I ran the smoke tester for the first time, I encountered this test > failure: > > [junit4] Suite: org.apache.solr.security.TestPKIAuthenticationPlugin > [junit4] 2> Creating dataDir: > /tmp/smoke_lucene_5.5.1_c08f17bca0d9cbf516874d13d221ab100e5b7d58_3/unpack/solr-5.5.1/solr/build/solr-core/test/J3/temp/solr.security.TestPKIAuthenticationPlugin_4643E7DFA3C28AD5-001/init-core-data-001 > [junit4] 2> 48028 INFO > (SUITE-TestPKIAuthenticationPlugin-seed#[4643E7DFA3C28AD5]-worker) [ ] > o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) > [junit4] 2> 48031 INFO > (TEST-TestPKIAuthenticationPlugin.test-seed#[4643E7DFA3C28AD5]) [ ] > o.a.s.SolrTestCaseJ4 ###Starting test > [junit4] 2> 48323 ERROR > (TEST-TestPKIAuthenticationPlugin.test-seed#[4643E7DFA3C28AD5]) [ ] > o.a.s.s.PKIAuthenticationPlugin No SolrAuth header present > [junit4] 2> 48377 ERROR > (TEST-TestPKIAuthenticationPlugin.test-seed#[4643E7DFA3C28AD5]) [ ] > o.a.s.s.PKIAuthenticationPlugin Invalid key > [junit4] 2> 48377 INFO > (TEST-TestPKIAuthenticationPlugin.test-seed#[4643E7DFA3C28AD5]) [ ] > o.a.s.SolrTestCaseJ4 ###Ending test > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestPKIAuthenticationPlugin -Dtests.method=test > -Dtests.seed=4643E7DFA3C28AD5 -Dtests.locale=ja-JP > -Dtests.timezone=Australia/Lindeman -Dtests.asserts=true > -Dtests.file.encoding=US-ASCII > [junit4] ERROR 0.35s J3 | TestPKIAuthenticationPlugin.test <<< > [junit4] > Throwable #1: java.lang.NullPointerException > [junit4] > at > __randomizedtesting.SeedInfo.seed([4643E7DFA3C28AD5:CE17D8050D3EE72D]:0) > [junit4] > at > org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:156) > [junit4] > at java.lang.Thread.run(Thread.java:745) > [junit4] 2> 48379 INFO > (SUITE-TestPKIAuthenticationPlugin-seed#[4643E7DFA3C28AD5]-worker) [ ] > o.a.s.SolrTestCaseJ4 ###deleteCore > [junit4] 2> NOTE: leaving temporary files on disk at: > /tmp/smoke_lucene_5.5.1_c08f17bca0d9cbf516874d13d221ab100e5b7d58_3/unpack/solr-5.5.1/solr/build/solr-core/test/J3/temp/solr.security.TestPKIAuthenticationPlugin_4643E7DFA3C28AD5-001 > [junit4] 2> NOTE: test params are: codec=Asserting(Lucene54): {}, > docValues:{}, sim=DefaultSimilarity, locale=ja-JP, > timezone=Australia/Lindeman > [junit4] 2> NOTE: Linux 4.2.0-30-generic amd64/Oracle Corporation 1.7.0_80 > (64-bit)/cpus=8,threads=1,free=161219560,total=432537600 > [junit4] 2> NOTE: All tests run in this JVM: [TestAtomicUpdateErrorCases, > TestDefaultStatsCache, TestFiltering, PluginInfoTest, > HdfsWriteToMultipleCollectionsTest, DistributedFacetPivotSmallAdvancedTest, > ConnectionManagerTest, TestJoin, ShardRoutingTest, > WrapperMergePolicyFactoryTest, IndexSchemaRuntimeFieldTest, > TestClassNameShortening, SimpleCollectionCreateDeleteTest, > TestManagedResource, BigEndianAscendingWordDeserializerTest, > HdfsRestartWhileUpdatingTest, TestSolrDeletionPolicy1, TestConfigReload, > TestSolrJ, TestIndexingPerformance, TestInitQParser, > AlternateDirectoryTest, TestConfigOverlay, TestCSVResponseWriter, > SpatialRPTFieldTypeTest, SolrIndexSplitterTest, DistributedVersionInfoTest, > TestSmileRequest, TestPKIAuthenticationPlugin] > > Second time it passed. I didn't have time to dig into the failure, so I > can't tell if it should hold off the release. What do you think? > > Shai > > On Sun, May 1, 2016 at 12:26 AM Anshum Gupta <[email protected]> > wrote: > >> Please vote for the RC1 release candidate for Lucene/Solr 5.5.1. >> >> Artifacts: >> >> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.5.1-RC1-revc08f17bca0d9cbf516874d13d221ab100e5b7d58 >> >> Smoke tester: >> >> python3 -u dev-tools/scripts/smokeTestRelease.py >> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.5.1-RC1-revc08f17bca0d9cbf516874d13d221ab100e5b7d58 >> >> >> Here's my +1: >> >> SUCCESS! [0:26:44.452268] >> >> >> -- >> Anshum Gupta >> > -- Anshum Gupta
