collectivemedia / celos

Scriptable scheduler for periodical Hadoop workflows
Apache License 2.0
22 stars 9 forks source link

Need to implement tests for new methods #751

Closed ollie64 closed 8 years ago

ollie64 commented 8 years ago

celos-ui/src/main/java/com/collective/celos/ui/WorkflowsServlet.java static List getWorkflowGroups(String configFileIS, List expectedWfs)

ollie64 commented 8 years ago

celos-common/src/main/java/com/collective/celos/CelosClient.java public JsonNode getTriggerStatus(String workflowID, String scheduledTime)

ollie64 commented 8 years ago

All methods from WorkflowsServlet.java which is not obvious.

ollie64 commented 8 years ago

PR is ready for testing branch https://github.com/collectivemedia/celos/pull/759