This is an automated email from the ASF dual-hosted git repository.
ericpai pushed a change to branch improve/iotdb-3558
in repository https://gitbox.apache.org/repos/asf/iotdb.git
omit 34f1470caf [IOTDB-3558] Dump node stacks if IT test request timeout
add cbc5e42d68 [IOTDB-3571] Add IT for UDTF Non Align (#6356)
add 1be50f9686 [IOTDB-3558] Dump node stacks if IT test request timeout
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (34f1470caf)
\
N -- N -- N refs/heads/improve/iotdb-3558 (1be50f9686)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
integration-test/pom.xml | 2 +-
.../java/org/apache/iotdb/it/env/AbstractEnv.java | 93 +-
.../apache/iotdb/it/env/AbstractNodeWrapper.java | 5 +
.../org/apache/iotdb/it/env/ConfigNodeWrapper.java | 5 -
.../org/apache/iotdb/it/env/DataNodeWrapper.java | 5 -
.../java/org/apache/iotdb/it/env/PortPicker.java | 84 --
.../apache/iotdb/it/env/StandaloneOnMppEnv.java | 25 +-
.../iotdb/itbase/runtime/RequestDelegate.java | 2 +-
.../iotdb/db/it/udf}/IoTDBUDTFNonAlignQueryIT.java | 71 +-
.../db/integration/IoTDBUDTFBuiltinFunctionIT.java | 1038 --------------------
10 files changed, 119 insertions(+), 1211 deletions(-)
delete mode 100644
integration-test/src/main/java/org/apache/iotdb/it/env/PortPicker.java
copy {integration/src/test/java/org/apache/iotdb/db/integration =>
integration-test/src/test/java/org/apache/iotdb/db/it/udf}/IoTDBUDTFNonAlignQueryIT.java
(89%)
delete mode 100644
integration/src/test/java/org/apache/iotdb/db/integration/IoTDBUDTFBuiltinFunctionIT.java