Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MapLoaderFailoverTest.testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading #6056

Closed
hasancelik opened this issue Aug 26, 2015 · 8 comments · Fixed by #7992 or #6220
Closed

MapLoaderFailoverTest.testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading #6056

hasancelik opened this issue Aug 26, 2015 · 8 comments · Fixed by #7992 or #6220
Assignees
Labels
Source: Internal PR or issue was opened by an employee Team: Core Type: Test-Failure
Milestone

Comments

@hasancelik
Copy link
Contributor

java.lang.AssertionError: Cluster size is not correct expected:<2> but was:<3>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:834)
    at org.junit.Assert.assertEquals(Assert.java:645)
    at com.hazelcast.test.HazelcastTestSupport.assertClusterSize(HazelcastTestSupport.java:662)
    at com.hazelcast.map.mapstore.MapLoaderFailoverTest.testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading(MapLoaderFailoverTest.java:112)

https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/Hazelcast-3.x-IbmJDK1.6/com.hazelcast$hazelcast/655/testReport/junit/com.hazelcast.map.mapstore/MapLoaderFailoverTest/testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading/

@hasancelik hasancelik added this to the 3.6 milestone Aug 26, 2015
@ajermakovics ajermakovics self-assigned this Aug 26, 2015
@hasancelik
Copy link
Contributor Author

org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds
    at java.lang.Object.wait(Native Method)
    at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.pollResponse(InvocationFuture.java:300)
    at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.waitForResponse(InvocationFuture.java:245)
    at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.get(InvocationFuture.java:222)
    at com.hazelcast.util.FutureUtil.executeWithDeadline(FutureUtil.java:294)
    at com.hazelcast.util.FutureUtil.waitWithDeadline(FutureUtil.java:278)
    at com.hazelcast.util.FutureUtil.waitWithDeadline(FutureUtil.java:252)
    at com.hazelcast.map.impl.proxy.MapProxySupport.waitUntilLoaded(MapProxySupport.java:508)
    at com.hazelcast.map.impl.proxy.MapProxyImpl.waitUntilLoaded(MapProxyImpl.java:80)
    at com.hazelcast.map.impl.proxy.MapProxySupport.loadAllInternal(MapProxySupport.java:412)
    at com.hazelcast.map.impl.proxy.MapProxyImpl.loadAll(MapProxyImpl.java:543)
    at com.hazelcast.map.impl.mapstore.MapLoaderFailoverTest.testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading(MapLoaderFailoverTest.java:112)

https://hazelcast-l337.ci.cloudbees.com/view/Hazelcast/job/Hazelcast-3.x-OracleJDK8/com.hazelcast$hazelcast/688/testReport/junit/com.hazelcast.map.impl.mapstore/MapLoaderFailoverTest/testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading/

@hasancelik hasancelik reopened this Jan 18, 2016
@hasancelik hasancelik changed the title [TEST-FAILURE] MapLoaderFailoverTest.testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading MapLoaderFailoverTest.testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading Jan 18, 2016
@enesakar enesakar modified the milestones: 3.6.1, 3.6.2 Feb 26, 2016
@hasancelik
Copy link
Contributor Author

hasancelik commented Apr 15, 2016

java.lang.AssertionError: expected:<2> but was:<1>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:834)
    at org.junit.Assert.assertEquals(Assert.java:645)
    at org.junit.Assert.assertEquals(Assert.java:631)
    at com.hazelcast.map.impl.mapstore.MapLoaderFailoverTest.testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading(MapLoaderFailoverTest.java:113)

https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/Hazelcast-3.x-OracleJDK1.6/com.hazelcast$hazelcast/881/testReport/junit/com.hazelcast.map.impl.mapstore/MapLoaderFailoverTest/testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading/

org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds
    at java.lang.Object.wait(Native Method)
    at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.get(InvocationFuture.java:219)
    at com.hazelcast.util.FutureUtil.executeWithDeadline(FutureUtil.java:294)
    at com.hazelcast.util.FutureUtil.waitWithDeadline(FutureUtil.java:278)
    at com.hazelcast.util.FutureUtil.waitWithDeadline(FutureUtil.java:252)
    at com.hazelcast.map.impl.proxy.MapProxySupport.waitUntilLoaded(MapProxySupport.java:518)
    at com.hazelcast.map.impl.proxy.MapProxyImpl.waitUntilLoaded(MapProxyImpl.java:79)
    at com.hazelcast.map.impl.proxy.MapProxySupport.loadAllInternal(MapProxySupport.java:427)
    at com.hazelcast.map.impl.proxy.MapProxyImpl.loadAll(MapProxyImpl.java:559)
    at com.hazelcast.map.impl.mapstore.MapLoaderFailoverTest.testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading(MapLoaderFailoverTest.java:110)

https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/Hazelcast-3.x-sonar/com.hazelcast$hazelcast/1021/testReport/junit/com.hazelcast.map.impl.mapstore/MapLoaderFailoverTest/testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading/

https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/Hazelcast-3.x-ZuluJDK6/com.hazelcast$hazelcast/175/testReport/junit/com.hazelcast.map.impl.mapstore/MapLoaderFailoverTest/testLoadsAll_whenInitialLoaderNodeRemovedWhileLoading/

@hasancelik hasancelik modified the milestones: 3.6.3, 3.6.2 Apr 15, 2016
@tombujok
Copy link
Contributor

Managed to reproduce with Repeat(1000) on

java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)

@hasancelik
Copy link
Contributor Author

suppressed by 2543fd9

tombujok pushed a commit to tombujok/hazelcast that referenced this issue Apr 21, 2016
tombujok pushed a commit to tombujok/hazelcast that referenced this issue Apr 21, 2016
tombujok added a commit that referenced this issue Apr 27, 2016
@hasancelik
Copy link
Contributor Author

java.lang.AssertionError: expected:<2> but was:<3>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:834)
    at org.junit.Assert.assertEquals(Assert.java:645)
    at org.junit.Assert.assertEquals(Assert.java:631)
    at com.hazelcast.map.impl.mapstore.MapLoaderFailoverTest.testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading(MapLoaderFailoverTest.java:115)

https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/Hazelcast-3.x-IbmJDK1.7/com.hazelcast$hazelcast/1010/testReport/junit/com.hazelcast.map.impl.mapstore/MapLoaderFailoverTest/testLoadsAll_whenInitialLoaderNodeRemovedAfterLoading/

@hasancelik hasancelik reopened this Aug 23, 2016
@hasancelik hasancelik modified the milestones: 3.8, 3.6.3 Aug 23, 2016
@mdogan
Copy link
Contributor

mdogan commented Dec 29, 2016

No failure since Aug 23.

@mdogan mdogan closed this as completed Dec 29, 2016
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source: Internal PR or issue was opened by an employee Team: Core Type: Test-Failure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants