You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "dschneider-pivotal (GitHub)" <gi...@apache.org> on 2018/11/15 23:31:48 UTC

[GitHub] [geode] dschneider-pivotal opened pull request #2864: GEODE-6025: add describe data-source

gfsh describe data-source, given a name, will show the fields of that data-source
and list any regions using it through a jdbc-mapping.

As part of this work the create data-source command has been moved to the jdbc-connector module. 

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

### For all changes:
- [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

- [ ] Has your PR been rebased against the latest commit within the target branch (typically `develop`)?
The create data-source command is now in the jdbc-connector instead of core.

- [ ] Is your initial contribution a single, squashed commit?

- [ ] Does `gradlew build` run cleanly?

- [ ] Have you written or updated unit tests to verify your changes?

- [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)?

### Note:
Please ensure that once the PR is submitted, you check travis-ci for build issues and
submit an update to your PR as soon as possible. If you need help, please send an
email to dev@geode.apache.org.


[ Full content available at: https://github.com/apache/geode/pull/2864 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] jchen21 closed pull request #2864: GEODE-6025: add describe data-source

Posted by "jchen21 (GitHub)" <gi...@apache.org>.
[ pull request closed by jchen21 ]

[ Full content available at: https://github.com/apache/geode/pull/2864 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] dschneider-pivotal commented on issue #2864: GEODE-6025: add describe data-source

Posted by "dschneider-pivotal (GitHub)" <gi...@apache.org>.
The failure in DistributedTestOpenJDK11:
org.apache.geode.cache.client.internal.ClientServerHostNameVerificationDistributedTest > expectConnectionFailureWhenNoHostNameInServerKey FAILED
    java.lang.AssertionError: Suspicious strings were written to the log during this run.
    Fix the strings or use IgnoredException.addIgnoredException to ignore.
    -----------------------------------------------------------------------
    Found suspect string in log4j at line 3381
    tificateException: No name matching 32ca0163fd28 found

Has nothing to do with this pr's changes. Also the JDK8 distributed test run was clean.

[ Full content available at: https://github.com/apache/geode/pull/2864 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org