From fd1c06335238ecebd8ebdaeafdd4b9284e4263d1 Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Thu, 14 Nov 2024 12:04:53 +0100 Subject: [PATCH] Update microprofile/WFLY-19592_MicroProfile_Fault_Tolerance_4_1.adoc Co-authored-by: Fabio Burzigotti <34456377+fabiobrz@users.noreply.github.com> --- microprofile/WFLY-19592_MicroProfile_Fault_Tolerance_4_1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microprofile/WFLY-19592_MicroProfile_Fault_Tolerance_4_1.adoc b/microprofile/WFLY-19592_MicroProfile_Fault_Tolerance_4_1.adoc index 001e326e..cb62af1b 100644 --- a/microprofile/WFLY-19592_MicroProfile_Fault_Tolerance_4_1.adoc +++ b/microprofile/WFLY-19592_MicroProfile_Fault_Tolerance_4_1.adoc @@ -117,7 +117,7 @@ The following test suites will be used to validate this change: * MicroProfile Fault Tolerance TCK tests will be added and executed by CI as part of the WildFly testsuite (in `testsuite/integration/microprofile-tck/fault-tolerance` module) * WildFly-specific behavior and configuration is covered by existing tests in the WildFly testsuite (in `testsuite/integration/microprofile` module) -* Upstream https://github.com/smallrye/smallrye-fault-tolerance/tree/main/testsuite[implementation] testsuite is executed. +* Upstream https://github.com/smallrye/smallrye-fault-tolerance/tree/main/testsuite[implementation] testsuite is executed, also covering MicroProfile Fault tolerance -> MicroProfile Telemetry integration. * The corresponding MicroProfile tests from https://github.com/jboss-eap-qe/eap-microprofile-test-suite[EAP MicroProfile test suite], also covering MicroProfile Fault tolerance -> MicroProfile Telemetry integration. == Community Documentation