garydgregory commented on PR #419: URL: https://github.com/apache/commons-beanutils/pull/419#issuecomment-5036216965
Hi @rootvector2 Note that this test is now broken. Please review ASAP. https://github.com/apache/commons-beanutils/actions/runs/29845745287/job/88685774320 ``` [INFO] Running org.apache.commons.beanutils.WrapDynaClassTest Error: Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.031 s <<< FAILURE! -- in org.apache.commons.beanutils.WrapDynaClassTest Error: org.apache.commons.beanutils.WrapDynaClassTest.testConcurrentCreateDynaClassReturnsSameInstance -- Time elapsed: 0.023 s <<< FAILURE! org.opentest4j.AssertionFailedError: createDynaClass returned more than one instance for one key ==> expected: <1> but was: <2> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:563) at org.apache.commons.beanutils.WrapDynaClassTest.testConcurrentCreateDynaClassReturnsSameInstance(WrapDynaClassTest.java:84) at java.lang.reflect.Method.invoke(Method.java:498) at java.util.ArrayList.forEach(ArrayList.java:1259) at java.util.ArrayList.forEach(ArrayList.java:1259) ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
