Hi,

This warning occurred on 3.x plugin, not 4.x and 5.x plugins.
Can we ignore it? or will we support 3.x plugin in the first place?
If we could ignore it , this is not a problem.

Regards,
Shinichiro Abe

On 2015/03/13, at 13:26, Mingchun Zhao <[email protected]> wrote:

> Hi there,
> 
> I've got the same warning when testing for
> apache-manifoldcf-solr-3.x-plugin-2.1 as Shinichiro met before.
> The followings are the test results with java1.7 and java1.6.
> 
> ===with java 1.7
> $ uname -a
> Darwin MingchunZhaos-MacBook-Air.local 13.4.0 Darwin Kernel Version
> 13.4.0: Wed Dec 17 19:05:52 PST 2014;
> root:xnu-2422.115.10~1/RELEASE_X86_64 x86_64
> 
> $ pwd
> /Users/mingchunzhao/mcf/apache-manifoldcf-solr-3.x-plugin-2.1
> 
> $ mvn --version
> Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9;
> 2014-02-15T02:37:52+09:00)
> Maven home: /Users/mingchunzhao/dev/apache-maven-3.2.1
> Java version: 1.7.0_55, vendor: Oracle Corporation
> 
> $ mvn package assembly:assembly
> ... ...
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.solr.mcf.ManifoldCFQParserPluginTest
> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
> further details.
> WARNING: test class left thread running:
> Thread[MultiThreadedHttpConnectionManager cleanup,5,main]
> RESOURCE LEAK: test class left 1 thread(s) running
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.678
> sec - in org.apache.solr.mcf.ManifoldCFQParserPluginTest
> ... ...
> 
> 
> ===with java 1.6
> $ pwd
> /Users/mingchunzhao/mcf/apache-manifoldcf-solr-3.x-plugin-2.1
> 
> $ mvn --version
> Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9;
> 2014-02-15T02:37:52+09:00)
> Maven home: /Users/mingchunzhao/dev/apache-maven-3.2.1
> Java version: 1.6.0_65, vendor: Apple Inc.
> 
> $ mvn package assembly:assembly
> ... ...
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.solr.mcf.ManifoldCFQParserPluginTest
> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
> further details.
> WARNING: test class left thread running: Thread[AWT-AppKit,5,main]
> WARNING: test class left thread running: Thread[AWT-Shutdown,5,main]
> WARNING: test class left thread running:
> Thread[MultiThreadedHttpConnectionManager cleanup,5,main]
> RESOURCE LEAK: test class left 3 thread(s) running
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.887
> sec - in org.apache.solr.mcf.ManifoldCFQParserPluginTest
> Running org.apache.solr.mcf.ManifoldCFSCLoadTest
> AWT blocker activation interrupted:
> java.lang.InterruptedException
> at java.lang.Object.wait(Native Method)
> at java.lang.Object.wait(Object.java:485)
> at sun.awt.AWTAutoShutdown.activateBlockerThread(AWTAutoShutdown.java:315)
> at sun.awt.AWTAutoShutdown.setToolkitBusy(AWTAutoShutdown.java:232)
> at sun.awt.AWTAutoShutdown.notifyToolkitThreadBusy(AWTAutoShutdown.java:118)
> Query time (milliseconds) = 12448
> WARNING: test class left thread running: Thread[AWT-Shutdown,5,main]
> RESOURCE LEAK: test class left 1 thread(s) running
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.446
> sec - in org.apache.solr.mcf.ManifoldCFSCLoadTest
> ... ...
> 
> 
> Regards,
> Mingchun
> 
> 2015-03-13 13:03 GMT+09:00 Shinichiro Abe <[email protected]>:
>> Hi,
>> 
>> +1 from me.
>> 
>> checked cpmmit logs.
>> executed mvn package assembly:assembly.
>> 
>> However, I got a mvn test warning for 3.x plugin.
>> Mingchun will report soon.
>> 
>> Thanks,
>> Shinichiro Abe
>> 
>> On 2015/03/10, at 2:04, Karl Wright <[email protected]> wrote:
>> 
>>> Please vote on whether to release the Apache ManifoldCF Plugin for Solr 4.x
>>> 2.1, RC0.
>>> 
>>> This release changes the build to use Maven rather than Ant, and also fixes
>>> a problem with multi-user-domain queries.
>>> 
>>> The artifact can be found at:
>>> 
>>> https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-solr-4.x-plugin-2.1
>>> 
>>> There is also a tag at:
>>> 
>>> https://svn.apache.org/repos/asf/manifoldcf/integration/solr-4.x/tags/release-2.1-RC0
>>> 
>>> Thanks,
>>> Karl
>> 

Reply via email to