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

MigrationCommitTest test failures #10346

Closed
mmedenjak opened this issue Apr 14, 2017 · 6 comments · Fixed by #10631
Closed

MigrationCommitTest test failures #10346

mmedenjak opened this issue Apr 14, 2017 · 6 comments · Fixed by #10631
Assignees
Labels
Source: Internal PR or issue was opened by an employee Team: Core Type: Test-Failure
Milestone

Comments

@mmedenjak
Copy link
Contributor

https://hazelcast-l337.ci.cloudbees.com/view/Hazelcast/job/Hazelcast-3.x-IbmJDK1.8/560/

com.hazelcast.internal.partition.impl.MigrationCommitTest.shouldEvictCompletedMigrationsWhenAllMembersAckPublishedPartitionTableAfterSuccessfulMigration

java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest$4.run(MigrationCommitTest.java:398)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:976)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:993)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest.shouldEvictCompletedMigrationsWhenAllMembersAckPublishedPartitionTableAfterSuccessfulMigration(MigrationCommitTest.java:395)

com.hazelcast.internal.partition.impl.MigrationCommitTest.shouldCommitMigrationWhenMasterCrashesAfterDestinationCommit

java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest$2.run(MigrationCommitTest.java:243)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:976)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:993)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest.shouldCommitMigrationWhenMasterCrashesAfterDestinationCommit(MigrationCommitTest.java:239)
@mmedenjak mmedenjak added this to the 3.9 milestone Apr 14, 2017
@metanet metanet self-assigned this Apr 14, 2017
@mmedenjak
Copy link
Contributor Author

Suspicion is slow environment, could be closed by #10343.

@metanet metanet closed this as completed Apr 14, 2017
@Donnerbart
Copy link
Contributor

Failed again in the PR builder:

java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest$2.run(MigrationCommitTest.java:264)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:992)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1009)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest.shouldCommitMigrationWhenMasterCrashesAfterDestinationCommit(MigrationCommitTest.java:260)

https://hazelcast-l337.ci.cloudbees.com/job/new-lab-fast-pr/8405/testReport/junit/com.hazelcast.internal.partition.impl/MigrationCommitTest/shouldCommitMigrationWhenMasterCrashesAfterDestinationCommit/

@Donnerbart Donnerbart reopened this Apr 19, 2017
@Donnerbart
Copy link
Contributor

java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest$2.run(MigrationCommitTest.java:264)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:992)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1009)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest.shouldCommitMigrationWhenMasterCrashesAfterDestinationCommit(MigrationCommitTest.java:260)

https://hazelcast-l337.ci.cloudbees.com/job/new-lab-fast-pr/8510/testReport/junit/com.hazelcast.internal.partition.impl/MigrationCommitTest/shouldCommitMigrationWhenMasterCrashesAfterDestinationCommit/

@mmedenjak
Copy link
Contributor Author

java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest$4.run(MigrationCommitTest.java:448)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:992)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1009)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest.shouldEvictCompletedMigrationsWhenAllMembersAckPublishedPartitionTableAfterSuccessfulMigration(MigrationCommitTest.java:445)

https://hazelcast-l337.ci.cloudbees.com/view/Hazelcast/job/Hazelcast-3.x-IbmJDK1.7/1269/

@Donnerbart
Copy link
Contributor

java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest$4.run(MigrationCommitTest.java:422)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1037)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1054)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest.shouldEvictCompletedMigrationsWhenAllMembersAckPublishedPartitionTableAfterSuccessfulMigration(MigrationCommitTest.java:419)

https://hazelcast-l337.ci.cloudbees.com/job/new-lab-fast-pr/8896/testReport/junit/com.hazelcast.internal.partition.impl/MigrationCommitTest/shouldEvictCompletedMigrationsWhenAllMembersAckPublishedPartitionTableAfterSuccessfulMigration/

@hasancelik
Copy link
Contributor

shouldEvictCompletedMigrationsWhenAllMembersAckPublishedPartitionTableAfterSuccessfulMigration

java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest$4.run(MigrationCommitTest.java:422)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1037)
	at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1054)
	at com.hazelcast.internal.partition.impl.MigrationCommitTest.shouldEvictCompletedMigrationsWhenAllMembersAckPublishedPartitionTableAfterSuccessfulMigration(MigrationCommitTest.java:419)

https://hazelcast-l337.ci.cloudbees.com/view/Hazelcast/job/Hazelcast-3.x-freestyle/512/testReport/junit/com.hazelcast.internal.partition.impl/MigrationCommitTest/shouldEvictCompletedMigrationsWhenAllMembersAckPublishedPartitionTableAfterSuccessfulMigration/

metanet added a commit to metanet/hazelcast that referenced this issue May 22, 2017
* Hold the migrations until all nodes join so that there will be no retries / failed migrations etc.

Fixes hazelcast#10346
Fixes hazelcast#10626
Fixes hazelcast#10625
metanet added a commit to metanet/hazelcast that referenced this issue May 22, 2017
* Hold the migrations until all nodes join so that there will be no retries / failed migrations etc.

Fixes hazelcast#10346
Fixes hazelcast#10626
Fixes hazelcast#10625
@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.

4 participants