Running Infinispan remote test tests we have the following log:
{code} WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/fercoli/code/hibernate-ogm/infinispan-remote/target/surefire-reports/2018-05-14T13-05-05_705-jvmRun1.dumpstream {code}
Probably it depends on the way we start the server for test tests in class *RemoteHotRodServerRule*. We probably need should avoid to run the server instance not in-VM (in the same VM) .
|
|