fix: seek race #565
Annotations
10 errors and 1 warning
Run Tests:
pulsar/consumer_partition_test.go#L33
cannot use make(chan []*message, 1) (value of type chan []*message) as chan *message value in struct literal
|
Run Tests:
pulsar/consumer_partition_test.go#L51
cannot range over messages (variable of type *message)
|
Run Tests:
pulsar/consumer_partition_test.go#L56
invalid operation: cannot index messages (variable of type *message)
|
Run Tests:
pulsar/consumer_partition_test.go#L72
cannot use make(chan []*message, 1) (value of type chan []*message) as chan *message value in struct literal
|
Run Tests:
pulsar/consumer_partition_test.go#L90
cannot range over messages (variable of type *message)
|
Run Tests:
pulsar/consumer_partition_test.go#L95
invalid operation: cannot index messages (variable of type *message)
|
Run Tests:
pulsar/consumer_partition_test.go#L108
cannot use make(chan []*message, 1) (value of type chan []*message) as chan *message value in struct literal
|
Run Tests:
pulsar/consumer_partition_test.go#L126
cannot range over messages (variable of type *message)
|
Run Tests:
pulsar/consumer_partition_test.go#L132
invalid operation: cannot index messages (variable of type *message)
|
Run Tests:
pulsar/consumer_partition_test.go#L143
invalid operation: cannot index messages (variable of type *message)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading