petrovic-d opened a new pull request, #7979: URL: https://github.com/apache/netbeans/pull/7979
New action for running tests in parallel. It can be invoked via command: `nbls.run.test.parallel` Command support specifying modules for which tests will be ran in parallel. It's up to client to pass the module list, so by default it will run without passed modules. To test it with module list, it needs to be modified like this: in `java/java.lsp.server/vscode/src/extension.ts` file modify line `835` to: `testAdapter?.run(new vscode.TestRunRequest(), new vscode.CancellationTokenSource().token, true, ["module1", "module2"]);` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
