@Test
public void test_timeout() {
final DbBatch source = new DbBatch();
RowBatch rowBatch = new RowBatch();
Identity identity = new Identity();
identity.setChannelId(100L);
identity.setPipelineId(100L);
identity.setProcessId(100L);
rowBatch.setIdentity(identity);
source.setRowBatch(rowBatch);
final RowDataRpcPipe pipe = new RowDataRpcPipe();
pipe.setTimeout(1 * 1000L);// 1s后超时