Github user danielsun1106 commented on the pull request:

    
https://github.com/apache/groovy/commit/a798866fcfd98f7b2cd46e948b37217a8349f609#commitcomment-29728201
  
    Some tests failed. It seems that picocli 3.3.0 is not compatible with 3.2.0
    
    https://travis-ci.org/apache/groovy/jobs/404235362
    ```
    > Task :groovy-cli-picocli:test
    groovy.cli.picocli.CliBuilderTest > testMixedBurstingAndLongOptions FAILED
        junit.framework.AssertionFailedError
            at junit.framework.Assert.fail(Assert.java:55)
            at junit.framework.Assert.assertTrue(Assert.java:22)
            at junit.framework.Assert.assertTrue(Assert.java:31)
            at junit.framework.TestCase.assertTrue(TestCase.java:201)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
            at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:498)
            at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
            at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)
            at 
groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:1554)
            at 
org.codehaus.groovy.runtime.callsite.StaticMetaClassSite.callStatic(StaticMetaClassSite.java:64)
            at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
            at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:197)
            at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:209)
            at 
groovy.cli.picocli.CliBuilderTest.testMixedBurstingAndLongOptions(CliBuilderTest.groovy:526)
    groovy.cli.picocli.CliBuilderTest > 
testLongOptionsRequireDoubleHyphenByDefault FAILED
        junit.framework.AssertionFailedError
            at junit.framework.Assert.fail(Assert.java:55)
            at junit.framework.Assert.assertTrue(Assert.java:22)
            at junit.framework.Assert.assertTrue(Assert.java:31)
            at junit.framework.TestCase.assertTrue(TestCase.java:201)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
            at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:498)
            at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
            at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)
            at 
groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:1554)
            at 
org.codehaus.groovy.runtime.callsite.StaticMetaClassSite.callStatic(StaticMetaClassSite.java:64)
            at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
            at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:197)
            at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:209)
            at 
groovy.cli.picocli.CliBuilderTest.testLongOptionsRequireDoubleHyphenByDefault(CliBuilderTest.groovy:920)
    ```


---

Reply via email to