You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2018/11/29 19:05:50 UTC

[geode] branch develop updated (b40303d -> 615e4ed)

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

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


    from b40303d  GEODE-6013: Use expected initial image requester's rvv information (#2857)
     add 615e4ed  GEODE-6068: change destroy jdbc-mapping to undo create (#2905)

No new revisions were added by this update.

Summary of changes:
 .../cli/DestroyMappingCommandDunitTest.java        | 110 +++++++++-
 .../cli/DestroyMappingCommandIntegrationTest.java  |  83 --------
 .../jdbc/internal/cli/DestroyMappingCommand.java   | 113 ++++++++--
 .../jdbc/internal/cli/DestroyMappingFunction.java  |  42 +++-
 .../cli/DestroyMappingCommandFunctionTest.java     | 116 +++++++++-
 .../internal/cli/DestroyMappingCommandTest.java    | 237 +++++++++++++++++++++
 .../asyncqueue/internal/AsyncEventQueueImpl.java   |   2 +
 .../internal/InternalAsyncEventQueue.java          |   4 +
 8 files changed, 593 insertions(+), 114 deletions(-)
 delete mode 100644 geode-connectors/src/integrationTest/java/org/apache/geode/connectors/jdbc/internal/cli/DestroyMappingCommandIntegrationTest.java
 create mode 100644 geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/internal/cli/DestroyMappingCommandTest.java