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

AnnotateAssistTest1d8.testAnnotateMethod_TypeParameter2 test failed on Mac in the I-build #60

Open
ktatavarthi opened this issue May 20, 2022 · 2 comments
Labels
help wanted Extra attention is needed test junit test related things

Comments

@ktatavarthi
Copy link
Member

The test org.eclipse.jdt.ui.tests.quickfix.AnnotateAssistTest1d8.testAnnotateMethod_TypeParameter2 failed on Mac in the build I20220519-0130, with the below error

at java.base/java.util.Objects.requireNonNull(Objects.java:208)
at java.base/java.util.Arrays$ArrayList.<init>(Arrays.java:4137)
at java.base/java.util.Arrays.asList(Arrays.java:4122)
at org.eclipse.jdt.ui.tests.quickfix.AbstractAnnotateAssistTests.collectAnnotateProposals(AbstractAnnotateAssistTests.java:82)
at org.eclipse.jdt.ui.tests.quickfix.AnnotateAssistTest1d8.testAnnotateMethod_TypeParameter2(AnnotateAssistTest1d8.java:1133)

test results link : I20220519-0130/testresults/html/org.eclipse.jdt.ui.tests_ep424I-unit-mac64-java17_macosx

@jukzi
Copy link
Contributor

jukzi commented Jan 22, 2024

random failed on https://ci.eclipse.org/jdt/job/eclipse.jdt.ui-github/job/PR-1115/1

java.lang.AssertionError: 
Wrong number of proposals, is: 0, expected: 2

	at org.junit.Assert.fail(Assert.java:89)
	at org.eclipse.jdt.ui.tests.quickfix.QuickFixTest.assertNumberOfProposals(QuickFixTest.java:485)
	at org.eclipse.jdt.ui.tests.quickfix.AnnotateAssistTest1d8.testAnnotateMethod_TypeParameter2(AnnotateAssistTest1d8.java:1136)

may relate to #736

@jukzi jukzi added the help wanted Extra attention is needed label Jan 24, 2024
@jukzi jukzi pinned this issue Jan 25, 2024
@jukzi
Copy link
Contributor

jukzi commented Jan 25, 2024

also frequently fails on CI jenkins, for example https://ci.eclipse.org/jdt/job/eclipse.jdt.ui-github/job/PR-1121/3

@jukzi jukzi added the test junit test related things label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed test junit test related things
Projects
None yet
Development

No branches or pull requests

2 participants