This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-05
Channels
- # adventofcode (95)
- # announcements (3)
- # babashka (11)
- # beginners (39)
- # boot (19)
- # bristol-clojurians (1)
- # cider (32)
- # clj-kondo (39)
- # cljsrn (8)
- # clojure (156)
- # clojure-dev (35)
- # clojure-europe (4)
- # clojure-italy (15)
- # clojure-nl (28)
- # clojure-spec (43)
- # clojure-uk (153)
- # clojurescript (168)
- # core-async (13)
- # core-logic (11)
- # cryogen (4)
- # cursive (13)
- # datomic (26)
- # duct (3)
- # emacs (8)
- # fulcro (33)
- # garden (4)
- # graalvm (18)
- # graphql (4)
- # jobs-discuss (2)
- # kaocha (1)
- # leiningen (3)
- # malli (8)
- # off-topic (1)
- # pathom (7)
- # re-frame (21)
- # reagent (3)
- # rewrite-clj (1)
- # schema (4)
- # shadow-cljs (40)
- # sql (2)
- # uncomplicate (3)
Hey, I don't know if this is Cider related or solely related to spacemacs. I wonder if anyone has come across this issue before and how to fix it. Basically, I can't run my clojure tests. There is no test report. Please can someone help or direct me to an appropriate channel. đ https://stackoverflow.com/questions/59191082/spacemacs-test-runner
@cbillowes Hey there! Whatâs the error youâre getting?
I start my rep. Then I focus on a test. It looks like it evaluates the test. Nothing goes green or red to show if the test passed or failed. In the messages buffer it showed that it loaded the test. Ran the test. Then shows the ns and function of the evaluation of the test.
Keep in mind that the test report is displayed in a separate buffer only on failures/errors. Normally you should just get a message in your minibuffer saying that a test has passed.
The test in question is actually supposed to fail. On my Mac I get a test report for all passing tests. Is it different based on distribution or configuration?
I evaluated the buffer, then reran that test. I tried to run all tests now and I still don't get the expected output. Very strange
I am going to try upgrade emacs on fedora. I installed directly from dnf but the version is still on 26.2
(-->
id "32"
op "test"
session "64d5b457-6268-45ac-a3a1-371e9ce61eca"
time-stamp "2019-12-05 12:08:54.849312000"
load? "true"
ns "orchard.apropos-test"
tests ("var-name-test")
)
(<--
id "32"
session "64d5b457-6268-45ac-a3a1-371e9ce61eca"
time-stamp "2019-12-05 12:08:54.872459000"
gen-input nil
results (dict ...)
summary (dict ...)
testing-ns "orchard.apropos-test"
)
Iâm curious what are the responses you get from the nREPL server when youâre running tests.
I need to step out for about an hour now. Do you mind if I reply when I get back. It's closed now đ May I just DM you until we have a resolution which we can post here and on StackOverflow?
You might have to enable this logging if its not active - see https://docs.cider.mx/cider/troubleshooting.html#_missing_nrepl_messages_buffer
How can running code from an uberjar on a production environment be âhot-patchedâ, what happens?