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

[Tests] ProgressViewTests.testItemOrder is flaky #195

Open
ktatavarthi opened this issue Jul 7, 2022 · 2 comments
Open

[Tests] ProgressViewTests.testItemOrder is flaky #195

ktatavarthi opened this issue Jul 7, 2022 · 2 comments
Labels
test junit test related things

Comments

@ktatavarthi
Copy link
Member

The testcase org.eclipse.ui.tests.progress.ProgressViewTests.testItemOrder keeps failing randomly in the I-build

This issue is created to track the bug 553430

@ktatavarthi
Copy link
Member Author

This test failed in the I-Build I20220706-1800 on macM1 with the below error

Wrong job order: arrays first differed at element [0]; expected:<1. User Job(1193)> but was:<4. Usual job 2(1196)>

Wrong job order: arrays first differed at element [0]; expected:<1. User Job(1193)> but was:<4. Usual job 2(1196)>
at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:78)
at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:28)
at org.junit.Assert.internalArrayEquals(Assert.java:534)
at org.junit.Assert.assertArrayEquals(Assert.java:285)
at org.eclipse.ui.tests.progress.ProgressViewTests.testItemOrder(ProgressViewTests.java:193) 

@ktatavarthi
Copy link
Member Author

This test failed in the I-Build I20220928-1800 on macM1 with the below error

Wrong job order: arrays first differed at element [0]; expected:<1. User Job(1193)> but was:<4. Usual job 2(1196)>

Wrong job order: arrays first differed at element [0]; expected:<1. User Job(1193)> but was:<4. Usual job 2(1196)>
at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:78)
at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:28)
at org.junit.Assert.internalArrayEquals(Assert.java:534)
at org.junit.Assert.assertArrayEquals(Assert.java:285)
at org.eclipse.ui.tests.progress.ProgressViewTests.testItemOrder(ProgressViewTests.java:193) 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test junit test related things
Projects
None yet
Development

No branches or pull requests

2 participants