Skip to content

Commit 259083b

Browse files
committed
[py] Remove redundant wait_for_completion.
The test doesn't need to call wait_for_completion to make sure an HTTP ingest has completed. We now use completion token for this; in fact input_json waits for a completion token when called with `wait=true` (the default). Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>
1 parent 9ecc26d commit 259083b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/tests/runtime/test_udf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ def test_local(self):
272272
}
273273
],
274274
)
275-
pipeline.wait_for_completion()
276275

277276
output = out.to_dict()
278277
assert output == [

0 commit comments

Comments
 (0)