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

heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


    from 275e090f37 make unique tag more configurable and smarter default for 
workflow sensors and policies
     new 35ca9705cb test workflow size
     new 5ce00a7006 drop output which is identical to previous values
     new 6d6e90af2e some of workflow scratch vars stored
     new af91bd77d3 alternative way to compute/store output more efficiently
     new 1e1ff7f491 workflow scratch vars being set in an updateable way
     new 7025d2e346 rename so old things are called old
     new a5403f5d1a remove old vars and a couple fixes to ensure the right 
data, when injected initially or from errors
     new 1a13c62650 Merge branch 'workflow-size-optimizations'

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../core/workflow/WorkflowExecutionContext.java    | 225 ++++++++++++++++++---
 .../workflow/WorkflowExpressionResolution.java     |  25 ++-
 .../WorkflowStepInstanceExecutionContext.java      |   3 +-
 .../core/workflow/steps/CustomWorkflowStep.java    |   9 +-
 .../workflow/steps/flow/ForeachWorkflowStep.java   |   4 +-
 .../steps/variables/ClearVariableWorkflowStep.java |   2 +-
 .../workflow/steps/variables/LoadWorkflowStep.java |   2 +-
 .../steps/variables/SetVariableWorkflowStep.java   |   4 +-
 .../workflow/steps/variables/WaitWorkflowStep.java |   2 +-
 .../brooklyn/core/workflow/WorkflowBasicTest.java  |   7 +-
 .../workflow/WorkflowPersistReplayErrorsTest.java  |   2 +-
 .../brooklyn/core/workflow/WorkflowSizeTest.java   | 141 +++++++++++++
 12 files changed, 373 insertions(+), 53 deletions(-)
 create mode 100644 
core/src/test/java/org/apache/brooklyn/core/workflow/WorkflowSizeTest.java

Reply via email to