Add Log4j 2.x agent tests for the 'log4j2' domain
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 11 Feb 2022 15:38:10 +0000 (15:38 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 30 Aug 2024 20:39:29 +0000 (16:39 -0400)
commitd75ff3a0a0468af3afc0b45c14a9cd039ae3dda6
tree9ada4ed23664551479536597a3b373b87d771513
parentf1f15c35fcc3c4ebc06afac075054cd2a356aac4
Add Log4j 2.x agent tests for the 'log4j2' domain

Add integration tests for the new Log4j 2.x agent in its native mode
using the new 'log4j2' domain, the new configure switch
'--enable-test-java-agent-log4j2' to enable it or
'--enable-test-java-agent-all' to enable all Java agents tests.

To run only this new test, use this command :

  cd tests/regression && make check TESTS="ust/java-log4j2/test_agent_log4j2_domain_log4j2"

Change-Id: Idfac151d2e523b5ac109f2dae2f182b0bc9415d8
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/Makefile.am
tests/regression/ust/java-log4j2/Makefile.am
tests/regression/ust/java-log4j2/domain-log4j2.xml [new file with mode: 0644]
tests/regression/ust/java-log4j2/test_agent_log4j2_domain_log4j2 [new file with mode: 0755]
tests/utils/utils.sh
This page took 0.025133 seconds and 4 git commands to generate.