// Create snapshot
ssNode.createSnapshot("second", false); // contains bar (V1), mash
// Move mash, bar to waiting room
assertTrue(wr.moveToWaitingRoom(mash));
assertTrue(wr.moveToWaitingRoom(bar));
// Create bar (V2)
stream = fs.create(bar);
stream.write(0);