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 ce769fafb4 Further tidy-up of login/logout logging
new ea6cc204e8 Add execution mgr support for global tags, including
newTaskStartCallback tag
new 09f01bc839 Adjust timing with comment in indeterminately failing test
new 9f8e8cf43c better logging/tostring to subscriptions and lifecycle
transitions
new 665dc5331a improve wait and recalculation for in-flight racing updates
to service up, problems, and expected
The 4 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:
.../brooklyn/camp/brooklyn/ConfigYamlTest.java | 3 +-
.../brooklyn/core/entity/lifecycle/Lifecycle.java | 3 +-
.../core/entity/lifecycle/ServiceStateLogic.java | 225 ++++++++++++---------
.../mgmt/internal/LocalSubscriptionManager.java | 50 +++--
.../util/core/task/BasicExecutionContext.java | 26 ++-
.../util/core/task/BasicExecutionManager.java | 49 ++++-
.../org/apache/brooklyn/util/core/task/Tasks.java | 16 +-
.../util/core/task/AutoFlagsCallbackTest.java | 63 ++++++
.../blueprints/ChildrenQuorateRaceTest.java | 205 +++++++++++++++++++
9 files changed, 507 insertions(+), 133 deletions(-)
create mode 100644
core/src/test/java/org/apache/brooklyn/util/core/task/AutoFlagsCallbackTest.java
create mode 100644
launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/ChildrenQuorateRaceTest.java