Skip to content

Hide Watch method from Client.go and move into Attach method #1900

Hide Watch method from Client.go and move into Attach method

Hide Watch method from Client.go and move into Attach method #1900

Triggered via pull request August 5, 2023 05:02
Status Failure
Total duration 4m 0s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build (1.19.2): test/integration/retention_test.go#L84
multiple-value cli.Attach(ctx, doc) (value of type (<-chan client.WatchResponse, error)) in single-value context
build (1.19.2): test/integration/retention_test.go#L144
multiple-value cli1.Attach(ctx, d1) (value of type (<-chan client.WatchResponse, error)) in single-value context
build (1.19.2): test/integration/retention_test.go#L216
multiple-value cli2.Attach(ctx, d2) (value of type (<-chan client.WatchResponse, error)) in single-value context
build (1.19.2): test/integration/snapshot_test.go#L60
assignment mismatch: 1 variable but c1.Attach returns 2 values
build (1.19.2): test/integration/snapshot_test.go#L64
assignment mismatch: 1 variable but c2.Attach returns 2 values
build (1.19.2): test/integration/snapshot_test.go#L96
assignment mismatch: 1 variable but c1.Attach returns 2 values
build (1.19.2): test/integration/snapshot_test.go#L130
assignment mismatch: 1 variable but c2.Attach returns 2 values
build (1.19.2): test/integration/snapshot_test.go#L141
assignment mismatch: 1 variable but c1.Attach returns 2 values
build (1.19.2): test/integration/snapshot_test.go#L153
assignment mismatch: 1 variable but c2.Attach returns 2 values
build (1.19.2)
Process completed with exit code 2.