Skip to content

accomodate new optional values #78

accomodate new optional values

accomodate new optional values #78

Triggered via push October 15, 2024 22:46
Status Failure
Total duration 47s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests: testutils.go#L223
cannot use idb.vectorDistanceMetric (variable of type protos.VectorDistanceMetric) as *protos.VectorDistanceMetric value in struct literal
tests: testutils.go#L225
cannot use protos.IndexType_HNSW (constant 0 of type protos.IndexType) as *protos.IndexType value in struct literal
tests: testutils.go#L285
cannot use idb.hnswCacheExpiry (variable of type *uint64) as *int64 value in assignment
tests: client_test.go#L48
cannot use protos.WriteType_INSERT_ONLY (constant 2 of type protos.WriteType) as *protos.WriteType value in struct literal
tests: client_test.go#L254
cannot use protos.WriteType_UPDATE_ONLY (constant 1 of type protos.WriteType) as *protos.WriteType value in struct literal
tests: client_test.go#L322
cannot use protos.WriteType_UPSERT (constant 0 of type protos.WriteType) as *protos.WriteType value in struct literal
tests: client_test.go#L388
cannot use protos.ProjectionType_ALL (constant 0 of type protos.ProjectionType) as *protos.ProjectionType value in struct literal
tests: client_test.go#L391
cannot use protos.ProjectionType_NONE (constant 1 of type protos.ProjectionType) as *protos.ProjectionType value in struct literal
tests: client_test.go#L1015
undefined: protos.NewMockTransactService_VectorSearchClient
tests: client_test.go#L1044
cannot use protos.ProjectionType_ALL (constant 0 of type protos.ProjectionType) as *protos.ProjectionType value in struct literal
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/