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

JdtTextTestSuite PluginsNotLoadedTest.pluginsNotLoaded fails intermittently #1754

Open
BoykoAlex opened this issue Oct 30, 2024 · 0 comments

Comments

@BoykoAlex
Copy link

BoykoAlex commented Oct 30, 2024

The test PluginsNotLoadedTest.pluginsNotLoaded fails intermittently with the stack trace:

java.lang.AssertionError: 
Wrong bundles loaded:
- org.eclipse.jdt.junit
 expected:<0> but was:<24>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.eclipse.jdt.text.tests.PluginsNotLoadedTest.pluginsNotLoaded(PluginsNotLoadedTest.java:278)

Something must have changed in the platform to cause this test to fail.

PRs might be blamed for this issue while they have nothing to do with it.

See:
#1747
#1741
#1707 (looks like MD file change)

All have the same test failure

Last of all I've created a dumb PR changing the date in the license header - the same test has failed: #1753

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

No branches or pull requests

1 participant