This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a change to branch edge-version
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from bebe888595d Add dedicated Edge integration test workflow
add 613de3b751b Address Edge distribution review feedback
No new revisions were added by this update.
Summary of changes:
.github/scripts/test-edge-windows.ps1 | 222 +++++++++++++++++++++
.github/workflows/edge-it.yml | 9 +
distribution/src/assembly/edge.xml | 1 +
.../assembly/resources/conf-edge/logback-edge.xml | 16 +-
.../org/apache/iotdb/edge/it/IoTDBEdgeBasicIT.java | 45 ++++-
.../main/java/org/apache/iotdb/edge/EdgeNode.java | 8 +-
.../resources/conf/edge/iotdb-system.properties | 1 -
scripts/conf/windows/edge-env.bat | 4 +
scripts/sbin/windows/check-edge.ps1 | 66 ++++++
scripts/sbin/windows/start-edge.bat | 34 ++--
10 files changed, 372 insertions(+), 34 deletions(-)
create mode 100644 .github/scripts/test-edge-windows.ps1
create mode 100644 scripts/sbin/windows/check-edge.ps1