You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2019/12/17 16:00:39 UTC

[geode] branch feature/GEODE-7556 updated (833baeb -> 3adfd1a)

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

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


 discard 833baeb  pushing spotless changes
 discard f1517c5  increase join timeout for stress testing
 discard 02c3498  removing InternalMembershipException
 discard 63709d7  removed MembershipIOException as not being needed
 discard 872d95d  fixing a couple of unit test failures
 discard 0d9829f  ammending last commit
 discard 3ee4ee5  changed waitForMessageState to throw a TimeoutException rather than MembershipIOException
 discard 182e252  removing try/catch blocks inserted by intellij into tests
 discard 62bfa73  more unit test fixes - backing off some small exception handling changes
 discard 49c54c4  make MemberDisconnectedException and MemberShunnedException checked exceptions
 discard 36d231c  fixing failing unit tests
 discard 13c17e5  make startup/configuration exceptions checked exceptions
 discard 97bc665  move new exceptions into the api package
 discard 1ddd166  Removed remaining uses of geode-core exceptions from GMS classes
 discard 9cf8b30  fixing failing dunit tests
 discard 0fceed7  spotlessApply
 discard 6a3a865  fix unit test issues
 discard 192eeaf  re-added gfsh serializables - will be removed with GEODE-7536 work
 discard 924b6c0  remove dependency on GemFireIOException and make a concrete list of remaining exception dependencies
     add d9f755e  GEODE-7397:  remove spurious archunit clauses (#4480)
     add 278c247  GEODE-7554: Add retry mechanism for failed tests (#4461)
     add 7c9392b  GEODE-7575: Add concourse team specific fly targets in the deploy scripts
     add 4220611  Add LGTM Badges (#4406)
     add 47e17b5  Revert "GEODE-7537: Remove the synchronization in CacheFactoryStatics.getAnyInstance. (#4435)" (#4482)
     add 7187192  GEODE-7533: System Properties catalina.home and catalina.base are cleared during webapp reloads when using HTTP Session Management Module (#4414)
     add 8c079c5  remove dependency on GemFireIOException and make a concrete list of remaining exception dependencies
     add 17e2e65  re-added gfsh serializables - will be removed with GEODE-7536 work
     add aaf2030  fix unit test issues
     add 1668d6a  spotlessApply
     add ea559d5  fixing failing dunit tests
     add 51d5c9a  Removed remaining uses of geode-core exceptions from GMS classes
     add 5291cc6  move new exceptions into the api package
     add c1b87dc  make startup/configuration exceptions checked exceptions
     add d60e8eb  fixing failing unit tests
     add bc58a7a  make MemberDisconnectedException and MemberShunnedException checked exceptions
     add 9e98e66  more unit test fixes - backing off some small exception handling changes
     add ba84219  removing try/catch blocks inserted by intellij into tests
     add 252030c  changed waitForMessageState to throw a TimeoutException rather than MembershipIOException
     add f90fa19  ammending last commit
     add 82c6b0b  fixing a couple of unit test failures
     add 2b36da3  removed MembershipIOException as not being needed
     add 4296d07  removing InternalMembershipException
     add 61dd27a  increase join timeout for stress testing
     add 8f6181a  pushing spotless changes
     add 3adfd1a  merging develop and applying spotless changes

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   (833baeb)
            \
             N -- N -- N   refs/heads/feature/GEODE-7556 (3adfd1a)

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.

No new revisions were added by this update.

Summary of changes:
 README.md                                          |  2 +-
 ci/pipelines/meta/deploy_meta.sh                   |  7 ++-
 ci/pipelines/meta/destroy_pipelines.sh             |  2 +-
 ci/pipelines/metrics/deploy_metrics_pipeline.sh    |  2 +-
 ci/scripts/run_benchmarks.sh                       | 46 ++++++++++++--
 .../cache/CacheFactoryStaticsIntegrationTest.java  | 71 ----------------------
 .../geode/internal/cache/CacheFactoryStatics.java  | 16 ++---
 .../MembershipDependenciesJUnitTest.java           | 21 +++----
 .../geode/internal/cache/InternalHttpService.java  |  2 -
 9 files changed, 66 insertions(+), 103 deletions(-)
 delete mode 100644 geode-core/src/integrationTest/java/org/apache/geode/internal/cache/CacheFactoryStaticsIntegrationTest.java