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

Add Content-Range header to 206 Partial Content file response #37447

Merged
merged 1 commit into from
Dec 1, 2023

Add Content-Range header to 206 Partial Content file response

1a9e2e7
Select commit
Loading
Failed to load commit list.
Merged

Add Content-Range header to 206 Partial Content file response #37447

Add Content-Range header to 206 Partial Content file response
1a9e2e7
Select commit
Loading
Failed to load commit list.
quarkus-bot / Build summary for 1a9e2e7d321ed6f62a8648d2ec98b96412f0936b completed Dec 1, 2023 in 0s

Build summary for 1a9e2e7d321ed6f62a8648d2ec98b96412f0936b

Failing Jobs - Building 1a9e2e7 - Back to Pull request

Status Name Step Failures Logs Raw logs Build scan
✔️ JVM Tests - JDK 17 🚧
JVM Tests - JDK 21 Build Failures Logs Raw logs 🚧

Details

Test Failures

⚙️ JVM Tests - JDK 21 #

- Failing: integration-tests/opentelemetry-scheduler 

📦 integration-tests/opentelemetry-scheduler

# Tests:    1
+ Success:  0
- Failures: 0
- Errors:   1
! Skipped:  0

io.quarkus.it.opentelemetry.scheduler.OpenTelemetrySchedulerTest.schedulerSpanTest line 31 - Source on GitHub - 🠅

org.awaitility.core.ConditionTimeoutException: Condition io.quarkus.it.opentelemetry.scheduler.OpenTelemetrySchedulerTest$$Lambda/0x00007f815483f200 was not fulfilled within 1 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

Annotations

Check failure on line 31 in integration-tests/opentelemetry-scheduler/src/test/java/io/quarkus/it/opentelemetry/scheduler/OpenTelemetrySchedulerTest.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for 1a9e2e7d321ed6f62a8648d2ec98b96412f0936b

JVM Tests - JDK 21

org.awaitility.core.ConditionTimeoutException: Condition io.quarkus.it.opentelemetry.scheduler.OpenTelemetrySchedulerTest$$Lambda/0x00007f815483f200 was not fulfilled within 1 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
Raw output
org.awaitility.core.ConditionTimeoutException: Condition io.quarkus.it.opentelemetry.scheduler.OpenTelemetrySchedulerTest$$Lambda/0x00007f815483f200 was not fulfilled within 1 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
	at io.quarkus.it.opentelemetry.scheduler.OpenTelemetrySchedulerTest.assertCounter(OpenTelemetrySchedulerTest.java:51)
	at io.quarkus.it.opentelemetry.scheduler.OpenTelemetrySchedulerTest.schedulerSpanTest(OpenTelemetrySchedulerTest.java:31)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1013)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:827)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)