This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch fix_add_future_4_flush_opeartion
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 45b4ccb replace FlushStatus by Future
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 ce72b4a Merge remote-tracking branch 'origin/master' into
fix_add_future_4_flush_opeartion
The 1432 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:
iotdb/iotdb/bin/start-server.sh | 2 +-
iotdb/iotdb/conf/iotdb-env.bat | 4 +-
iotdb/iotdb/conf/iotdb-env.sh | 5 +-
.../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 ++++++----------------
17 files changed, 48 insertions(+), 88 deletions(-)
rename
iotdb/src/test/java/org/apache/iotdb/db/script/{IoTDBStartServerScriptTest.java
=> EnvScriptIT.java} (53%)