-
Notifications
You must be signed in to change notification settings - Fork 132
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
When project is imported by Buildship, give a clear message what to do to use test delegation #1726
Comments
HI @andyswe, the error log says:
which I guess it's imported by Buildship, not Gradle Build Server. Is it possible to share the project? |
Thanks for following up. Here is the project: https://github.com/axiomatics/policy-testing-framework It requires credentials to a private Maven in order to pull dependencies and run fully, however i think it can be troubleshooted without these credentials. The Testing activity gives "The test run did not record any output" and then the "Project is not Gradle build server project" in the logs. Expected output, without the correct credentials, would be an error "Credential to Axiomatics repository not set. Please set credentials provided by Axiomatics in file gradle.properties or as environment variables. If you have not received the credentials, contact your Axiomatics support" |
Have you opened this project before? |
The project has been opened before. Now if I tried with a new repo clone, ensured no IntelliJ, VSC or Gradle deamon is runnig, the tests works (run tests via delegation to Gradle) If I open a clone that has been previously run in IntelliJ/VSC/cmd line, it fails again. Log files 2-Build Server for Gradle (Build).log and 3-Build Server for Gradle (Log).log are empty. File 1-Gradle for Java.log contains exceptions about closed pipes. Might be symptoms rather than cause. Previously I have got exceptions about locked files and some file/directory not found, but unable to reproduce these now. |
I think for the clone that you previously opened in vscode, you can try run the command |
Yes, your suggestion works for the previously opened project. Let me know if I can provide any more logs or info in order to troubleshoot and fix this from happening. Or if you have any more info as to why this is happening. |
Thank you for the information. So basically we have two different type of importer for Gradle project, buildship and gradle build server. Only the latter one support the test delegation. If the project is imported by buildship, test delegation cannot be run. So do a re-import and let it be imported by gradle build server makes the trick. I think one follow-up thing I can do is to telling user that the project needs to be reimported to use that feature. Thank you for reporting this issue to us. |
Type: Bug
Used Extension Bisect. Unsure if this is the problematic extension. Symptom. When delegating test to Gradle, the tests do not run:
Aug 23, 2024 10:27:11 AM com.microsoft.java.debug.core.UsageDataSession submitUsageData
INFO: session usage data summary
[Error - 10:27:27 AM] 23 Aug 2024, 10:27:27 Problems occurred when invoking code from plug-in: "org.eclipse.jdt.ls.core".
Project is not a Gradle build server project: demo-domain-alfa-test-framework-installDist
java.lang.IllegalArgumentException: Project is not a Gradle build server project: demo-domain-alfa-test-framework-installDist
at com.microsoft.gradle.bs.importer.handler.GradleDelegateCommandHandler.executeCommand(GradleDelegateCommandHandler.java:40)
at org.eclipse.jdt.ls.core.internal.handlers.WorkspaceExecuteCommandHandler$1.run(WorkspaceExecuteCommandHandler.java:230)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:47)
at org.eclipse.jdt.ls.core.internal.handlers.WorkspaceExecuteCommandHandler.executeCommand(WorkspaceExecuteCommandHandler.java:220)
at org.eclipse.jdt.ls.core.internal.handlers.JDTLanguageServer.lambda$4(JDTLanguageServer.java:606)
at org.eclipse.jdt.ls.core.internal.BaseJDTLanguageServer.lambda$0(BaseJDTLanguageServer.java:87)
at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture$Completion.exec(Unknown Source)
at java.base/java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source)
at java.base/java.util.concurrent.ForkJoinPool.scan(Unknown Source)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2024-08-23 10:27:27.320 [error] Error: Project is not a Gradle build server project: demo-domain-alfa-test-framework-installDist
at c:\Users\andy.vscode\extensions\redhat.java-1.33.0-win32-x64\dist\extension.js:2:1107545
at ie (c:\Users\andy.vscode\extensions\redhat.java-1.33.0-win32-x64\dist\extension.js:2:1107839)
at c:\Users\andy.vscode\extensions\redhat.java-1.33.0-win32-x64\dist\extension.js:2:1102623
at Immediate. (c:\Users\andy.vscode\extensions\redhat.java-1.33.0-win32-x64\dist\extension.js:2:1102643)
at process.processImmediate (node:internal/timers:478:21) java.execute.workspaceCommand {"value":"redhat.java","_lower":"redhat.java"}
Extension version: 0.42.0
VS Code version: Code 1.92.2 (fee1edb8d6d72a0ddff41e5f71a671c23ed924b9, 2024-08-14T17:29:30.058Z)
OS version: Windows_NT x64 10.0.22631
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: