You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hu...@apache.org on 2019/11/13 17:20:33 UTC

[helix] branch master updated (f4ebd3b -> 0d6a2e2)

This is an automated email from the ASF dual-hosted git repository.

hulee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git.


    from f4ebd3b  Update ZkBaseDataAccessor with custom serializer support (#534)
     add 0d6a2e2  Avoid workflowContext creation without workflowConfig (#583)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/helix/task/WorkflowDispatcher.java  |  14 ++-
 .../task/TestWorkflowContextWithoutConfig.java     | 132 +++++++++++++++++++++
 2 files changed, 142 insertions(+), 4 deletions(-)
 create mode 100644 helix-core/src/test/java/org/apache/helix/integration/task/TestWorkflowContextWithoutConfig.java