mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 00:50:35 +00:00
It's needed for compaction_delete_test dtest.
Otherwise, it will fail with:
Missing directive: partitioner
Fatal configuration error; unable to start. See log for stacktrace.
FAIL
======================================================================
FAIL: compaction_delete_test (compaction_test.TestCompaction_with_SizeTieredCompactionStrategy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/urchin_world/urchin-dtest/compaction_test.py", line 50, in compaction_delete_test
self.assertEqual(numfound, 10)
AssertionError: 0 != 10
Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>