failed attributes
| status |
attribute |
duration |
| failed |
default.checks.x86_64-linux.packages-busker
|
3m 57s |
busker-0.0.2:
:main "(ns main\n (:require\n [ol.busker :as busker]))\n\n(defn handler\n [req]\n {:status 200\n :headers {\"content-type\" \"text/plain …
busker-0.0.2:
:main "(ns main\n (:require\n [ol.busker :as busker]))\n\n(defn handler\n [req]\n {:status 200\n :headers {\"content-type\" \"text/plain; charset=utf-8\"}\n :body (str \"Hello from Busker over \" (:protocol req) \".\\n\"\n \"Busker can compress this response automatically when the client asks for it.\\n\")})\n\n(def config\n {:entrypoints {:http {:bind \"127.0.0.1:8080\"\n :tls false}}\n :dispatch [{:handler handler}]})\n\n(def server (atom nil))\n\n(defn start!\n []\n (reset! server (busker/start! config))\n nil)\n\n(defn stop!\n []\n (busker/stop! @server)\n (reset! server nil))"}
FAIL in ol.busker.examples-test/examples-layout-test (examples_test.clj:126)
first-server
Expected:
["-m" "main"]
Actual:
-["-m" "main"] +nil
138 tests, 843 assertions, 2 failures.
|
| failed |
default.checks.x86_64-linux.packages-default
|
1m 58s |
busker-0.0.2:
:main "(ns main\n (:require\n [ol.busker :as busker]))\n\n(defn handler\n [req]\n {:status 200\n :headers {\"content-type\" \"text/plain …
busker-0.0.2:
:main "(ns main\n (:require\n [ol.busker :as busker]))\n\n(defn handler\n [req]\n {:status 200\n :headers {\"content-type\" \"text/plain; charset=utf-8\"}\n :body (str \"Hello from Busker over \" (:protocol req) \".\\n\"\n \"Busker can compress this response automatically when the client asks for it.\\n\")})\n\n(def config\n {:entrypoints {:http {:bind \"127.0.0.1:8080\"\n :tls false}}\n :dispatch [{:handler handler}]})\n\n(def server (atom nil))\n\n(defn start!\n []\n (reset! server (busker/start! config))\n nil)\n\n(defn stop!\n []\n (busker/stop! @server)\n (reset! server nil))"}
FAIL in ol.busker.examples-test/examples-layout-test (examples_test.clj:126)
first-server
Expected:
["-m" "main"]
Actual:
-["-m" "main"] +nil
138 tests, 843 assertions, 2 failures.
|