You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The manner in which this example allocates resources really needs to be
re-worked using some good Clojure idioms -- too much was inspired by the Java
example, and was never really completely done. This is related to ticket #3.
To date, most of this work has been tracked here so far:
Dev plan:
test-framework.clj
as a port ofTestFramework.java
TASK_LOST
,TASK_KILLED
, andTASK_FAILED
(as well as driver abort, when applicable)DRIVER_STOPPED
checks and make a stop call in that eventtest-executor.clj
as a port ofTestExecutor.java
core.clj
withmain
functionlein
alias(es) inproject.clj
for running framework and/or executorThe text was updated successfully, but these errors were encountered: