[exporterqueue] Implement blocking queue #16520
builder-integration-test.yaml
on: pull_request
Integration test
11s
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
|