[exporterqueue] Implement blocking queue #16520
Annotations
5 errors and 1 warning
Test:
exporter/exporterqueue/blocking_queue.go#L16
undefined: sizedChannel
|
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)
|
Test:
exporter/exporterqueue/blocking_queue.go#L34
undefined: newSizedChannel
|
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)
|
Test
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading