Skip to content

Commit 0c0f17e

Browse files
committed
Test cleanup: Safer server stopping.
Stop Remote Server keyword is guaranteed to stop the server. Terminating the process wasn't enough on Windows with jython.bat -- just the batch process was terminated but java.exe with the server left running.
1 parent a3c8fad commit 0c0f17e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

atest/tests/resource.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ Set Pythonpath
3737

3838
Stop Remote Library
3939
[Arguments] ${library}=${NONE}
40-
${result} = Terminate Process handle=${library}
40+
Stop Remote Server
41+
${result} = Wait For Process ${library} 10s terminate
4142
Log ${result.stdout}

0 commit comments

Comments
 (0)