You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2021/01/11 01:05:31 UTC

[iotdb] branch PrintErrorFile updated (077303c -> 88c2263)

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

jackietien pushed a change to branch PrintErrorFile
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 077303c  add error log to print file name while error happened
     add 38eb730  Execute compaction after sync and load is called (#2439)
     add 1a302f5  Fix a bug of sync last query not right (#2403)
     add 5a05c1c  Revert "Fix a bug of sync last query not right (#2403)" (#2453)
     add ca31fef  Revert "Execute compaction after sync and load is called (#2439)"
     add 6add2e0  e2e: add a simple E2E case and set up the workflow (#2166)
     add 88c2263  Merge remote-tracking branch 'origin/master' into PrintErrorFile

No new revisions were added by this update.

Summary of changes:
 client-py/src/iotdb/__init__.py => .dockerignore   |  3 ++
 .github/workflows/e2e.yml                          | 52 +++++++++++++++++++++
 docker/src/main/Dockerfile                         | 46 ++++++++-----------
 .../e2e/base/docker-compose.yaml                   | 46 ++++++++++++-------
 test/e2e/cases/README.md                           | 53 ++++++++++++++++++++++
 .../e2e/cases/cli/README.md                        |  6 +--
 .../e2e/cases/cli/cleanup.sh                       |  9 +++-
 .../e2e/cases/cli/docker-compose.yaml              | 29 ++++++++----
 test/e2e/cases/cli/res/init.sql                    | 26 +++++++++++
 .../sbin/stop-node.sh => test/e2e/cases/cli/run.sh | 35 ++++++++------
 10 files changed, 233 insertions(+), 72 deletions(-)
 copy client-py/src/iotdb/__init__.py => .dockerignore (97%)
 create mode 100644 .github/workflows/e2e.yml
 copy cluster/src/assembly/resources/sbin/stop-node.sh => test/e2e/base/docker-compose.yaml (54%)
 create mode 100644 test/e2e/cases/README.md
 copy docs/zh/SystemDesign/QueryEngine/PlanExecutor.md => test/e2e/cases/cli/README.md (88%)
 copy server/src/main/resources/META-INF/services/org.apache.iotdb.db.mqtt.PayloadFormatter => test/e2e/cases/cli/cleanup.sh (89%)
 copy server/src/assembly/resources/tools/stop-sync-client.sh => test/e2e/cases/cli/docker-compose.yaml (67%)
 mode change 100755 => 100644
 create mode 100644 test/e2e/cases/cli/res/init.sql
 copy cluster/src/assembly/resources/sbin/stop-node.sh => test/e2e/cases/cli/run.sh (55%)