Hmmm, I'm getting it to run in IntelliJ. I'm getting a green bar, but
there's also always a stacktrace:
33609 T11 oasc.SolrException.log ERROR java.lang.NullPointerException
at
org.apache.solr.update.DirectUpdateHandler2.getStatistics(DirectUpdateHandler2.java:845)
Here's the offending line:
lst.add("transaction_logs_total_size", ulog.getTotalLogsSize());
Looks like SOLR-5441. It seems like a null test is in order, there's no
guarantee that
the update log will be instantiated, right?
On Thu, Nov 14, 2013 at 5:53 PM, Erick Erickson <[email protected]>wrote:
> Nope, I'm completely wrong.
>
> This is failing no matter what, am I going crazy?
>
> ant -Dtestcase=OpenCloseCoreStressTest test
>
> I'm getting: /Users/Erick/apache/trunk/lucene/common-build.xml:1277: Not
> even a single test was executed (a typo in the filter pattern maybe)?
>
>
>
>
> On Thu, Nov 14, 2013 at 5:43 PM, Erick Erickson
> <[email protected]>wrote:
>
>> OK, maybe I'm off base here, let me check....
>>
>>
>>
>> On Thu, Nov 14, 2013 at 5:39 PM, Adrien Grand <[email protected]> wrote:
>>
>>> On Thu, Nov 14, 2013 at 11:34 PM, Yonik Seeley <[email protected]>
>>> wrote:
>>> > But last I knew, tests annotated with @Slow were still included with
>>> > "ant test". Has this changed?
>>>
>>> We have
>>> <property name="tests.slow" value="true" />
>>> in common-build.xml so tests annotated with @Slow are indeed supposed
>>> to be included when calling `ant test`.
>>>
>>> --
>>> Adrien
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>
>>
>