Skip to content

API surface review and cleanup #193

API surface review and cleanup

API surface review and cleanup #193

Triggered via pull request October 19, 2024 07:20
Status Failure
Total duration 1m 10s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
CreateCollectionAlreadyExists: ChromaDB.Client.Tests/ClientTests.cs#L96
System.ArgumentException : The actual value must be not-null, a string, Guid, have an int Count property, IEnumerable or DirectoryInfo. The value passed was of type ChromaDB.Client.ChromaException. (Parameter 'actual')
DeleteCollectionNotExists: ChromaDB.Client.Tests/ClientTests.cs#L115
System.ArgumentException : The actual value must be not-null, a string, Guid, have an int Count property, IEnumerable or DirectoryInfo. The value passed was of type ChromaDB.Client.ChromaException. (Parameter 'actual')
GetLimitIncludeAll: ChromaDB.Client.Tests/CollectionClientGetTests.cs#L173
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings1)) Expected: System.ReadOnlyMemory<Single>[3] But was: System.ReadOnlyMemory<Single>[3]
GetLimitOffsetIncludeAll: ChromaDB.Client.Tests/CollectionClientGetTests.cs#L189
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings2)) Expected: System.ReadOnlyMemory<Single>[3] But was: System.ReadOnlyMemory<Single>[3]
GetMultipleIdsIncludeAll: ChromaDB.Client.Tests/CollectionClientGetTests.cs#L154
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings1)) Expected: System.ReadOnlyMemory<Single>[3] But was: System.ReadOnlyMemory<Single>[3]
GetMultipleIdsIncludeEmbeddings: ChromaDB.Client.Tests/CollectionClientGetTests.cs#L100
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings1)) Expected: System.ReadOnlyMemory<Single>[3] But was: System.ReadOnlyMemory<Single>[3]
GetSingleIdIncludeAll: ChromaDB.Client.Tests/CollectionClientGetTests.cs#L68
Assert.That(result.Embeddings, Is.EqualTo(Embeddings1)) Expected: System.ReadOnlyMemory<Single>[3] But was: System.ReadOnlyMemory<Single>[3]
GetSingleIdIncludeEmbeddings: ChromaDB.Client.Tests/CollectionClientGetTests.cs#L29
Assert.That(result.Embeddings, Is.EqualTo(Embeddings1)) Expected: System.ReadOnlyMemory<Single>[3] But was: System.ReadOnlyMemory<Single>[3]
GetWhereIncludeAll: ChromaDB.Client.Tests/CollectionClientGetTests.cs#L203
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings2)) Expected: System.ReadOnlyMemory<Single>[3] But was: System.ReadOnlyMemory<Single>[3]
GetWhereOperatorIncludeAll: ChromaDB.Client.Tests/CollectionClientGetTests.cs#L217
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings1)) Expected: System.ReadOnlyMemory<Single>[3] But was: System.ReadOnlyMemory<Single>[3]