You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by orrk <gi...@git.apache.org> on 2017/10/12 06:58:40 UTC

[GitHub] incubator-trafodion pull request #1265: [TRAFODION-2756] JDBC regression tes...

GitHub user orrk opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1265

    [TRAFODION-2756] JDBC regression test case passed with some exceptions print

    These changes do the following:
    1. Add some try-with-resource in test case to make sure the connection and statement are closed.
    2. Add some catch block and fail information to make sure no exception when test pass

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/orrk/incubator-trafodion 2.2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1265.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1265
    
----
commit deb3378b963be09b1f68129d3ae264b420b40cfd
Author: weitaian <we...@163.com>
Date:   2017-10-08T16:12:44Z

    add test information

commit d3105cbc6ff38d30bd3da021f046c1d54e81f8dd
Author: taian.wei <ta...@esgyn.cn>
Date:   2017-10-12T05:56:56Z

    code clean and format

commit 2c15887b36e2f4846ee26d301fd82cb926588566
Author: william <ta...@esgyn.cn>
Date:   2017-10-12T06:27:02Z

    code update

----


---

[GitHub] incubator-trafodion pull request #1265: [TRAFODION-2756] JDBC regression tes...

Posted by orrk <gi...@git.apache.org>.
Github user orrk closed the pull request at:

    https://github.com/apache/incubator-trafodion/pull/1265


---