Skip to content

Commit

Permalink
feat: Wait for server to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
bakjos committed Apr 2, 2024
1 parent 94b2550 commit 39c185f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e_test/udf/deno_udf.slt
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ pip3 install -r e2e_test/udf/sse/requirements.txt
system ok
python3 e2e_test/udf/sse/sse.py &

# waits for the server to start
sleep 5s

statement ok
CREATE FUNCTION call_sse() RETURNS TABLE ( data struct<data struct<greetings string>>) LANGUAGE javascript RUNTIME deno USING LINK 'fs://e2e_test/udf/sse/bundled.table.js' SYNC;

Expand Down

0 comments on commit 39c185f

Please sign in to comment.