assertTrue(raidFs.exists(new Path(destPath, "file0")));
assertTrue(raidFs.exists(srcParityPath));
// rename the left files
assertTrue(raidFs.rename(files[1], new Path(destPath, "file1")));
assertTrue(raidFs.rename(files[2], new Path(destPath, "file2")));
assertFalse(raidFs.exists(srcParityPath));
Path newParityPath = new Path(codec.parityDirectory,
"user/dikang/raidtest_new");
assertTrue(raidFs.exists(newParityPath));