Clear cache collections
This commit is contained in:
parent
a39c13a574
commit
0a386750c3
1 changed files with 4 additions and 2 deletions
|
|
@ -85,8 +85,10 @@
|
||||||
|
|
||||||
(use-fixtures :each (fn [f]
|
(use-fixtures :each (fn [f]
|
||||||
(mc/remove "basic_monger_cache_entries")
|
(mc/remove "basic_monger_cache_entries")
|
||||||
|
(mc/remove "db_aware_monger_cache_entries")
|
||||||
(f)
|
(f)
|
||||||
(mc/remove "basic_monger_cache_entries")))
|
(mc/remove "basic_monger_cache_entries")
|
||||||
|
(mc/remove "db_aware_monger_cache_entries")))
|
||||||
|
|
||||||
|
|
||||||
(deftest ^{:cache true}
|
(deftest ^{:cache true}
|
||||||
|
|
@ -143,7 +145,7 @@
|
||||||
|
|
||||||
|
|
||||||
(deftest ^{:cache true}
|
(deftest ^{:cache true}
|
||||||
test-lookup-with-basic-moger-cache
|
test-lookup-with-db-aware-moger-cache
|
||||||
(testing "that lookup returns nil for misses"
|
(testing "that lookup returns nil for misses"
|
||||||
(let [db (mg/get-db "altcache")
|
(let [db (mg/get-db "altcache")
|
||||||
coll "db_aware_monger_cache_entries"
|
coll "db_aware_monger_cache_entries"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue