Fork me on GitHub
#babashka-sci-dev
<
2023-02-28
>
borkdude22:02:59

It's probably not too great that this flaky test is blocking the docker deploy step

> [tester 7/9] RUN bb -e "(require '[org.httpkit.client :as http]) (when-let [error (:error @(http/get ""))] (throw error))" # JVM http test:
#14 60.15 ----- Error --------------------------------------------------------------------
#14 60.15 Type:     org.httpkit.client.TimeoutException
#14 60.15 Message:  idle timeout: 60000ms
#14 60.15 Location: <expr>:1:107
#14 60.15 
#14 60.15 ----- Context ------------------------------------------------------------------
#14 60.15 1: (require '[org.httpkit.client :as http]) (when-let [error (:error @(http/get ""))] (throw error))
#14 60.15                                                                                                              ^--- idle timeout: 60000ms
#14 60.15 
#14 60.15 ----- Stack trace --------------------------------------------------------------
#14 60.15 user - <expr>:1:107
#14 60.15 user - <expr>:1:42
#14 60.15

borkdude22:02:12

I want to release tomorrow first thing, I might just disable that one

borkdude22:02:40

I'm just swapping out http://httpsta.us for http://clojure.org in the tests for now. The former has been flaky lately

1
borkdude23:02:29

Fun:

Login Succeeded
tar (child): /tmp/release/babashka-1.2.174\n-linux-amd64.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
Where's that newline coming from

borkdude23:02:29

oh I got it, the newline was added in the versino file

borkdude23:02:14

fixing the script