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

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


    from 74b1df1  Merge remote-tracking branch 'origin/master' into 
fix_win_start_script_for_jdk_11
     new 500198d  update delete hint
     new 567dd13  Merge pull request #42 from apache/f_delete_hint
     new 87f6f6b  change start iotdb script using bash instead of sh (#44)
     new 4348849  Add iotdb env script test (#45)
     new c9eed25  add sync function for jdbc server to  close and remove sleep 
fuction in ITs
     new ecdd705  Merge pull request #46 from 
apache/fix_jdbc_service_cannot_be_closed
     new 50c7325  add  to skip all UTs: maven integration-test -DskipUTS=true 
(#47)
     new 2b8c354  fix: on travis, then environment of openjdk11 + linux11 does 
not work (#48)
     new 522bef4  Merge remote-tracking branch 'origin/master' into 
fix_win_start_script_for_jdk_11

The 1434 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        | 12 ++--
 grafana/pom.xml                                    | 12 ++++
 iotdb-cli/pom.xml                                  | 12 ++++
 iotdb/iotdb/bin/start-server.sh                    |  2 +-
 iotdb/iotdb/conf/iotdb-env.bat                     |  4 +-
 iotdb/iotdb/conf/iotdb-env.sh                      |  5 +-
 iotdb/pom.xml                                      | 14 ++++-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  2 +-
 .../org/apache/iotdb/db/service/JDBCService.java   | 38 +++++++-----
 .../iotdb/db/integration/IoTDBAuthorizationIT.java |  1 -
 .../iotdb/db/integration/IoTDBCompleteIT.java      |  1 -
 .../apache/iotdb/db/integration/IoTDBDaemonIT.java |  2 -
 .../db/integration/IoTDBEngineTimeGeneratorIT.java |  2 -
 .../iotdb/db/integration/IoTDBLargeDataIT.java     |  1 -
 .../iotdb/db/integration/IoTDBLimitSlimitIT.java   |  1 -
 .../iotdb/db/integration/IoTDBMetadataFetchIT.java |  1 -
 .../iotdb/db/integration/IoTDBMultiSeriesIT.java   |  2 -
 .../db/integration/IoTDBSequenceDataQueryIT.java   |  2 -
 .../iotdb/db/integration/IoTDBSeriesReaderIT.java  |  2 -
 .../iotdb/db/integration/IoTDBTimeZoneIT.java      |  1 -
 ...StartServerScriptTest.java => EnvScriptIT.java} | 69 ++++++----------------
 jdbc/pom.xml                                       | 12 ++++
 service-rpc/pom.xml                                | 12 ++++
 tsfile/pom.xml                                     | 12 ++++
 24 files changed, 128 insertions(+), 94 deletions(-)
 rename 
iotdb/src/test/java/org/apache/iotdb/db/script/{IoTDBStartServerScriptTest.java 
=> EnvScriptIT.java} (53%)

Reply via email to