You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2023/01/10 19:27:21 UTC

[GitHub] [jmeter] vlsi commented on pull request #5763: Update Gradle to 7.6 from 7.3

vlsi commented on PR #5763:
URL: https://github.com/apache/jmeter/pull/5763#issuecomment-1377743351

   For some reason, the tests fail with
   
   ```
   FAILURE   0.0sec, org.apache.jmeter.testelement.AbstractTestElementSpec > set all properties as temporary when using a MultiProperty
       java.lang.NoClassDefFoundError: Could not initialize class org.spockframework.mock.runtime.CglibMockFactory$ConstructorFriendlyEnhancer
           at org.spockframework.mock.runtime.CglibMockFactory.createMock(CglibMockFactory.java:24)
           at org.spockframework.mock.runtime.ProxyBasedMockFactory.create(ProxyBasedMockFactory.java:45)
           at org.spockframework.mock.runtime.JavaMockFactory.createInternal(JavaMockFactory.java:58)
           at org.spockframework.mock.runtime.JavaMockFactory.create(JavaMockFactory.java:38)
           at org.spockframework.mock.runtime.CompositeMockFactory.create(CompositeMockFactory.java:44)
           at org.spockframework.lang.SpecInternals.createMock(SpecInternals.java:50)
           at org.spockframework.lang.SpecInternals.createMockImpl(SpecInternals.java:305)
           at org.spockframework.lang.SpecInternals.createMockImpl(SpecInternals.java:295)
           at org.spockframework.lang.SpecInternals.SpyImpl(SpecInternals.java:168)
           at org.apache.jmeter.testelement.AbstractTestElementSpec.set all properties as temporary when using a MultiProperty(AbstractTestElementSpec.groovy:49)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org