File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -771,6 +771,7 @@ def run():
771771 # assert that result tensor exists
772772 ret = con .execute_command ("EXISTS {}" .format (result_tensor_keyname ))
773773 env .assertEqual (ret , 1 )
774+ t .join ()
774775
775776
776777def test_dag_with_timeout (env ):
Original file line number Diff line number Diff line change @@ -229,6 +229,7 @@ def run():
229229 argmax = max (range (len (values )), key = lambda i : values [i ])
230230
231231 env .assertEqual (argmax , 1 )
232+ t .join ()
232233
233234
234235def test_onnx_modelrun_iris (env ):
Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ def run():
284284 exception = e
285285 env .assertEqual (type (exception ), redis .exceptions .ResponseError )
286286 env .assertEqual ("Model did not generate the expected batch size" , exception .__str__ ())
287+ t .join ()
287288
288289
289290
You can’t perform that action at this time.
0 commit comments