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 2019/02/06 22:11:02 UTC

[geode] branch feature/GEODE-6291 updated (ef48528 -> f611365)

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

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


    from ef48528  SqlHandlerTest now passes
     new 2b25632  improved coverage of SqlHandler
     new 2790e8a  fixed test
     new 8332ad5  fixed test to use derby
     new f611365  fixed gfsh jdbc tests to use derby

The 7375 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:
 .../cli/CreateDataSourceCommandDUnitTest.java      |   4 +-
 .../cli/CreateMappingCommandDUnitTest.java         |  68 ++++++--
 .../cli/DescribeDataSourceCommandDUnitTest.java    |  76 ++++++---
 .../cli/DestroyDataSourceCommandDUnitTest.java     |  51 ++++--
 .../cli/DestroyMappingCommandDunitTest.java        |   2 +-
 .../cli/ListDataSourceCommandDUnitTest.java        |  20 +--
 .../internal/cli/ListMappingCommandDUnitTest.java  |  58 +++++--
 .../connectors/jdbc/internal/SqlHandlerTest.java   | 178 +++++++++++----------
 8 files changed, 303 insertions(+), 154 deletions(-)