mirror of https://github.com/apache/cassandra
add sleep to ColumnFamilyStoreTest to workaround waitForFlush bug. see #59
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@762547 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e027cef72
commit
21f4bd568b
|
|
@ -163,6 +163,7 @@ public class ColumnFamilyStoreTest extends ServerTest
|
|||
}
|
||||
});
|
||||
f.get();
|
||||
Thread.sleep(1000);
|
||||
}
|
||||
|
||||
private void validateNameSort(Table table)
|
||||
|
|
|
|||
Loading…
Reference in New Issue