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

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


 discard 7ea8294  GEODE-6143: remove PowerMock from UnregisterInterestTest
     add 1d9e34c  GEODE-6179: update create data-source help (#2983)
     add 9c145bf  GEODE-6143: Adding test category back to 
CacheClientNotifierIntegrationTest (#2981)
     add d7e7e87  GEODE-6143: Removing PowerMock from MBeanProxyFactoryTest 
(#2975)
     add 56c3593  GEODE-6156: add --id option to create jdbc-mapping (#2969)
     add 835b9c7  GEODE-6188: Select zone for testing at random to avoid 
availability conflicts. Do not deviate from the us-central1 region, however.
     add 0c10b3f  Merge pull request #2988 from PurelyApplied/geode-6188
     add 8eb92b9  GEODE-6143: remove PowerMock from UnregisterInterestTest

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   (7ea8294)
            \
             N -- N -- N   refs/heads/feature/GEODE-6143-4 (8eb92b9)

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:
 ci/scripts/create_instance.sh                      |   5 +-
 .../TableMetaDataManagerIntegrationTest.java       |  50 ++++++--
 .../jdbc/internal/TestConfigService.java           |   2 +-
 .../cli/CreateMappingCommandDUnitTest.java         |   6 +-
 .../cli/DescribeMappingCommandDUnitTest.java       |   6 +-
 .../internal/cli/ListMappingCommandDUnitTest.java  |   2 +-
 .../geode/connectors/jdbc/internal/SqlHandler.java |   4 +-
 .../jdbc/internal/TableMetaDataManager.java        |  40 +++++-
 .../jdbc/internal/cli/CreateDataSourceCommand.java |  14 ++-
 .../jdbc/internal/cli/CreateMappingCommand.java    |   9 +-
 .../jdbc/internal/cli/DescribeMappingCommand.java  |   2 +
 .../jdbc/internal/configuration/RegionMapping.java |  28 ++++-
 .../connectors/jdbc/internal/xml/ElementType.java  |   1 +
 .../xml/JdbcConnectorServiceXmlParser.java         |   1 +
 .../geode.apache.org/schema/jdbc/jdbc-1.0.xsd      |   1 +
 .../sanctioned-geode-connectors-serializables.txt  |   2 +-
 .../jdbc/internal/RegionMappingTest.java           |  73 +++++++----
 .../connectors/jdbc/internal/SqlHandlerTest.java   |   4 +-
 .../jdbc/internal/TableMetaDataManagerTest.java    | 139 +++++++++++++++++----
 .../internal/cli/CreateMappingCommandTest.java     |  22 ++--
 .../internal/cli/CreateMappingFunctionTest.java    |   2 +-
 .../internal/cli/DescribeMappingCommandTest.java   |  11 +-
 .../jdbc/internal/cli/ListMappingCommandTest.java  |   4 +-
 .../jdbc/internal/xml/ElementTypeTest.java         |   3 +
 .../CacheClientNotifierIntegrationTest.java        |   3 +
 .../management/internal/MBeanProxyFactory.java     |   8 +-
 .../management/internal/MBeanProxyFactoryTest.java |  24 +---
 27 files changed, 339 insertions(+), 127 deletions(-)

Reply via email to