Displaying 1 result from an estimated 1 matches for "servereval".
Did you mean:
serveral
2011 Mar 09
0
java+R+serverEval failed+request status: control pipe to master process is closed/broken
...ut.println("* Test control commands (this will fail if control commands are disabled) ...");
System.out.println(" server eval");
String key = "rn" + Math.random(); // generate a random number to prevent contamination from previous tests
c.serverEval("xXx<-'" + key + "'");
c.close();
c = new RConnection();
REXP x = c.eval("xXx");
if (x == null || !x.isString() || x.length() != 1 || !x.asString().equals(key))
throw new TestException("control eval test failed - assignment was not persi...