[2/4] kudu git commit: java: Expose test name in BaseKuduTest

2018-07-02 Thread mpercy
java: Expose test name in BaseKuduTest Expose the currently-running test method name in BaseKuduTest, since that seems to be the least-worst way to do it in JUnit 4. We also use the method name for the default test table name in TestKuduClient and other tests that included the test name in table

[4/4] kudu git commit: Add scan request timeout to Kudu scan token API

2018-07-02 Thread mpercy
Add scan request timeout to Kudu scan token API Includes Java and C++ tests. Change-Id: I151cd1da27419361f507e9ad29276c2b50153077 Reviewed-on: http://gerrit.cloudera.org:8080/10653 Reviewed-by: Dan Burkert Tested-by: Mike Percy Project: http://git-wip-us.apache.org/repos/asf/kudu/repo

[1/4] kudu git commit: java: Move schema creation helpers out of KuduClientTest

2018-07-02 Thread mpercy
Repository: kudu Updated Branches: refs/heads/master 95182a6df -> 1ae050e4d java: Move schema creation helpers out of KuduClientTest These helpers are useful in other tests too. Also add missing license header file to ClientTestUtil.java Change-Id: I461a198fb2d30a9a893aee24bbcfe2b493d3350b

[3/4] kudu git commit: java: Move scan token tests into their own class

2018-07-02 Thread mpercy
java: Move scan token tests into their own class A follow-up commit will add additional tests there. Change-Id: Iefc23f0193cb24a5a5554881eedbaac15929 Reviewed-on: http://gerrit.cloudera.org:8080/10724 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert Project:

kudu git commit: KUDU-2191: Adjust upgrade tool to tolerate downgraded metadata

2018-07-02 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master f5c802ced -> 95182a6df KUDU-2191: Adjust upgrade tool to tolerate downgraded metadata Currently, TestHmsDowngrade keeps on failing as the metadata upgrade tool does not handle tables being downgraded properly. This issue didn't surface