You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jj...@apache.org on 2019/11/22 13:49:42 UTC

[geode] branch develop updated (dedf61d -> ee2c20b)

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

jjramos pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from dedf61d  GEODE-7456: Fixing omitted catch statement that adds shutdown cause.
     add ee2c20b  GEODE-7486: Fix IndexManager (#4353)

No new revisions were added by this update.

Summary of changes:
 .../index/IndexManagerIntegrationTest.java         | 248 +++++++++++++++++++++
 .../cache/query/internal/index/IndexManager.java   |  21 +-
 .../query/internal/index/IndexManagerTest.java     |  77 +++++++
 3 files changed, 342 insertions(+), 4 deletions(-)
 create mode 100644 geode-core/src/integrationTest/java/org/apache/geode/cache/query/internal/index/IndexManagerIntegrationTest.java
 create mode 100644 geode-core/src/test/java/org/apache/geode/cache/query/internal/index/IndexManagerTest.java