cassandra/test
Jonathan Ellis 38dc4fe758 add apache license summary to bash and python scripts. patch by johano; reviewed by jbellis for CASSANDRA-206
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/branches/cassandra-0.3@780679 13f79535-47bb-0310-9956-ffa450edef68
2009-06-01 15:25:45 +00:00
..
conf add apache license summary to bash and python scripts. patch by johano; reviewed by jbellis for CASSANDRA-206 2009-06-01 15:25:45 +00:00
system add apache license summary to bash and python scripts. patch by johano; reviewed by jbellis for CASSANDRA-206 2009-06-01 15:25:45 +00:00
unit/org/apache/cassandra OneCompactionTest is failing occasionally because 500 keys per CFS is actually triggering an automatic compaction (since test flush threshold is only 20) and we were doing a non-threadsafe doCompaction for convenience: the failure occurs when our manual compaction begins mid-run of an automatic one, and the automatic deletes the original sstable file first. Fix by (a) dropping the number of keys so that OneCompactionTest lives up to its name (more are tested in "CompactionsTest") and (b) making the compactions call threadsafe by refactoring to allow a threshold parameter to MCM.submit. 2009-05-20 14:40:27 +00:00
cassandra.in.sh add apache license summary to bash and python scripts. patch by johano; reviewed by jbellis for CASSANDRA-206 2009-06-01 15:25:45 +00:00