Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live Metrics Filtering Part 6: Error Tracker #43744

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

restructure of error tracking in validator

f1ba015
Select commit
Loading
Failed to load commit list.
Open

Live Metrics Filtering Part 6: Error Tracker #43744

restructure of error tracking in validator
f1ba015
Select commit
Loading
Failed to load commit list.
Azure Pipelines / java - monitor - ci failed Jan 10, 2025 in 14m 19s

Build #20250109.3 had test failures

Details

Tests

  • Failed: 1 (0.02%)
  • Passed: 5,850 (93.02%)
  • Other: 438 (6.96%)
  • Total: 6,289
Code coverage

  • 7987 of 19687 line covered (40.57%)

Annotations

Check failure on line 80 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - monitor - ci

Build log #L80

Build failed.

Check failure on line 1 in testStatsbeatShutdownWhen400InvalidIKeyReturned

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - monitor - ci

testStatsbeatShutdownWhen400InvalidIKeyReturned

expected: 0L
 but was: 2L
Raw output
org.opentest4j.AssertionFailedError: 

expected: 0L
 but was: 2L
	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at com.azure.monitor.opentelemetry.exporter.AzureMonitorStatsbeatTest.verifyStatsbeatShutdownOrnNot(AzureMonitorStatsbeatTest.java:119)
	at com.azure.monitor.opentelemetry.exporter.AzureMonitorStatsbeatTest.testStatsbeatShutdownWhen400InvalidIKeyReturned(AzureMonitorStatsbeatTest.java:81)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)