Skip to content

Reduce metrics cardinality and limit some metrics to debug builds

Sign in for the full log view
GitHub Actions / Test Results failed Aug 6, 2025 in 0s

1 errors, 1 skipped, 52 pass in 3m 40s

  7 files  ±0    7 suites  ±0   3m 40s ⏱️ - 1m 23s
 54 tests ±0   52 ✅  - 1  1 💤 ±0  0 ❌ ±0  1 🔥 +1 
223 runs  ±0  219 ✅  - 1  3 💤 ±0  0 ❌ ±0  1 🔥 +1 

Results for commit fb00afb. ± Comparison against earlier commit c8bcfed.

Annotations

Check failure on line 0 in dev.restate.sdktesting.tests.KafkaIngress

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 3 runs with error: handleEventInCounterService(URI, int, Client) (dev.restate.sdktesting.tests.KafkaIngress)

test-report/threeNodes/TEST-junit-jupiter.xml [took 10s]
Raw output
Condition with alias 'Updates from Kafka are visible in the counter' didn't complete within 10 seconds because assertion condition defined as a Lambda expression in dev.restate.sdktesting.tests.UtilsKt$untilAsserted$2 
expected: 6L
 but was: 0L.
org.awaitility.core.ConditionTimeoutException: Condition with alias 'Updates from Kafka are visible in the counter' didn't complete within 10 seconds because assertion condition defined as a Lambda expression in dev.restate.sdktesting.tests.UtilsKt$untilAsserted$2 
expected: 6L
 but was: 0L.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
	at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:790)
	at dev.restate.sdktesting.tests.UtilsKt$untilAsserted$2.invokeSuspend(utils.kt:38)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:113)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:820)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)
Caused by: org.opentest4j.AssertionFailedError: 
expected: 6L
 but was: 0L
	at dev.restate.sdktesting.tests.KafkaIngress$handleEventInCounterService$1$1.invokeSuspend(KafkaIngress.kt:92)
	... 8 more

unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.KafkaIngress]/[method:handleEventInCounterService(java.net.URI, int, dev.restate.client.Client)]
display-name: handleEventInCounterService(URI, int, Client)