You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/11/07 12:18:33 UTC

[incubator-iotdb] branch add_travis_timeout updated (d697679 -> 9b08bf0)

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

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


    from d697679  add timeout script
     add 56e9d4e  fix auto create bool type (#534)
     add 37e6840  [IOTDB-291] Statement close operation may cause the whole connection's resource to be released (#526)
     add 9b08bf0  update

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  28 ++--
 .../apache/iotdb/jdbc/IoTDBPreparedStatement.java  |  30 +----
 .../java/org/apache/iotdb/jdbc/IoTDBStatement.java |  25 +++-
 .../test/java/org/apache/iotdb/jdbc/BatchTest.java |  29 ++--
 .../resources/conf/iotdb-engine.properties         |   2 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 149 +++++++++++++--------
 .../apache/iotdb/db/utils/TypeInferenceUtils.java  |  10 +-
 ...TDBMultiStatementsIT.java => IoTDBCloseIT.java} |  19 ++-
 service-rpc/rpc-changelist.md                      |   1 +
 service-rpc/src/main/thrift/rpc.thrift             |   3 +
 .../java/org/apache/iotdb/session/Session.java     |  44 +++---
 11 files changed, 196 insertions(+), 144 deletions(-)
 copy server/src/test/java/org/apache/iotdb/db/integration/{IoTDBMultiStatementsIT.java => IoTDBCloseIT.java} (91%)