Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.3.0, 3.0.0-alpha1
-
None
-
None
Description
I'm running hadoop unit tests on a Ubuntu 12.04 64 bit virtual machine, every time I try to run all unit tests with command "mvn test", the TestIPC unit test will fail, the console will show "The forked VM terminated without saying properly goodbye. VM crash or System.exit called?"
To reproduce:
$cd hadoop-common-project/hadoop-common
$mvn clean install -Pdist -DskipTests
$mvn test -Pdist -Dtest=TestIPC
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-9916 Race condition in ipc.Client causes TestIPC timeout
- Closed