Smalll documentation, TODOs.
This commit is contained in:
@ -104,7 +104,6 @@ suite "strawboss server":
|
||||
let statusFile = runArtifactsDir & "/status.json"
|
||||
check fileExists(statusFile)
|
||||
|
||||
# TODO
|
||||
# check that the run status is not failed
|
||||
var status = loadBuildStatus(statusFile)
|
||||
check status.state != "failed"
|
||||
@ -122,9 +121,14 @@ suite "strawboss server":
|
||||
let binFile = runArtifactsDir & "/test_project"
|
||||
check existsFile(binFile)
|
||||
|
||||
# TODO
|
||||
test "run a time-consuming build and check the status via the API":
|
||||
check false
|
||||
|
||||
# TODO
|
||||
#test "kick off multiple runs and check the list of active runs via the API":
|
||||
# check false
|
||||
|
||||
# Last-chance catch to kill the server in case some test err'ed and didn't
|
||||
# reach it's teardown handler
|
||||
discard newAsyncHttpClient().post(apiBase & "/service/debug/stop")
|
||||
|
1
src/test/test-project
Submodule
1
src/test/test-project
Submodule
Submodule src/test/test-project added at df39e07da4
Reference in New Issue
Block a user