[ https://issues.apache.org/jira/browse/GEODE-9062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Owen Nichols closed GEODE-9062. ------------------------------- > DataSerializableJUnitTest fails in StressTest task > -------------------------------------------------- > > Key: GEODE-9062 > URL: https://issues.apache.org/jira/browse/GEODE-9062 > Project: Geode > Issue Type: Bug > Reporter: Alberto Bustamante Reyes > Assignee: Alberto Bustamante Reyes > Priority: Major > Labels: pull-request-available, testing > Fix For: 1.15.0 > > > DataSerializableJUnitTest is failing if executed using the "repeatUnitTest" > gradle task. I dont know what is causing this failure, but I got the error > when verifying a PR ( [https://concourse.apachegeode-ci.info/builds/17155] ) > and I realized it is failing in develop branch too. > {code} > ~/git/apache/geode (develop) $ ./gradlew geode-core:repeatUnitTest > --tests=DataSerializableJUnitTest > ... > org.apache.geode.internal.DataSerializableJUnitTest > testUDDS2 FAILED > java.lang.AssertionError > at org.junit.Assert.fail(Assert.java:87) > at org.junit.Assert.assertTrue(Assert.java:42) > at org.junit.Assert.assertFalse(Assert.java:65) > at org.junit.Assert.assertFalse(Assert.java:75) > at > org.apache.geode.internal.DataSerializableJUnitTest.testUDDS2(DataSerializableJUnitTest.java:2284) > org.apache.geode.internal.DataSerializableJUnitTest > testUDDS4 FAILED > java.lang.AssertionError > at org.junit.Assert.fail(Assert.java:87) > at org.junit.Assert.assertTrue(Assert.java:42) > at org.junit.Assert.assertFalse(Assert.java:65) > at org.junit.Assert.assertFalse(Assert.java:75) > at > org.apache.geode.internal.DataSerializableJUnitTest.testUDDS4(DataSerializableJUnitTest.java:2307) > org.apache.geode.internal.DataSerializableJUnitTest > testSupportedClasses > FAILED > java.lang.AssertionError > at org.junit.Assert.fail(Assert.java:87) > at org.junit.Assert.assertTrue(Assert.java:42) > at org.junit.Assert.assertFalse(Assert.java:65) > at org.junit.Assert.assertFalse(Assert.java:75) > at > org.apache.geode.internal.DataSerializableJUnitTest.testSupportedClasses(DataSerializableJUnitTest.java:2260) > 11100 tests completed, 297 failed, 200 skipped > > Task :geode-core:repeatUnitTest FAILED > > Task :combineReports > All test reports at /home/alb3rtobr/git/apache/geode/build/reports/combined > FAILURE: Build failed with an exception. > * What went wrong: > Execution failed for task ':geode-core:repeatUnitTest'. > > There were failing tests. See the report at: > > file:///home/alb3rtobr/git/apache/geode/geode-core/build/reports/repeatUnitTest/index.html > * Try: > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. Run with --scan to get full insights. > * Get more help at https://help.gradle.org > BUILD FAILED in 1m 8s > 36 actionable tasks: 2 executed, 34 up-to-date > ~/git/apache/geode (develop) $ git log -n 1 > commit a45dbf94de2f35b869a3dd0e1cf945f5282e2fd0 (HEAD -> develop, > origin/develop, origin/HEAD) > Author: Mario Kevo <48509719+mk...@users.noreply.github.com> > Date: Wed Mar 24 10:25:29 2021 +0100 > GEODE-8962: add an option to escape dollar($) character in the query (#6044) > > * GEODE-8962: add an option to escape dollar($) character in the query > {code} > Three tests are failing: testSupportedClasses, testUDDS2 and testUDDS4. -- This message was sent by Atlassian Jira (v8.20.7#820007)