You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by er...@apache.org on 2022/11/28 08:28:13 UTC

[iotdb] branch bugfix/install-ci updated (33b88515c0 -> 3dc71e275a)

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

ericpai pushed a change to branch bugfix/install-ci
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard 33b88515c0 Disable integration-tests and testcontainer in mvn install
    omit 40de3ad14e Revert "Update pom version and doc to 1.0 (#8214)" (#8217)
    omit 40a2596ee8 Update pom version and doc to 1.0 (#8214)
     add b9393ceacf start rel/1.0
     add db62a30d6e Fix IT bug (#8216)
     add 9f8f2372c4 enable IT workflow for rel/1.0 (#8222)
     add 8d9e50395f [To rel/1.0] fix data inserted into incorrect data region (#8219)
     add 89add7bae6 [To rel/1.0] [IOTDB-5067] Add check of URI scheme
     add 2b822766b4 [To rel/1.0] Modified some documents (#8220)
     add 61139d98f1 [To rel/1.0] [IOTDB-5068] Fix CompactionSchedulerTest (#8224)
     new 3dc71e275a Disable integration-tests and testcontainer in mvn install

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   (33b88515c0)
            \
             N -- N -- N   refs/heads/bugfix/install-ci (3dc71e275a)

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.

The 1 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:
 .github/workflows/cluster-it-1c1d.yml              |  2 +
 .github/workflows/cluster-it-1c3d.yml              |  2 +
 antlr/pom.xml                                      |  2 +-
 cli/pom.xml                                        |  2 +-
 client-cpp/pom.xml                                 |  2 +-
 client-py/pom.xml                                  |  2 +-
 code-coverage/pom.xml                              |  2 +-
 compile-tools/pom.xml                              |  2 +-
 compile-tools/thrift/pom.xml                       |  2 +-
 confignode/pom.xml                                 |  2 +-
 .../confignode/manager/ClusterSchemaManager.java   |  2 +-
 .../iotdb/confignode/manager/node/NodeManager.java | 23 +++++-----
 consensus/pom.xml                                  |  2 +-
 cross-tests/pom.xml                                |  2 +-
 distribution/pom.xml                               |  2 +-
 docs/UserGuide/API/InfluxDB-Protocol.md            |  2 +-
 docs/UserGuide/API/Programming-Java-Native-API.md  |  4 +-
 docs/UserGuide/API/Programming-TsFile-API.md       |  4 +-
 docs/UserGuide/Cluster/Cluster-Concept.md          | 16 +++----
 docs/UserGuide/Cluster/Cluster-Setup.md            | 21 +++++----
 .../UserGuide/Ecosystem-Integration/Hive-TsFile.md |  8 ++--
 .../Ecosystem-Integration/MapReduce-TsFile.md      |  2 +-
 .../Ecosystem-Integration/Spark-TsFile.md          |  2 +-
 .../Operators-Functions/User-Defined-Function.md   | 10 ++---
 .../UserGuide/QuickStart/Command-Line-Interface.md | 51 ++++++++++++----------
 docs/UserGuide/QuickStart/QuickStart.md            |  2 -
 docs/UserGuide/QuickStart/WayToGetIoTDB.md         |  8 ++--
 docs/UserGuide/Reference/SQL-Reference.md          |  2 +-
 docs/UserGuide/Trigger/Implement-Trigger.md        |  2 +-
 docs/zh/UserGuide/API/InfluxDB-Protocol.md         |  2 +-
 docs/zh/UserGuide/API/Programming-JDBC.md          |  2 +-
 .../UserGuide/API/Programming-Java-Native-API.md   |  4 +-
 docs/zh/UserGuide/API/Programming-TsFile-API.md    |  4 +-
 docs/zh/UserGuide/Cluster/Cluster-Setup.md         |  1 -
 .../UserGuide/Ecosystem-Integration/Hive-TsFile.md |  8 ++--
 .../Ecosystem-Integration/MapReduce-TsFile.md      |  2 +-
 .../Ecosystem-Integration/Spark-TsFile.md          |  2 +-
 .../Operators-Functions/User-Defined-Function.md   | 10 ++---
 .../UserGuide/QuickStart/Command-Line-Interface.md | 35 ++++++++-------
 docs/zh/UserGuide/QuickStart/QuickStart.md         |  1 -
 docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md      |  2 +-
 docs/zh/UserGuide/Reference/SQL-Reference.md       |  2 +-
 docs/zh/UserGuide/Trigger/Implement-Trigger.md     |  2 +-
 example/client-cpp-example/pom.xml                 |  2 +-
 example/ext-pipe-plugin-example/README.md          |  2 +-
 example/ext-pipe-plugin-example/pom.xml            |  4 +-
 example/flink/pom.xml                              |  2 +-
 example/hadoop/pom.xml                             |  2 +-
 example/influxdb-protocol-example/pom.xml          |  2 +-
 example/jdbc/pom.xml                               |  2 +-
 example/kafka/pom.xml                              |  4 +-
 example/kafka/readme.md                            |  4 +-
 example/mqtt-customize/pom.xml                     |  2 +-
 example/mqtt/pom.xml                               |  2 +-
 example/pom.xml                                    |  2 +-
 example/pulsar/pom.xml                             |  2 +-
 example/rabbitmq/pom.xml                           |  2 +-
 example/rest-java-example/pom.xml                  |  2 +-
 example/rocketmq/pom.xml                           |  2 +-
 example/rocketmq/readme.md                         |  4 +-
 example/session/pom.xml                            |  2 +-
 example/trigger/pom.xml                            |  2 +-
 example/tsfile/pom.xml                             |  2 +-
 example/tsfile/readme.md                           |  2 +-
 example/udf/pom.xml                                |  2 +-
 external-api/pom.xml                               |  2 +-
 external-pipe-api/pom.xml                          |  2 +-
 flink-iotdb-connector/pom.xml                      |  2 +-
 flink-tsfile-connector/pom.xml                     |  2 +-
 grafana-connector/pom.xml                          |  2 +-
 grafana-plugin/pom.xml                             |  2 +-
 hadoop/README.md                                   |  2 +-
 hadoop/pom.xml                                     |  2 +-
 hive-connector/pom.xml                             |  2 +-
 influxdb-protocol/pom.xml                          |  2 +-
 integration-test/pom.xml                           |  2 +-
 .../it/partition/IoTDBPartitionGetterIT.java       | 18 +++++++-
 integration/pom.xml                                |  2 +-
 jdbc/README.md                                     |  4 +-
 jdbc/pom.xml                                       |  2 +-
 library-udf/pom.xml                                |  2 +-
 metrics/dropwizard-metrics/pom.xml                 |  2 +-
 metrics/interface/pom.xml                          |  2 +-
 metrics/micrometer-metrics/pom.xml                 |  4 +-
 metrics/pom.xml                                    |  2 +-
 node-commons/pom.xml                               |  2 +-
 .../iotdb/commons/partition/DataPartition.java     | 21 +++++++--
 openapi/pom.xml                                    |  2 +-
 pom.xml                                            |  2 +-
 rewrite-tsfile-tool/pom.xml                        |  2 +-
 schema-engine-rocksdb/pom.xml                      |  2 +-
 schema-engine-tag/README.md                        |  4 +-
 schema-engine-tag/pom.xml                          |  2 +-
 server/pom.xml                                     |  2 +-
 .../config/executor/ClusterConfigTaskExecutor.java | 24 ++++++++--
 .../engine/compaction/CompactionSchedulerTest.java |  1 -
 .../plan/node/write/WritePlanNodeSplitTest.java    | 18 ++++++--
 service-rpc/pom.xml                                |  2 +-
 session/pom.xml                                    |  2 +-
 site/pom.xml                                       |  2 +-
 spark-iotdb-connector/pom.xml                      |  2 +-
 spark-tsfile/pom.xml                               |  2 +-
 testcontainer/pom.xml                              |  2 +-
 thrift-commons/pom.xml                             |  2 +-
 thrift-confignode/pom.xml                          |  2 +-
 .../src/main/thrift/confignode.thrift              |  1 +
 thrift-influxdb/pom.xml                            |  2 +-
 thrift-iot-consensus/pom.xml                       |  2 +-
 thrift/pom.xml                                     |  2 +-
 trigger-api/pom.xml                                |  2 +-
 tsfile/README.md                                   |  2 +-
 tsfile/pom.xml                                     |  2 +-
 udf-api/pom.xml                                    |  2 +-
 zeppelin-interpreter/pom.xml                       |  2 +-
 114 files changed, 275 insertions(+), 214 deletions(-)


[iotdb] 01/01: Disable integration-tests and testcontainer in mvn install

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ericpai pushed a commit to branch bugfix/install-ci
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 3dc71e275abb4a98d2ea800f9077331a1b866bde
Author: ericpai <er...@hotmail.com>
AuthorDate: Mon Nov 28 16:24:01 2022 +0800

    Disable integration-tests and testcontainer in mvn install
---
 integration-test/pom.xml | 4 ----
 testcontainer/pom.xml    | 5 ++++-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index eadc847389..016f563e6a 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -158,7 +158,6 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skipTests>false</skipTests>
                             <groups>${integrationTest.includedGroups}</groups>
                             <excludedGroups>${integrationTest.excludedGroups}</excludedGroups>
                             <useSystemClassLoader>false</useSystemClassLoader>
@@ -181,9 +180,6 @@
                         </goals>
                         <configuration>
                             <skipTests>false</skipTests>
-                            <summaryFiles>
-                                <summaryFile>target/failsafe-reports/failsafe-summary-IT.xml</summaryFile>
-                            </summaryFiles>
                         </configuration>
                     </execution>
                 </executions>
diff --git a/testcontainer/pom.xml b/testcontainer/pom.xml
index 52777edbac..2754941590 100644
--- a/testcontainer/pom.xml
+++ b/testcontainer/pom.xml
@@ -66,7 +66,7 @@
         <profile>
             <id>testcontainer</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <build>
                 <plugins>
@@ -164,6 +164,9 @@
         </profile>
         <profile>
             <id>test-sync</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
             <build>
                 <plugins>
                     <!-- before integration test, we build the docker image -->