[exporterqueue] Implement blocking queue #21933
build-and-test-windows.yaml
on: pull_request
Matrix: windows-service-test
Matrix: windows-unittest
Annotations
26 errors
windows-service-test (windows-2025)
undefined: sizedChannel
|
windows-service-test (windows-2025)
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)
|
windows-service-test (windows-2025)
undefined: newSizedChannel
|
windows-service-test (windows-2025)
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)
|
windows-service-test (windows-2025)
Process completed with exit code 1.
|
windows-service-test (windows-2025)
Process completed with exit code 1.
|
windows-service-test (windows-2022)
undefined: sizedChannel
|
windows-service-test (windows-2022)
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)
|
windows-service-test (windows-2022)
undefined: newSizedChannel
|
windows-service-test (windows-2022)
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)
|
windows-service-test (windows-2022)
Process completed with exit code 1.
|
windows-service-test (windows-2022)
Process completed with exit code 1.
|
windows-unittest (windows-2025)
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"
|
windows-unittest (windows-2025)
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"
|
windows-unittest (windows-2025):
exporter/exporterqueue/blocking_queue.go#L16
undefined: sizedChannel
|
windows-unittest (windows-2025):
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)
|
windows-unittest (windows-2025):
exporter/exporterqueue/blocking_queue.go#L34
undefined: newSizedChannel
|
windows-unittest (windows-2025):
exporter/exporterqueue/bounded_memory_queue.go#L31
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)
|
windows-unittest (windows-2025)
Process completed with exit code 1.
|
windows-unittest (windows-2022)
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"
|
windows-unittest (windows-2022)
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"
|
windows-unittest (windows-2022):
exporter/exporterqueue/blocking_queue.go#L16
undefined: sizedChannel
|
windows-unittest (windows-2022):
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)
|
windows-unittest (windows-2022):
exporter/exporterqueue/blocking_queue.go#L34
undefined: newSizedChannel
|
windows-unittest (windows-2022):
exporter/exporterqueue/bounded_memory_queue.go#L31
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)
|
windows-unittest (windows-2022)
Process completed with exit code 1.
|