File tree 1 file changed +4
-4
lines changed
src/practitest_firecracker 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
; ; ===========================================================================
15
15
; ; api version
16
- (def ^:const fc-version " 2.0.4 " )
16
+ (def ^:const fc-version " 2.0.6 " )
17
17
18
18
; ; ===========================================================================
19
19
; ; utils
73
73
429 (do
74
74
(log/warnf " API rate limit reached, waiting for %s seconds" backoff-timeout)
75
75
(Thread/sleep (* backoff-timeout 1000 ))
76
- (recur results (dec attempts) uri params))
76
+ (recur results uri (dec attempts) params))
77
77
200 (let [data (:data body)]
78
78
(recur (vec
79
79
(if (sequential? data)
492
492
additional-run-fields (eval-additional-fields run (:additional-run-fields options))
493
493
additional-run-fields (merge additional-run-fields (:system-fields additional-run-fields))
494
494
run (sf-test-run->run-def additional-run-fields (get tst 1 ))]
495
- {:instance-id (:id instance)
495
+ {:instance-id (:id instance)
496
496
:attributes run
497
- :steps run-steps}))))))
497
+ :steps run-steps}))))))
498
498
499
499
(defn find-sf-testset [client [project-id display-action-logs] options testset-name]
500
500
(let [testset (ll-find-testset client [project-id display-action-logs] testset-name)]
You can’t perform that action at this time.
0 commit comments