Skip to content

Commit

Permalink
Add Mp61 Telemetry 2 FAT repeats to mptelemetry_container_fat bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
yasmin-aumeeruddy committed Sep 30, 2024
1 parent 9201a80 commit 6fb19b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public abstract class JaegerBaseTest {
protected abstract JaegerQueryClient getJaegerClient();

@Test
@SkipForRepeat({ TelemetryActions.MP14_MPTEL20_ID, TelemetryActions.MP41_MPTEL20_ID, TelemetryActions.MP50_MPTEL20_ID, TelemetryActions.MP50_MPTEL20_JAVA8_ID, MicroProfileActions.MP70_EE10_ID, MicroProfileActions.MP70_EE11_ID})
@SkipForRepeat({ TelemetryActions.MP14_MPTEL20_ID, TelemetryActions.MP41_MPTEL20_ID, TelemetryActions.MP50_MPTEL20_ID, TelemetryActions.MP50_MPTEL20_JAVA8_ID, TelemetryActions.MP61_MPTEL20_ID, MicroProfileActions.MP70_EE10_ID, MicroProfileActions.MP70_EE11_ID})
public void testBasicTelemetry1() throws Exception {
HttpRequest request = new HttpRequest(server, "/spanTest");
String traceId = request.run(String.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static void teardown() throws Exception {

@Test
@SkipForRepeat({ TelemetryActions.MP14_MPTEL20_ID, TelemetryActions.MP41_MPTEL20_ID, TelemetryActions.MP50_MPTEL20_ID, TelemetryActions.MP50_MPTEL20_JAVA8_ID,
MicroProfileActions.MP70_EE10_ID, MicroProfileActions.MP70_EE11_ID })
TelemetryActions.MP61_MPTEL20_ID, MicroProfileActions.MP70_EE10_ID, MicroProfileActions.MP70_EE11_ID })
public void testBasicTelemetry1() throws Exception {
HttpRequest request = new HttpRequest(server, "/spanTest");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static void teardown() throws Exception {

@Test
@SkipForRepeat({ TelemetryActions.MP14_MPTEL20_ID, TelemetryActions.MP41_MPTEL20_ID, TelemetryActions.MP50_MPTEL20_ID, TelemetryActions.MP50_MPTEL20_JAVA8_ID,
MicroProfileActions.MP70_EE10_ID, MicroProfileActions.MP70_EE11_ID })
TelemetryActions.MP61_MPTEL20_ID, MicroProfileActions.MP70_EE10_ID, MicroProfileActions.MP70_EE11_ID })
public void testBasicTelemetry1() throws Exception {
HttpRequest request = new HttpRequest(server, "/spanTest");
String traceId = request.run(String.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static RepeatTests telemetry10and11Repeats(String serverName) {

public static RepeatTests telemetry20Repeats(String serverName) {
return repeat(serverName, MicroProfileActions.MP70_EE11, MP14_MPTEL20, MP41_MPTEL20, MP50_MPTEL20,
MP50_MPTEL20_JAVA8, MicroProfileActions.MP70_EE10);
MP50_MPTEL20_JAVA8, MP61_MPTEL20, MicroProfileActions.MP70_EE10);
}

public static RepeatTests telemetry20Repeats() {
Expand Down

0 comments on commit 6fb19b8

Please sign in to comment.