Skip to content

use dev go client with avs 0.10.1-snapshot support #212

use dev go client with avs 0.10.1-snapshot support

use dev go client with avs 0.10.1-snapshot support #212

Triggered via push October 17, 2024 18:43
Status Failure
Total duration 44s
Billable time 1m
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
tests: cmd/writers/indexList.go#L81
cannot use v.HnswParams.CachingParams.GetExpiry() (value of type int64) as uint64 value in argument to convertMillisecondToDuration
tests: tests/utils.go#L191
cannot use idb.vectorDistanceMetric (variable of type protos.VectorDistanceMetric) as *protos.VectorDistanceMetric value in struct literal
tests: tests/utils.go#L193
cannot use protos.IndexType_HNSW (constant 0 of type protos.IndexType) as *protos.IndexType value in struct literal
tests: tests/utils.go#L211
cannot use idb.vectorDistanceMetric (variable of type protos.VectorDistanceMetric) as *protos.VectorDistanceMetric value in struct literal
tests: tests/utils.go#L213
cannot use protos.IndexType_HNSW (constant 0 of type protos.IndexType) as *protos.IndexType value in struct literal
tests: tests/utils.go#L268
cannot use idb.hnswCacheExpiry (variable of type *uint64) as *int64 value in assignment
tests
Process completed with exit code 2.
tests
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/