Trask Stalnaker
Trask Stalnaker
Testing https://github.com/Azure/azure-sdk-for-java/pull/46957
The underlying fix was implemented in https://github.com/Azure/azure-sdk-for-java/pull/46001
Testing https://github.com/Azure/azure-sdk-for-java/pull/45944
``` LiveMetricsTest$Wildfly13Java8OpenJ9Test > testTelemetryDataFlow() FAILED org.opentest4j.AssertionFailedError: expected: 1 but was: 2 at app//com.microsoft.applicationinsights.smoketest.LiveMetricsTest.lambda$testTelemetryDataFlow$1(LiveMetricsTest.java:47) at app//org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53) at app//org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248) at app//org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235) at [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264) at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at [email protected]/java.lang.Thread.run(Thread.java:840) ```
``` JmxMetricTest$Tomcat8Java8Test > doMostBasicTest() FAILED java.lang.AssertionError: Expecting HashSet: ["NameWithDot", "DotInAttributeNameAsPathSeparator", "BooleanJmxMetric", "WildcardJmxMetric", "DefaultJmxMetricNameOverride", "PSMarkSweep", "PSScavenge"] to contain: ["Loaded Class Count", "NameWithDot", "DotInAttributeNameAsPathSeparator", "BooleanJmxMetric", "DefaultJmxMetricNameOverride", "WildcardJmxMetric"] but could not find the...
Resolves #15852