diff options
| author | Ivar Refsdal <ivar.refsdal@nsd.no> | 2021-09-24 11:01:48 +0200 |
|---|---|---|
| committer | Ivar Refsdal <ivar.refsdal@nsd.no> | 2021-09-24 11:01:48 +0200 |
| commit | 951831f14b4a14e3e7b36dd18f118d6e7404d72e (patch) | |
| tree | 0820cbae762ffa061342800ef2ca37f0c044d639 /test/com/github/ivarref/yoltq | |
| parent | Support :depends-on on queue level (diff) | |
| download | fiinha-951831f14b4a14e3e7b36dd18f118d6e7404d72e.tar.gz fiinha-951831f14b4a14e3e7b36dd18f118d6e7404d72e.tar.xz | |
Clean test output
Diffstat (limited to 'test/com/github/ivarref/yoltq')
| -rw-r--r-- | test/com/github/ivarref/yoltq/virtual_test.clj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/com/github/ivarref/yoltq/virtual_test.clj b/test/com/github/ivarref/yoltq/virtual_test.clj index 3f7365f..8f7b454 100644 --- a/test/com/github/ivarref/yoltq/virtual_test.clj +++ b/test/com/github/ivarref/yoltq/virtual_test.clj @@ -186,8 +186,9 @@ (tq/put! :q {:work 123}) (is (some? (:exception (tq/run-one-report-queue!)))) - (dotimes [_ 20] - (tq/run-queue-once! :q :error)) + (timbre/with-level :fatal + (dotimes [_ 20] + (tq/run-queue-once! :q :error))) (is (= 4 @call-count)))) |
