You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2019/01/31 16:49:08 UTC

[geode] branch feature/GEODE-6344 updated (70bb309 -> 7d4b74c)

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

zhouxj pushed a change to branch feature/GEODE-6344
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard 70bb309  GEODE-6344: should revert GEODE-1183 before a better fix GEODE-6344: fix CacheClientNotifierDUnitTest to remove the 2nd cacheserver
     new 9fa4dc2  GEODE-6293: Fix fire & forget functions in gfsh (#3138)
     new 8e3c9d7  GEODE-6342 ThreadsMonitor prints many warnings in gateway sender logs
     new bbf78d4  Merge pull request #3140 from apache/feature/GEODE-6342
     new 7d4b74c  GEODE-6344: should revert GEODE-1183 before a better fix GEODE-6344: fix CacheClientNotifierDUnitTest to remove the 2nd cacheserver

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (70bb309)
            \
             N -- N -- N   refs/heads/feature/GEODE-6344 (7d4b74c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 7310 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:
 .../commands/ExecuteFunctionCommandDUnitTest.java  |  66 ++++-
 .../ExecuteFunctionCommandSecurityTest.java        |  11 +-
 .../cache/execute/CoreFunctionSecurityTest.java    |   6 +-
 .../wan/AbstractGatewaySenderEventProcessor.java   |   3 +
 .../internal/monitoring/ThreadsMonitoring.java     |   6 +
 .../internal/monitoring/ThreadsMonitoringImpl.java |   8 +
 .../monitoring/ThreadsMonitoringImplDummy.java     |   3 +
 .../cli/commands/ExecuteFunctionCommand.java       |   7 +-
 .../cli/functions/UserFunctionExecution.java       | 171 +++++++----
 .../monitoring/ThreadsMonitoringImplJUnitTest.java |  28 +-
 .../cli/functions/UserFunctionExecutionTest.java   | 328 +++++++++++++++++++++
 ...xecuteFunctionCommandWithSecurityDUnitTest.java |   4 +-
 12 files changed, 546 insertions(+), 95 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/cli/functions/UserFunctionExecutionTest.java