[exporterqueue] Implement blocking queue #21973
Annotations
7 errors
Run Unit Tests
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)\n"
|
Run Unit Tests
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)\n"
|
Run Unit Tests:
exporter/exporterqueue/blocking_queue.go#L16
undefined: sizedChannel
|
Run Unit Tests:
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)
|
Run Unit Tests:
exporter/exporterqueue/blocking_queue.go#L34
undefined: newSizedChannel
|
Run Unit Tests:
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)
|
Run Unit Tests
Process completed with exit code 1.
|
Loading