This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-28
Channels
- # aws (1)
- # babashka (113)
- # beginners (41)
- # cider (9)
- # cljdoc (15)
- # cljs-dev (8)
- # cljsrn (5)
- # clojure (113)
- # clojure-australia (4)
- # clojure-europe (40)
- # clojure-nl (8)
- # clojure-taiwan (1)
- # clojure-uk (60)
- # clojurescript (59)
- # code-reviews (2)
- # conjure (1)
- # datahike (12)
- # events (1)
- # jobs (1)
- # kaocha (4)
- # lsp (24)
- # luminus (19)
- # malli (4)
- # off-topic (28)
- # pathom (10)
- # philosophy (1)
- # portal (6)
- # re-frame (3)
- # reagent (9)
- # remote-jobs (1)
- # shadow-cljs (31)
- # sql (24)
- # tools-deps (6)
- # xtdb (14)
Hi there, I have nocide the following when I launch a test suite from the command line...One run does:
$ make test-unit-watch
clojure -M:test -m kaocha.runner unit --watch
WARNING: No tests found with metadata key :stress. Ignoring --focus-meta :stress.
WARNING: No tests found with metadata key :stress. Ignoring --focus-meta :stress.
Test Plan
| :kaocha.testable/id |
|---------------------|
| :unit |
| :stress |
| :database |
| :integration |
While a second skips the tests:
$ make test-unit-watch
clojure -M:test -m kaocha.runner unit --watch
WARNING: No tests found with metadata key :stress. Ignoring --focus-meta :stress.
WARNING: No tests found with metadata key :stress. Ignoring --focus-meta :stress.
Test Plan
| :kaocha.testable/type | :kaocha.testable/skip | :kaocha.testable/id |
|---------------------------+-----------------------+---------------------|
| :kaocha.type/clojure.test | true | :database |
| :kaocha.type/clojure.test | true | :integration |
| :kaocha.type/clojure.test | | :unit |
| :kaocha.type/clojure.test | true | :stress |
cannot reproduce this consistently but the cmd line command never changes
there might be a bug with focus-meta
and skip-meta
...
I get different behavior if I add focus-meta
:unit
yeah this is very intermittent and CI is failing now every now and then