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 f2535c3f118 Improve IoTDB Edge packaging and lifecycle scripts
add bebe888595d Add dedicated Edge integration test workflow
No new revisions were added by this update.
Summary of changes:
.../{dependency-check.yml => edge-it.yml} | 49 ++-
CLAUDE.md | 4 +
integration-test/pom.xml | 16 +
.../itbase/category/{DailyIT.java => EdgeIT.java} | 3 +-
.../org/apache/iotdb/edge/it/IoTDBEdgeBasicIT.java | 357 +++++++++++++++++++++
5 files changed, 410 insertions(+), 19 deletions(-)
copy .github/workflows/{dependency-check.yml => edge-it.yml} (61%)
copy
integration-test/src/main/java/org/apache/iotdb/itbase/category/{DailyIT.java
=> EdgeIT.java} (96%)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/edge/it/IoTDBEdgeBasicIT.java