[
https://issues.apache.org/jira/browse/GEODE-7103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910776#comment-16910776
]
ASF subversion and git services commented on GEODE-7103:
--------------------------------------------------------
Commit 5c800d51d372692c6faa8a9a4f3c78a9cb182c43 in geode's branch
refs/heads/develop from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5c800d5 ]
GEODE-7103:CI Failure:
org.apache.geode.internal.cache.PartitionedRegionCreationJUnitTest
Squashed commit of the following:
commit d935f7667548f65d271c1114865e081d669669f1
Author: Bruce Schuchardt <[email protected]>
Date: Mon Aug 19 12:02:32 2019 -0700
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
This closes #3945
> 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
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)