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

org.eclipse.ui.tests.progress.ProgressViewTests.testItemOrder failing on Windows #864

Closed
Shee43 opened this issue May 26, 2023 · 2 comments
Labels
duplicate This issue or pull request already exists test junit test related things

Comments

@Shee43
Copy link
Contributor

Shee43 commented May 26, 2023

In the Build I20230525-0350, the below tests in org.eclipse.ui.tests.progress.ProgressViewTests.testItemOrder failed
on win32

Wrong job order: arrays first differed at element [0]; expected:<1. User Job(1299)> but was:<6. Low Priority Job(1304)>
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)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
@jukzi
Copy link
Contributor

jukzi commented May 30, 2023

Can not reproduce locally. Must be a random fail.

@laeubi laeubi transferred this issue from eclipse-platform/eclipse.platform.text Jun 28, 2023
@jukzi jukzi added the test junit test related things label Nov 28, 2023
@jukzi
Copy link
Contributor

jukzi commented Mar 1, 2024

duplicates #195

@jukzi jukzi added the duplicate This issue or pull request already exists label Mar 1, 2024
@jukzi jukzi closed this as not planned Won't fix, can't repro, duplicate, stale Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists test junit test related things
Projects
None yet
Development

No branches or pull requests

2 participants