@Test
public void appendMultiThreadedTest() throws Exception
{
IFileSystem fs = new MultiThreadedFileSystem(Constants.ROOT_PATH);
fs.create(0);
fs.open();
Block[] blocks = new Block[NUM_OF_BLOCKS_TO_APPEND];
String testStr = "<test> <content> Hello world! </content> </test>";