docker-maven icon indicating copy to clipboard operation
docker-maven copied to clipboard

test: bump surefire to 3.x

Open carlossg opened this issue 2 years ago • 3 comments

carlossg avatar Feb 13 '23 12:02 carlossg

in windowsservercore

Error:  Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test (default-test) on project example: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test failed: java.io.IOException: Unable to create temporary directory C:\Users\ContainerAdministrator\AppData\Local\Temp\surefire16553834126865999132 -> [Help 1]

looks like it is running as ContainerAdministrator?

carlossg avatar Feb 13 '23 14:02 carlossg

I tried this locally and was not seeing the same failures as are being seen here on GH. Let me back out my other changes for the admin check and start fresh from this PR.

slide avatar Feb 15 '23 15:02 slide

I checked out the surefire3 branch that this PR is based on and it runs correctly for me (except the settings.xml test which fails, if I add $stdout = $stdout.Trim() it passes though).

slide avatar Feb 16 '23 13:02 slide