babashka-sci-dev

borkdude 2023-02-28T22:06:59.186919Z

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

borkdude 2023-02-28T22:07:12.323569Z

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

borkdude 2023-02-28T22:10:40.494349Z

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

👍🏾 1
borkdude 2023-02-28T23:03:29.294309Z

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

borkdude 2023-02-28T23:04:29.517099Z

oh I got it, the newline was added in the version file, my editor does that

borkdude 2023-02-28T23:07:14.534739Z

fixing the script