[
https://issues.apache.org/jira/browse/GEODE-7103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910666#comment-16910666
]
ASF subversion and git services commented on GEODE-7103:
--------------------------------------------------------
Commit d935f7667548f65d271c1114865e081d669669f1 in geode's branch
refs/heads/feature/GEODE-7103 from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d935f76 ]
GEODE-7103:CI Failure:
org.apache.geode.internal.cache.PartitionedRegionCreationJUnitTest
replaced while-loops with await() or with a timeout
replaced static variables with instance variables
added tearDown to close the static cache held in
PartitionedRegionTestHelper and shut down region-creation threads
removed requirement to run tests in alphabetical order
> CI Failure:
> org.apache.geode.internal.cache.PartitionedRegionCreationJUnitTest
> test000PartitionedRegionCreate hang
> ------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-7103
> URL: https://issues.apache.org/jira/browse/GEODE-7103
> Project: Geode
> Issue Type: Bug
> Components: tests
> Reporter: Bruce Schuchardt
> Assignee: Bruce Schuchardt
> Priority: Major
>
> This test hung in an integration-test pipeline task. The test has a lot of
> while-loops that have no timeouts. Since the run timed out we have no good
> artifacts.
>
> {noformat}
> "Test worker" #27 prio=5 os_prio=0 cpu=3696.49ms elapsed=1187.94s
> tid=0x00007fa200af8800 nid=0x1a in Object.wait() [0x00007fa1d012c000]"Test
> worker" #27 prio=5 os_prio=0 cpu=3696.49ms elapsed=1187.94s
> tid=0x00007fa200af8800 nid=0x1a in Object.wait() [0x00007fa1d012c000]
> java.lang.Thread.State: WAITING (on object monitor) at
> java.lang.Object.wait([email protected]/Native Method) - waiting on
> <0x00000000d0570f78> (a java.lang.Object) at
> java.lang.Object.wait([email protected]/Object.java:328) at
> org.apache.geode.internal.cache.PartitionedRegionCreationJUnitTest.createMultiplePartitionedRegions(PartitionedRegionCreationJUnitTest.java:402)
> - waiting to re-lock in wait() <0x00000000d0570f78> (a java.lang.Object) at
> org.apache.geode.internal.cache.PartitionedRegionCreationJUnitTest.test000PartitionedRegionCreate(PartitionedRegionCreationJUnitTest.java:109)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)