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

[performance] AbstractJavaModelTests: avoid needless sleep #3525

Merged

Conversation

jukzi
Copy link
Contributor

@jukzi jukzi commented Jan 6, 2025

getJavaModel().getJavaProjects() will never return the just created project when inside a workspace operation.

JavaSearchScopeTests 39s -> 34s

removes also repeated logging
"Aborted waitForAutoBuild() because running with the workspace rule"

@jukzi jukzi added performance test Work on unit tests, no change of productive code labels Jan 6, 2025
getJavaModel().getJavaProjects() will never return the just created
project when inside a workspace operation.

JavaSearchScopeTests 39s -> 34s

removes also repeated logging
"Aborted waitForAutoBuild() because running with the workspace rule"
@jukzi jukzi force-pushed the AbstractJavaModelTests_avoid_needless_sleep branch from e1b48c7 to bb30325 Compare January 7, 2025 11:28
@jukzi jukzi merged commit 35f1ec8 into eclipse-jdt:master Jan 7, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance test Work on unit tests, no change of productive code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant