From 982080e41166fae1d1b316a4bd00a19323e21797 Mon Sep 17 00:00:00 2001 From: Jan Bernitt Date: Wed, 25 Nov 2020 15:35:09 +0100 Subject: [PATCH 1/4] FISH-659 --- .../tck-runner/pom.xml | 6 +- .../test/resources/tck-suite3.0-stable.xml | 96 +++++++++++++++++++ 2 files changed, 99 insertions(+), 3 deletions(-) create mode 100644 MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml diff --git a/MicroProfile-Fault-Tolerance/tck-runner/pom.xml b/MicroProfile-Fault-Tolerance/tck-runner/pom.xml index 2401deff..15fb6c0d 100644 --- a/MicroProfile-Fault-Tolerance/tck-runner/pom.xml +++ b/MicroProfile-Fault-Tolerance/tck-runner/pom.xml @@ -56,9 +56,9 @@ - 2.1 - 2.1 - tck-suite2.1-stable.xml + 3.0-RC2 + 3.0-RC2 + tck-suite3.0-stable.xml 6.9.9 diff --git a/MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml b/MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml new file mode 100644 index 00000000..845faf2f --- /dev/null +++ b/MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From e29b5429363dc7141da9d9e3713630fb9c3091c1 Mon Sep 17 00:00:00 2001 From: Jan Bernitt Date: Mon, 14 Dec 2020 12:36:28 +0100 Subject: [PATCH 2/4] FISH-659 current TCK run setup --- .../tck-runner/pom.xml | 10 ++++++++++ .../test/resources/tck-suite3.0-stable.xml | 19 ++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/MicroProfile-Fault-Tolerance/tck-runner/pom.xml b/MicroProfile-Fault-Tolerance/tck-runner/pom.xml index 15fb6c0d..c4ca3ee7 100644 --- a/MicroProfile-Fault-Tolerance/tck-runner/pom.xml +++ b/MicroProfile-Fault-Tolerance/tck-runner/pom.xml @@ -58,6 +58,7 @@ 3.0-RC2 3.0-RC2 + 3.0-RC4 tck-suite3.0-stable.xml @@ -77,6 +78,12 @@ ${microprofile.fault-tolerance.version} test + + org.eclipse.microprofile.metrics + microprofile-metrics-api + ${microprofile.metrics.version} + test + org.testng testng @@ -99,6 +106,9 @@ ${basedir}/src/test/resources/${microprofile.fault-tolerance.tck.suite} + + 2.0 + diff --git a/MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml b/MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml index 845faf2f..9e16fc39 100644 --- a/MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml +++ b/MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml @@ -6,9 +6,26 @@ - + + From 511addcff132685e46742328b781f11ad32a8898 Mon Sep 17 00:00:00 2001 From: Jan Bernitt Date: Tue, 15 Dec 2020 11:32:22 +0100 Subject: [PATCH 3/4] FISH-659 TCK passes with excludes --- .../test/resources/tck-suite3.0-stable.xml | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml b/MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml index 9e16fc39..c7dd4d0f 100644 --- a/MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml +++ b/MicroProfile-Fault-Tolerance/tck-runner/src/test/resources/tck-suite3.0-stable.xml @@ -6,31 +6,32 @@ - + - + + + + + - - + + - - + + + + + + - - - --> - - + + + From dd3d2dea0e36f899d7a8e395016f86cc5ffb6cd0 Mon Sep 17 00:00:00 2001 From: Matthew Gill Date: Thu, 17 Dec 2020 09:13:23 +0000 Subject: [PATCH 4/4] FISH-659 Enable FT Tests Signed-off-by: Matthew Gill --- MicroProfile-Fault-Tolerance/tck-runner/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/MicroProfile-Fault-Tolerance/tck-runner/pom.xml b/MicroProfile-Fault-Tolerance/tck-runner/pom.xml index f1eb140f..c4ca3ee7 100644 --- a/MicroProfile-Fault-Tolerance/tck-runner/pom.xml +++ b/MicroProfile-Fault-Tolerance/tck-runner/pom.xml @@ -63,8 +63,6 @@ 6.9.9 - - true