This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new 2d752b0ad41 Pipe IT: Save IT operation logs to the cluster-logs
directory (#14637) (#14638)
2d752b0ad41 is described below
commit 2d752b0ad41d46c0f6b20bbeaf87fe99a404f40d
Author: Zhenyu Luo <[email protected]>
AuthorDate: Tue Jan 7 10:29:17 2025 +0800
Pipe IT: Save IT operation logs to the cluster-logs directory (#14637)
(#14638)
(cherry picked from commit 4c3f64581cea1f7c314c353fefb8c3a5992f32f6)
---
.github/workflows/pipe-it-2cluster.yml | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pipe-it-2cluster.yml
b/.github/workflows/pipe-it-2cluster.yml
index 475096d2ab8..658963e0aaf 100644
--- a/.github/workflows/pipe-it-2cluster.yml
+++ b/.github/workflows/pipe-it-2cluster.yml
@@ -82,6 +82,8 @@ jobs:
-ntp >> ~/run-tests-$attempt.log && return 0
test_output=$(cat ~/run-tests-$attempt.log)
+ mv ~/run-tests-$attempt.log integration-test/target/cluster-logs/
+
echo "==================== BEGIN: ~/run-tests-$attempt.log
===================="
echo "$test_output"
echo "==================== END: ~/run-tests-$attempt.log
======================"
@@ -171,6 +173,8 @@ jobs:
-ntp >> ~/run-tests-$attempt.log && return 0
test_output=$(cat ~/run-tests-$attempt.log)
+ mv ~/run-tests-$attempt.log integration-test/target/cluster-logs/
+
echo "==================== BEGIN: ~/run-tests-$attempt.log
===================="
echo "$test_output"
echo "==================== END: ~/run-tests-$attempt.log
======================"
@@ -251,6 +255,8 @@ jobs:
-ntp >> ~/run-tests-$attempt.log && return 0
test_output=$(cat ~/run-tests-$attempt.log)
+ mv ~/run-tests-$attempt.log integration-test/target/cluster-logs/
+
echo "==================== BEGIN: ~/run-tests-$attempt.log
===================="
echo "$test_output"
echo "==================== END: ~/run-tests-$attempt.log
======================"
@@ -330,7 +336,9 @@ jobs:
-am -PMultiClusterIT2SubscriptionRegressionConsumer \
-ntp >> ~/run-tests-$attempt.log && return 0
test_output=$(cat ~/run-tests-$attempt.log)
-
+
+ mv ~/run-tests-$attempt.log integration-test/target/cluster-logs/
+
echo "==================== BEGIN: ~/run-tests-$attempt.log
===================="
echo "$test_output"
echo "==================== END: ~/run-tests-$attempt.log
======================"
@@ -410,7 +418,9 @@ jobs:
-am -PMultiClusterIT2SubscriptionRegressionMisc \
-ntp >> ~/run-tests-$attempt.log && return 0
test_output=$(cat ~/run-tests-$attempt.log)
-
+
+ mv ~/run-tests-$attempt.log integration-test/target/cluster-logs/
+
echo "==================== BEGIN: ~/run-tests-$attempt.log
===================="
echo "$test_output"
echo "==================== END: ~/run-tests-$attempt.log
======================"