Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ereteog committed Sep 12, 2024
1 parent 78b338e commit 72c017e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ctia/stores/es/init_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
(is (= 2 (get-in config [:settings :number_of_shards])))
(is (= {} (select-keys (:mappings config) [:a :b]))))
(finally
(clean-all conn)
#(es-helpers/clean-es-state! conn (str indexname "*"))
(conn/close conn)))))))))

(deftest update-index-state-test
Expand Down
2 changes: 1 addition & 1 deletion test/ctia/task/migration/store_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
(is (= (+ nb-docs-1 nb-docs-2) (sut/store-size store))
"store size shall return the proper number of documents after second refresh"))
(finally
(es-helpers/clean-es-state! % (str indexname "*"))))))))))
(es-helpers/clean-es-state! conn (str indexname "*"))))))))))

(defn test-query-fetch-batch-events
[{:keys [version] :as conn} services]
Expand Down

0 comments on commit 72c017e

Please sign in to comment.