You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/01/21 06:07:24 UTC

[incubator-iotdb] 01/01: Merge pull request #8 from apache/fix_issue_2_it

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

hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 682b74b61fa4eea3ee076cb2dea3cf5b0afec68f
Merge: 09174f6 4dfba6f
Author: Xiangdong Huang <hx...@qq.com>
AuthorDate: Mon Jan 21 14:07:19 2019 +0800

    Merge pull request #8 from apache/fix_issue_2_it
    
    fix issue IOTDB-2, separate UTs and ITs. Supports -DskipTests now

 grafana/pom.xml                                    | 46 ++++++++++++++++++++
 iotdb-cli/pom.xml                                  | 40 ++++++++++++++++-
 ...stractClientTest.java => AbstractClientIT.java} |  2 +-
 ...entScriptTest.java => StartClientScriptIT.java} |  3 +-
 iotdb/pom.xml                                      | 47 ++++++++++++++++----
 ...rizationTest.java => IoTDBAuthorizationIT.java} |  4 +-
 ...IoTDBCompleteTest.java => IoTDBCompleteIT.java} |  2 +-
 .../{IoTDBDaemonTest.java => IoTDBDaemonIT.java}   |  2 +-
 ...orTest.java => IoTDBEngineTimeGeneratorIT.java} |  2 +-
 ...TDBLargeDataTest.java => IoTDBLargeDataIT.java} |  2 +-
 ...imitSlimitTest.java => IoTDBLimitSlimitIT.java} |  2 +-
 ...ataFetchTest.java => IoTDBMetadataFetchIT.java} |  2 +-
 ...ultiSeriesTest.java => IoTDBMultiSeriesIT.java} |  2 +-
 ...ueryTest.java => IoTDBSequenceDataQueryIT.java} |  2 +-
 ...iesReaderTest.java => IoTDBSeriesReaderIT.java} |  2 +-
 ...IoTDBTimeZoneTest.java => IoTDBTimeZoneIT.java} |  2 +-
 jdbc/pom.xml                                       | 36 ++++++++++++++++
 service-rpc/pom.xml                                | 50 ++++++++++++++++++++++
 tsfile/pom.xml                                     | 39 ++++++++++++++++-
 19 files changed, 262 insertions(+), 25 deletions(-)