-
Bug
-
Resolution: Done
-
Major
-
18.0.0.Final
-
None
-
-
User Experience
When calling "./mvnw install -DallTests", it gets up to the JMXPropertyEditorsTestCase and fails with this error, "Caused by: java.lang.IllegalStateException: Failed to resolve expression: env.USER"}}}}".
Looking at the source code for the test here, it looks like USER is suppose to be defined by USER_SYS_PROP.
I am not sure what the problem is but I know it is failing somewhere in the above test.
You can see the full log in the in Adopt's test here.