sdedic opened a new pull request, #7227:
URL: https://github.com/apache/netbeans/pull/7227

   Maven module attempts to find the included Maven libraries using 
`InstalledFilesLocator` which wasn't found, so maven home == null causing NPEs 
and broken classpath.
   
   The testsuite might work occasionally, as if the Artifact tests, which 
contain this setup already, or other test that downloads Micronaut libraries to 
local repository runs BEFORE the completion tests, Maven priming is skipped as 
all necessary poms are available and the project loads smoothly. If the tests 
are ordered "incorrectly", maven priming fails and fail the completion tests.
   
   I have moved the setup to a common test base.
   
   @mbien this is the cause of failing tests i 
https://github.com/apache/netbeans/actions/runs/8444656505/job/23130853755#step:6:1262
   


-- 
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

Reply via email to