It seems a shutdown hook is not guaranteed to be run after java.lang.Process.destroy(). This method is used by arquillian-container-se during undeploy. See also https://bugs.openjdk.java.net/browse/JDK-8056139, https://bugs.openjdk.java.net/browse/JDK-4485742 and related bugs.
We will probably have to remove the tests. Or at least skip these tests for windows machines.
|