We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a387c31 commit c383872Copy full SHA for c383872
test/onyx/plugin/http_output_test.clj
@@ -63,11 +63,11 @@
63
attempt (get @req-count id 0)]
64
65
(cond
66
- (and (= id "b=2") (< attempt 2))
67
- (do
68
- (swap! req-count update id (fnil inc 0))
69
- {:body "retry"
70
- :status 500})
+ ; (and (= id "b=2") (< attempt 2))
+ ; (do
+ ; (swap! req-count update id (fnil inc 0))
+ ; {:body "retry"
+ ; :status 500})
71
72
(= id "c=3")
73
{:body "fail"
0 commit comments