Эх сурвалжийг харах

Remove http stable semconv tests (#10087)

Lauri Tulmin 1 жил өмнө
parent
commit
a2d4148067
48 өөрчлөгдсөн 0 нэмэгдсэн , 486 устгасан
  1. 0 8
      instrumentation/akka/akka-http-10.0/javaagent/build.gradle.kts
  2. 0 10
      instrumentation/apache-httpasyncclient-4.1/javaagent/build.gradle.kts
  3. 0 8
      instrumentation/apache-httpclient/apache-httpclient-2.0/javaagent/build.gradle.kts
  4. 0 10
      instrumentation/apache-httpclient/apache-httpclient-4.0/javaagent/build.gradle.kts
  5. 0 10
      instrumentation/apache-httpclient/apache-httpclient-4.3/library/build.gradle.kts
  6. 0 8
      instrumentation/apache-httpclient/apache-httpclient-5.0/javaagent/build.gradle.kts
  7. 0 8
      instrumentation/armeria-1.3/javaagent/build.gradle.kts
  8. 0 8
      instrumentation/armeria-1.3/library/build.gradle.kts
  9. 0 8
      instrumentation/async-http-client/async-http-client-1.9/javaagent/build.gradle.kts
  10. 0 10
      instrumentation/async-http-client/async-http-client-2.0/javaagent/build.gradle.kts
  11. 0 8
      instrumentation/finatra-2.9/javaagent/build.gradle.kts
  12. 0 10
      instrumentation/google-http-client-1.19/javaagent/build.gradle.kts
  13. 0 8
      instrumentation/grails-3.0/javaagent/build.gradle.kts
  14. 0 8
      instrumentation/grizzly-2.3/javaagent/build.gradle.kts
  15. 0 10
      instrumentation/http-url-connection/javaagent/build.gradle.kts
  16. 0 10
      instrumentation/java-http-client/javaagent/build.gradle.kts
  17. 0 10
      instrumentation/java-http-client/library/build.gradle.kts
  18. 0 10
      instrumentation/jetty-httpclient/jetty-httpclient-9.2/javaagent/build.gradle.kts
  19. 0 10
      instrumentation/jetty-httpclient/jetty-httpclient-9.2/library/build.gradle.kts
  20. 0 10
      instrumentation/jetty/jetty-11.0/javaagent/build.gradle.kts
  21. 0 10
      instrumentation/jetty/jetty-8.0/javaagent/build.gradle.kts
  22. 0 15
      instrumentation/jodd-http-4.2/javaagent/build.gradle.kts
  23. 0 10
      instrumentation/netty/netty-3.8/javaagent/build.gradle.kts
  24. 0 23
      instrumentation/netty/netty-4.0/javaagent/build.gradle.kts
  25. 0 23
      instrumentation/netty/netty-4.1/javaagent/build.gradle.kts
  26. 0 10
      instrumentation/netty/netty-4.1/library/build.gradle.kts
  27. 0 10
      instrumentation/okhttp/okhttp-2.2/javaagent/build.gradle.kts
  28. 0 10
      instrumentation/okhttp/okhttp-3.0/javaagent/build.gradle.kts
  29. 0 10
      instrumentation/okhttp/okhttp-3.0/library/build.gradle.kts
  30. 0 8
      instrumentation/pekko-http-1.0/javaagent/build.gradle.kts
  31. 0 8
      instrumentation/play/play-mvc/play-mvc-2.4/javaagent/build.gradle.kts
  32. 0 8
      instrumentation/play/play-mvc/play-mvc-2.6/javaagent/build.gradle.kts
  33. 0 10
      instrumentation/play/play-ws/play-ws-1.0/javaagent/build.gradle.kts
  34. 0 10
      instrumentation/play/play-ws/play-ws-2.0/javaagent/build.gradle.kts
  35. 0 10
      instrumentation/play/play-ws/play-ws-2.1/javaagent/build.gradle.kts
  36. 0 12
      instrumentation/ratpack/ratpack-1.4/javaagent/build.gradle.kts
  37. 0 14
      instrumentation/ratpack/ratpack-1.7/library/build.gradle.kts
  38. 0 15
      instrumentation/servlet/servlet-2.2/javaagent/build.gradle.kts
  39. 0 8
      instrumentation/servlet/servlet-3.0/javaagent/build.gradle.kts
  40. 0 8
      instrumentation/servlet/servlet-5.0/javaagent/build.gradle.kts
  41. 0 10
      instrumentation/spring/spring-web/spring-web-3.1/library/build.gradle.kts
  42. 0 8
      instrumentation/tomcat/tomcat-10.0/javaagent/build.gradle.kts
  43. 0 8
      instrumentation/tomcat/tomcat-7.0/javaagent/build.gradle.kts
  44. 0 10
      instrumentation/undertow-1.4/javaagent/build.gradle.kts
  45. 0 8
      instrumentation/vertx/vertx-http-client/vertx-http-client-3.0/javaagent/build.gradle.kts
  46. 0 10
      instrumentation/vertx/vertx-http-client/vertx-http-client-4.0/javaagent/build.gradle.kts
  47. 0 8
      instrumentation/vertx/vertx-rx-java-3.5/javaagent/build.gradle.kts
  48. 0 10
      instrumentation/vertx/vertx-web-3.0/javaagent/build.gradle.kts

+ 0 - 8
instrumentation/akka/akka-http-10.0/javaagent/build.gradle.kts

@@ -43,10 +43,6 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     // required on jdk17
     jvmArgs("--add-exports=java.base/sun.security.util=ALL-UNNAMED")
@@ -56,10 +52,6 @@ tasks {
 
     systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }
 
 if (findProperty("testLatestDeps") as Boolean) {

+ 0 - 10
instrumentation/apache-httpasyncclient-4.1/javaagent/build.gradle.kts

@@ -16,13 +16,3 @@ muzzle {
 dependencies {
   library("org.apache.httpcomponents:httpasyncclient:4.1")
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 8
instrumentation/apache-httpclient/apache-httpclient-2.0/javaagent/build.gradle.kts

@@ -17,15 +17,7 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 10
instrumentation/apache-httpclient/apache-httpclient-4.0/javaagent/build.gradle.kts

@@ -29,13 +29,3 @@ dependencies {
   library("org.apache.httpcomponents:httpclient:4.0")
   testCompileOnly("net.jcip:jcip-annotations:1.0")
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/apache-httpclient/apache-httpclient-4.3/library/build.gradle.kts

@@ -11,13 +11,3 @@ dependencies {
 
   latestDepTestLibrary("org.apache.httpcomponents:httpclient:4.+") // see apache-httpclient-5.0 module
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 8
instrumentation/apache-httpclient/apache-httpclient-5.0/javaagent/build.gradle.kts

@@ -18,12 +18,4 @@ tasks {
   withType<Test>().configureEach {
     systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
   }
-
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 8
instrumentation/armeria-1.3/javaagent/build.gradle.kts

@@ -22,15 +22,7 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 8
instrumentation/armeria-1.3/library/build.gradle.kts

@@ -10,15 +10,7 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 8
instrumentation/async-http-client/async-http-client-1.9/javaagent/build.gradle.kts

@@ -21,10 +21,6 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     // required on jdk17
     jvmArgs("--add-exports=java.base/sun.security.util=ALL-UNNAMED")
@@ -32,8 +28,4 @@ tasks {
 
     systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 10
instrumentation/async-http-client/async-http-client-2.0/javaagent/build.gradle.kts

@@ -23,16 +23,6 @@ otelJava {
   maxJavaVersionForTests.set(JavaVersion.VERSION_1_8)
 }
 
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}
-
 // async-http-client 2.0.0 does not work with Netty versions newer than this due to referencing an
 // internal file.
 if (!(findProperty("testLatestDeps") as Boolean)) {

+ 0 - 8
instrumentation/finatra-2.9/javaagent/build.gradle.kts

@@ -87,12 +87,4 @@ tasks {
     jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
     jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
   }
-
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 10
instrumentation/google-http-client-1.19/javaagent/build.gradle.kts

@@ -15,13 +15,3 @@ muzzle {
 dependencies {
   library("com.google.http-client:google-http-client:1.19.0")
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 8
instrumentation/grails-3.0/javaagent/build.gradle.kts

@@ -68,10 +68,6 @@ configurations.testRuntimeClasspath {
 val latestDepTest = findProperty("testLatestDeps") as Boolean
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     systemProperty("testLatestDeps", latestDepTest)
 
@@ -79,8 +75,4 @@ tasks {
     jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
     jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 8
instrumentation/grizzly-2.3/javaagent/build.gradle.kts

@@ -20,19 +20,11 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     // required on jdk17
     jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
     jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }
 
 // Requires old Guava. Can't use enforcedPlatform since predates BOM

+ 0 - 10
instrumentation/http-url-connection/javaagent/build.gradle.kts

@@ -7,13 +7,3 @@ muzzle {
     coreJdk()
   }
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/java-http-client/javaagent/build.gradle.kts

@@ -16,13 +16,3 @@ dependencies {
   implementation(project(":instrumentation:java-http-client:library"))
   testImplementation(project(":instrumentation:java-http-client:testing"))
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/java-http-client/library/build.gradle.kts

@@ -10,13 +10,3 @@ otelJava {
 dependencies {
   testImplementation(project(":instrumentation:java-http-client:testing"))
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/jetty-httpclient/jetty-httpclient-9.2/javaagent/build.gradle.kts

@@ -22,13 +22,3 @@ dependencies {
 
   latestDepTestLibrary("org.eclipse.jetty:jetty-client:9.+") // documented limitation
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/jetty-httpclient/jetty-httpclient-9.2/library/build.gradle.kts

@@ -12,13 +12,3 @@ dependencies {
 
   latestDepTestLibrary("org.eclipse.jetty:jetty-client:9.+")
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/jetty/jetty-11.0/javaagent/build.gradle.kts

@@ -27,13 +27,3 @@ dependencies {
 otelJava {
   minJavaVersionSupported.set(JavaVersion.VERSION_11)
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/jetty/jetty-8.0/javaagent/build.gradle.kts

@@ -37,13 +37,3 @@ if (latestDepTest) {
     minJavaVersionSupported.set(JavaVersion.VERSION_11)
   }
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 15
instrumentation/jodd-http-4.2/javaagent/build.gradle.kts

@@ -17,18 +17,3 @@ dependencies {
   testImplementation(project(":instrumentation:jodd-http-4.2:javaagent"))
   testImplementation(project(":instrumentation-api-incubator"))
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    filter {
-      includeTestsMatching("JoddHttpTest")
-    }
-    include("**/JoddHttpTest.*")
-
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/netty/netty-3.8/javaagent/build.gradle.kts

@@ -35,16 +35,6 @@ dependencies {
   latestDepTestLibrary("com.ning:async-http-client:1.9.+")
 }
 
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}
-
 // We need to force the dependency to the earliest supported version because other libraries declare newer versions.
 if (!(findProperty("testLatestDeps") as Boolean)) {
   configurations.configureEach {

+ 0 - 23
instrumentation/netty/netty-4.0/javaagent/build.gradle.kts

@@ -47,27 +47,6 @@ tasks {
     jvmArgs("-Dotel.instrumentation.netty.ssl-telemetry.enabled=true")
   }
 
-  val testStableSemconv by registering(Test::class) {
-    filter {
-      excludeTestsMatching("Netty40ConnectionSpanTest")
-      excludeTestsMatching("Netty40ClientSslTest")
-    }
-
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  val testStableSemconvConnectionSpan by registering(Test::class) {
-    filter {
-      includeTestsMatching("Netty40ConnectionSpanTest")
-      includeTestsMatching("Netty40ClientSslTest")
-    }
-    include("**/Netty40ConnectionSpanTest.*", "**/Netty40ClientSslTest.*")
-
-    jvmArgs("-Dotel.instrumentation.netty.connection-telemetry.enabled=true")
-    jvmArgs("-Dotel.instrumentation.netty.ssl-telemetry.enabled=true")
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   test {
     filter {
       excludeTestsMatching("Netty40ConnectionSpanTest")
@@ -77,8 +56,6 @@ tasks {
 
   check {
     dependsOn(testConnectionSpan)
-    dependsOn(testStableSemconv)
-    dependsOn(testStableSemconvConnectionSpan)
   }
 }
 

+ 0 - 23
instrumentation/netty/netty-4.1/javaagent/build.gradle.kts

@@ -54,27 +54,6 @@ tasks {
     jvmArgs("-Dotel.instrumentation.netty.ssl-telemetry.enabled=true")
   }
 
-  val testStableSemconv by registering(Test::class) {
-    filter {
-      excludeTestsMatching("Netty41ConnectionSpanTest")
-      excludeTestsMatching("Netty41ClientSslTest")
-    }
-
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  val testStableSemconvConnectionSpan by registering(Test::class) {
-    filter {
-      includeTestsMatching("Netty41ConnectionSpanTest")
-      includeTestsMatching("Netty41ClientSslTest")
-    }
-    include("**/Netty41ConnectionSpanTest.*", "**/Netty41ClientSslTest.*")
-
-    jvmArgs("-Dotel.instrumentation.netty.connection-telemetry.enabled=true")
-    jvmArgs("-Dotel.instrumentation.netty.ssl-telemetry.enabled=true")
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   test {
     systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
 
@@ -86,8 +65,6 @@ tasks {
 
   check {
     dependsOn(testConnectionSpan)
-    dependsOn(testStableSemconv)
-    dependsOn(testStableSemconvConnectionSpan)
   }
 }
 

+ 0 - 10
instrumentation/netty/netty-4.1/library/build.gradle.kts

@@ -12,13 +12,3 @@ dependencies {
 
   testImplementation(project(":instrumentation:netty:netty-4.1:testing"))
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/okhttp/okhttp-2.2/javaagent/build.gradle.kts

@@ -22,13 +22,3 @@ dependencies {
 
   latestDepTestLibrary("com.squareup.okhttp:okhttp:2.+") // see okhttp-3.0 module
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/okhttp/okhttp-3.0/javaagent/build.gradle.kts

@@ -20,13 +20,3 @@ dependencies {
 
   testImplementation(project(":instrumentation:okhttp:okhttp-3.0:testing"))
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/okhttp/okhttp-3.0/library/build.gradle.kts

@@ -9,13 +9,3 @@ dependencies {
 
   testImplementation(project(":instrumentation:okhttp:okhttp-3.0:testing"))
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 8
instrumentation/pekko-http-1.0/javaagent/build.gradle.kts

@@ -32,10 +32,6 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     // required on jdk17
     jvmArgs("--add-exports=java.base/sun.security.util=ALL-UNNAMED")
@@ -45,10 +41,6 @@ tasks {
 
     systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }
 
 if (findProperty("testLatestDeps") as Boolean) {

+ 0 - 8
instrumentation/play/play-mvc/play-mvc-2.4/javaagent/build.gradle.kts

@@ -64,14 +64,6 @@ tasks {
   check {
     dependsOn(testing.suites)
   }
-
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }
 
 // play-test depends on websocket-client

+ 0 - 8
instrumentation/play/play-mvc/play-mvc-2.6/javaagent/build.gradle.kts

@@ -74,14 +74,6 @@ tasks {
       dependsOn(testing.suites)
     }
   }
-
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }
 
 // play-test depends on websocket-client

+ 0 - 10
instrumentation/play/play-ws/play-ws-1.0/javaagent/build.gradle.kts

@@ -39,13 +39,3 @@ dependencies {
 
   latestDepTestLibrary("com.typesafe.play:play-ahc-ws-standalone_$scalaVersion:1.+")
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/play/play-ws/play-ws-2.0/javaagent/build.gradle.kts

@@ -45,13 +45,3 @@ dependencies {
 
   latestDepTestLibrary("com.typesafe.play:play-ahc-ws-standalone_$scalaVersion:2.0.+")
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 10
instrumentation/play/play-ws/play-ws-2.1/javaagent/build.gradle.kts

@@ -45,16 +45,6 @@ dependencies {
   latestDepTestLibrary("com.typesafe.play:play-ahc-ws-standalone_2.13:+")
 }
 
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}
-
 if (findProperty("testLatestDeps") as Boolean) {
   configurations {
     // play-ws artifact name is different for regular and latest tests

+ 0 - 12
instrumentation/ratpack/ratpack-1.4/javaagent/build.gradle.kts

@@ -47,19 +47,7 @@ if (!(findProperty("testLatestDeps") as Boolean)) {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    filter {
-      excludeTestsMatching("RatpackRoutesTest")
-    }
-
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 14
instrumentation/ratpack/ratpack-1.7/library/build.gradle.kts

@@ -16,23 +16,9 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    filter {
-      excludeTestsMatching("InstrumentedHttpClientTest")
-      excludeTestsMatching("RatpackRoutesTest")
-      excludeTestsMatching("RatpackServerApplicationTest")
-      excludeTestsMatching("RatpackServerTest")
-    }
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     // required on jdk17
     jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
     jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 15
instrumentation/servlet/servlet-2.2/javaagent/build.gradle.kts

@@ -32,18 +32,3 @@ dependencies {
   latestDepTestLibrary("org.eclipse.jetty:jetty-server:7.+") // see servlet-3.0 module
   latestDepTestLibrary("org.eclipse.jetty:jetty-servlet:7.+") // see servlet-3.0 module
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    filter {
-      includeTestsMatching("JettyServlet2Test")
-    }
-    include("**/JettyServlet2Test.*")
-
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 8
instrumentation/servlet/servlet-3.0/javaagent/build.gradle.kts

@@ -38,18 +38,10 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     jvmArgs("-Dotel.instrumentation.servlet.experimental.capture-request-parameters=test-parameter")
     // required on jdk17
     jvmArgs("--add-opens=java.base/java.util=ALL-UNNAMED")
     jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 8
instrumentation/servlet/servlet-5.0/javaagent/build.gradle.kts

@@ -31,15 +31,7 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     jvmArgs("-Dotel.instrumentation.servlet.experimental.capture-request-parameters=test-parameter")
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 10
instrumentation/spring/spring-web/spring-web-3.1/library/build.gradle.kts

@@ -11,16 +11,6 @@ dependencies {
   testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
 }
 
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}
-
 val latestDepTest = findProperty("testLatestDeps") as Boolean
 
 // spring 6 requires java 17

+ 0 - 8
instrumentation/tomcat/tomcat-10.0/javaagent/build.gradle.kts

@@ -24,15 +24,7 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     jvmArgs("-Dotel.instrumentation.servlet.experimental.capture-request-parameters=test-parameter")
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 8
instrumentation/tomcat/tomcat-7.0/javaagent/build.gradle.kts

@@ -31,18 +31,10 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     jvmArgs("-Dotel.instrumentation.servlet.experimental.capture-request-parameters=test-parameter")
     // required on jdk17
     jvmArgs("--add-opens=java.base/java.util=ALL-UNNAMED")
     jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 10
instrumentation/undertow-1.4/javaagent/build.gradle.kts

@@ -20,13 +20,3 @@ dependencies {
   bootstrap(project(":instrumentation:servlet:servlet-common:bootstrap"))
   bootstrap(project(":instrumentation:undertow-1.4:bootstrap"))
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 8
instrumentation/vertx/vertx-http-client/vertx-http-client-3.0/javaagent/build.gradle.kts

@@ -36,15 +36,7 @@ dependencies {
 }
 
 tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
   withType<Test>().configureEach {
     systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
   }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 10
instrumentation/vertx/vertx-http-client/vertx-http-client-4.0/javaagent/build.gradle.kts

@@ -21,13 +21,3 @@ dependencies {
 
   testInstrumentation(project(":instrumentation:netty:netty-4.1:javaagent"))
 }
-
-tasks {
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
-}

+ 0 - 8
instrumentation/vertx/vertx-rx-java-3.5/javaagent/build.gradle.kts

@@ -74,12 +74,4 @@ tasks {
   check {
     dependsOn(testing.suites)
   }
-
-  val testStableSemconv by registering(Test::class) {
-    jvmArgs("-Dotel.semconv-stability.opt-in=http")
-  }
-
-  check {
-    dependsOn(testStableSemconv)
-  }
 }

+ 0 - 10
instrumentation/vertx/vertx-web-3.0/javaagent/build.gradle.kts

@@ -59,14 +59,4 @@ tasks {
       dependsOn(testing.suites)
     }
   }
-
-  tasks {
-    val testStableSemconv by registering(Test::class) {
-      jvmArgs("-Dotel.semconv-stability.opt-in=http")
-    }
-
-    check {
-      dependsOn(testStableSemconv)
-    }
-  }
 }