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/20 23:41:16 UTC

[geode] branch feature/GEODE-6291 updated (66b4b34 -> 753681e)

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 66b4b34  fixed list mapping test
     new 7ab530c  fixed destroy data source test
     new 6b01159  fixed list data source test
     new 255c8c0  fixed describe data source test
     new 6f64a52  fixed jdbc cluster config test
     new 753681e  fixed  a list mapping test

The 7459 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/DescribeDataSourceCommandDUnitTest.java    |  43 ++++++-
 .../cli/DestroyDataSourceCommandDUnitTest.java     |  40 +++++-
 .../cli/JdbcClusterConfigDistributedTest.java      |  51 +++++++-
 .../cli/ListDataSourceCommandDUnitTest.java        |  43 ++++++-
 .../internal/cli/ListMappingCommandDUnitTest.java  | 134 +++++++++++----------
 5 files changed, 241 insertions(+), 70 deletions(-)