private Long getNid() {
return 1L;
}
});
pipe.setNodeCommmunicationClient(new NodeCommmunicationClient());
RpcPipeKey key = pipe.put(source);
DbBatch target = pipe.get(key);
want.bool(source.getRowBatch().getIdentity().equals(target.getRowBatch().getIdentity())).is(true);// identify相等
}