added failing unit test
This commit is contained in:
parent
94029c7f6c
commit
d337cd1546
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
||||||
(mc/ensure-index db collection (array-map "language" 1))
|
(mc/ensure-index db collection (array-map "language" 1))
|
||||||
(mc/drop-indexes db collection)
|
(mc/drop-indexes db collection)
|
||||||
(mc/ensure-index db collection (array-map "language" 1) {:unique true})
|
(mc/ensure-index db collection (array-map "language" 1) {:unique true})
|
||||||
|
(mc/drop-indexes db collection)
|
||||||
|
(mc/ensure-index db collection (array-map "language" 1) "index-name" true)
|
||||||
(mc/drop-indexes db collection)))
|
(mc/drop-indexes db collection)))
|
||||||
|
|
||||||
(deftest ^{:indexing true :time-consuming true} test-ttl-collections
|
(deftest ^{:indexing true :time-consuming true} test-ttl-collections
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue