Skip to content

fix: seek race

fix: seek race #566

Triggered via pull request September 11, 2024 11:05
Status Failure
Total duration 3m 25s
Artifacts

ci.yml

on: pull_request
Matrix: build
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 4 warnings
lint: pulsar/consumer_partition_test.go#L33
cannot use make(chan []*message, 1) (value of type chan []*message) as chan *message value in struct literal
lint: pulsar/consumer_partition_test.go#L51
cannot range over messages (variable of type *message)
lint: pulsar/consumer_partition_test.go#L56
invalid operation: cannot index messages (variable of type *message)
lint: pulsar/consumer_partition_test.go#L72
cannot use make(chan []*message, 1) (value of type chan []*message) as chan *message value in struct literal
lint: pulsar/consumer_partition_test.go#L90
cannot range over messages (variable of type *message)
lint: pulsar/consumer_partition_test.go#L95
invalid operation: cannot index messages (variable of type *message)
lint: pulsar/consumer_partition_test.go#L108
cannot use make(chan []*message, 1) (value of type chan []*message) as chan *message value in struct literal
lint: pulsar/consumer_partition_test.go#L126
cannot range over messages (variable of type *message)
lint: pulsar/consumer_partition_test.go#L132
invalid operation: cannot index messages (variable of type *message)
lint: pulsar/consumer_partition_test.go#L143
invalid operation: cannot index messages (variable of type *message)
integration-tests (1.22): pulsar/consumer_partition_test.go#L33
cannot use make(chan []*message, 1) (value of type chan []*message) as chan *message value in struct literal
integration-tests (1.22): pulsar/consumer_partition_test.go#L51
cannot range over messages (variable of type *message)
integration-tests (1.22): pulsar/consumer_partition_test.go#L56
invalid operation: cannot index messages (variable of type *message)
integration-tests (1.22): pulsar/consumer_partition_test.go#L72
cannot use make(chan []*message, 1) (value of type chan []*message) as chan *message value in struct literal
integration-tests (1.22): pulsar/consumer_partition_test.go#L90
cannot range over messages (variable of type *message)
integration-tests (1.22): pulsar/consumer_partition_test.go#L95
invalid operation: cannot index messages (variable of type *message)
integration-tests (1.22): pulsar/consumer_partition_test.go#L108
cannot use make(chan []*message, 1) (value of type chan []*message) as chan *message value in struct literal
integration-tests (1.22): pulsar/consumer_partition_test.go#L126
cannot range over messages (variable of type *message)
integration-tests (1.22): pulsar/consumer_partition_test.go#L132
invalid operation: cannot index messages (variable of type *message)
integration-tests (1.22): pulsar/consumer_partition_test.go#L143
invalid operation: cannot index messages (variable of type *message)
integration-tests (1.21)
The job was canceled because "_1_22" failed.
integration-tests (1.21)
The operation was canceled.
build (1.22)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (1.21)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
integration-tests (1.22)
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/