[shrinkwrap-issues] [JBoss JIRA] (SHRINKWRAP-441) FileStoreTestCase failure

Jan Roman (JIRA) jira-events at lists.jboss.org
Thu Feb 14 06:18:56 EST 2013


    [ https://issues.jboss.org/browse/SHRINKWRAP-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754101#comment-12754101 ] 

Jan Roman commented on SHRINKWRAP-441:
--------------------------------------

I posted stockoverflow question to better understand why this happens: http://stackoverflow.com/questions/14865831/junit-class-path-and-contextclassloader-inconsistency-or-my-misunderstanding

                
> FileStoreTestCase failure
> -------------------------
>
>                 Key: SHRINKWRAP-441
>                 URL: https://issues.jboss.org/browse/SHRINKWRAP-441
>             Project: ShrinkWrap
>          Issue Type: Bug
>         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 08:44:56+0000)
> Maven home: C:\java\software\apache-maven-3.0.4\bin\..
> Java version: 1.7.0_13, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_13\jre
> Default locale: en_GB, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
> Windows 7 Profesional 64 bit. Java: Oracle JDK 7u13 64 bit
>            Reporter: Jan Roman
>            Assignee: Michal Matloka
>
> Test is failing causing whole build to fail. 
> Run: mvn install
> I am getting:
> Running org.jboss.shrinkwrap.impl.nio.file.FileStoreTestCase
> Tests run: 14, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.199 sec <<< FAILURE!
> (...)
> Tests in error:
>   usedSpace(org.jboss.shrinkwrap.impl.nio.file.FileStoreTestCase)
> which causes:
> [INFO] ShrinkWrap NIO.2 Implementation ................... FAILURE [3.465s]
> running maven with -X gets a bit more information:
> Forking command line: cmd.exe /X /C ""C:\Program Files\Java\jdk1.7.0_13\jre\bin\java" -XX:-UseSplitVerifier -jar C:\java\jbossContrib\shrinkwrap\impl-nio2\target\surefire\surefirebooter5511466650885380015.jar C:\java\jbossContrib\shrinkwrap\impl-nio2\target\surefire\surefire1512637945828983343tmp C:\java\jbossContrib\shrinkwrap\impl-nio2\target\surefire\surefire3374467175783166650tmp"
> Running org.jboss.shrinkwrap.impl.nio.file.FileStoreTestCase
> Tests run: 14, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.199 sec <<< FAILURE!
> When I run build with sipping unit tests, it finished with success:
> mvn install -Dmaven.test.skip=true
> I am trying to build latest source code from git repo on master branch
> I will try to further investigate this problem

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list