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