This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 4c3f64581ce Pipe IT: Save IT operation logs to the cluster-logs
directory (#14637)
4c3f64581ce is described below
commit 4c3f64581cea1f7c314c353fefb8c3a5992f32f6
Author: Zhenyu Luo <[email protected]>
AuthorDate: Tue Jan 7 09:57:10 2025 +0800
Pipe IT: Save IT operation logs to the cluster-logs directory (#14637)
---
.github/workflows/pipe-it-2cluster.yml | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pipe-it-2cluster.yml
b/.github/workflows/pipe-it-2cluster.yml
index 8b5603b0057..86d0b4bfbc9 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
======================"
@@ -183,6 +185,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
======================"
@@ -263,6 +267,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
======================"
@@ -342,7 +348,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
======================"
@@ -422,7 +430,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
======================"
@@ -501,7 +511,9 @@ jobs:
-am -PMultiClusterIT2TableModel \
-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
======================"