This is an automated email from the ASF dual-hosted git repository.
CRZbulabula pushed a change to branch speedup-ainode-it
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 9e8568d170d Speed up AINode IT and split CPU-only tests off GPU runner
add 202f83e4ef0 Revert CPU/GPU split; keep IT speedups in shared GPU runner
No new revisions were added by this update.
Summary of changes:
.github/workflows/cluster-it-ainode-cpu.yml | 70 -------------
integration-test/pom.xml | 14 ---
.../iotdb/it/env/cluster/node/AINodeWrapper.java | 87 +++++++---------
.../org/apache/iotdb/itbase/category/AINodeIT.java | 27 -----
.../org/apache/iotdb/ainode/it/AINodeBasicIT.java | 116 ---------------------
.../iotdb/ainode/it/AINodeClusterConfigIT.java | 4 +-
.../iotdb/ainode/it/AINodeSharedClusterIT.java | 56 ++++++++++
7 files changed, 97 insertions(+), 277 deletions(-)
delete mode 100644 .github/workflows/cluster-it-ainode-cpu.yml
delete mode 100644
integration-test/src/main/java/org/apache/iotdb/itbase/category/AINodeIT.java
delete mode 100644
integration-test/src/test/java/org/apache/iotdb/ainode/it/AINodeBasicIT.java