This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new b66a57f208 [INLONG-11148][Sort] Fixes Log4j2 of
sort-end-to-end-test-v1.15 not working properly (#11149)
b66a57f208 is described below
commit b66a57f208a4871998240695cfde308107970aaf
Author: PeterZh6 <[email protected]>
AuthorDate: Mon Sep 23 19:06:58 2024 +0800
[INLONG-11148][Sort] Fixes Log4j2 of sort-end-to-end-test-v1.15 not working
properly (#11149)
---
.../sort-end-to-end-tests/sort-end-to-end-tests-v1.15/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/inlong-sort/sort-end-to-end-tests/sort-end-to-end-tests-v1.15/pom.xml
b/inlong-sort/sort-end-to-end-tests/sort-end-to-end-tests-v1.15/pom.xml
index 9cc60e2d48..cfaaee3f65 100644
--- a/inlong-sort/sort-end-to-end-tests/sort-end-to-end-tests-v1.15/pom.xml
+++ b/inlong-sort/sort-end-to-end-tests/sort-end-to-end-tests-v1.15/pom.xml
@@ -291,6 +291,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${plugin.surefire.version}</version>
+ <configuration>
+ <systemPropertyVariables>
+
<log4j.configurationFile>src/test/resources/log4j2-test.properties</log4j.configurationFile>
+ </systemPropertyVariables>
+ </configuration>
</plugin>
</plugins>
</build>