Skip to content

[exporterqueue] Implement blocking queue #16520

[exporterqueue] Implement blocking queue

[exporterqueue] Implement blocking queue #16520

Triggered via pull request January 14, 2025 21:47
Status Failure
Total duration 24s
Artifacts
Integration test
11s
Integration test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Integration test: exporter/exporterqueue/blocking_queue.go#L16
undefined: sizedChannel
Integration test: exporter/exporterqueue/blocking_queue.go#L33
cannot use &blockingMemoryQueue[T]{…} (value of type *blockingMemoryQueue[T]) as Queue[T] value in return statement: *blockingMemoryQueue[T] does not implement Queue[T] (missing method Capacity)
Integration test: exporter/exporterqueue/blocking_queue.go#L34
undefined: newSizedChannel
Integration test: exporter/exporterqueue/bounded_memory_queue.go#L32
cannot use &boundedMemoryQueue[T]{…} (value of type *boundedMemoryQueue[T]) as Queue[T] value in return statement: *boundedMemoryQueue[T] does not implement Queue[T] (missing method IsBlocking)
Integration test
Process completed with exit code 2.
Integration test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636