Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
None
Description
While running tests, i noticed this failure on trunk (which i could not reproduce with the fixed seed)...
<testcase classname="org.apache.solr.cloud.ShardSplitTest" name="testDistribSearch" time="52.907"> <error message="" type="java.lang.NullPointerException">java.lang.NullPointerException at __randomizedtesting.SeedInfo.seed([BC4CAC530EE484CC:3DAA224B79BBE4F0]:0) at org.apache.solr.cloud.ShardSplitTest.logDebugHelp(ShardSplitTest.java:315) at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:224) at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:173) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606)
Attachments
Attachments
Issue Links
- is related to
-
SOLR-7609 ShardSplitTest NPE
- Closed