Skip to content

Commit 0c23511

Browse files
author
Andrei Neagu
committed
all required tests added
1 parent 5cae434 commit 0c23511

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/service-library/tests/long_running_interfaces/test_workflow.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,3 @@ async def test_timeout_error_retry_count_zero(server: Server, client: Client):
152152

153153
assert "retry_count" in f"{exec_info.value}"
154154
assert "Input should be greater than 0" in f"{exec_info.value}"
155-
156-
157-
# Figure out how to cause interruption in SERVER & CLIENT code, in order to
158-
# simulate shakyness in the tests
159-
# write something that cancels and restarts the job runtime
160-
161-
# TODO: add the following tests
162-
# start a job and wait for it to finish
163-
# start a job that takes too much time
164-
# start a job that raises an error
165-
# start a job that after 95% of timeout raises an errors x times in a row
166-
# (we can test if it can successfully finish)

0 commit comments

Comments
 (0)