@Test
 public void thriftTest() {
   CommandLineJobInfo jobInfo = createRandom();
   CommandLineJobInfo other = ThriftUtils.fromThrift(ThriftUtils.toThrift(jobInfo));
   checkEquality(jobInfo, other);
 }