update to api 2 #80
Open
update to api 2 #80
Annotations
10 errors
|
ChromaDB.Client.Tests/CollectionClientTests.cs#L39
Assert.That(result, Has.Count.EqualTo(2))
Expected: property Count equal to 2
But was: 0
|
|
ChromaDB.Client.Tests/CollectionClientTests.cs#L30
Assert.That(result, Is.Not.Empty)
Expected: not <empty>
But was: <empty>
|
|
ChromaDB.Client.Tests/CollectionClientTests.cs#L21
Assert.That(result, Is.EqualTo(6))
Expected: 6
But was: 0
|
|
ChromaDB.Client.Tests/CollectionClientCUDTests.cs#L74
ChromaDB.Client.ChromaException : Couldn't identify the error message: {"error":"InternalError","message":"Error in compaction: Failed to apply logs to the hnsw segment writer"}
|
|
ChromaDB.Client.Tests/CollectionClientCUDTests.cs#L111
ChromaDB.Client.ChromaException : Couldn't identify the error message: {"error":"InternalError","message":"Error in compaction: Failed to apply logs to the hnsw segment writer"}
|
|
|
|
|
|
System.ArgumentException : Expected: IEnumerable But was: TestDelegate (Parameter 'actual')
1) Assert.That(() => client.CreateCollection($"collection{Random.Shared.Next()}"), Throws.InstanceOf<ChromaException>().With.Message.Contains("Forbidden"))
Expected: instance of <ChromaDB.Client.ChromaException> and property Message containing "Forbidden"
But was: no exception thrown
|
|
System.ArgumentException : Expected: IEnumerable But was: TestDelegate (Parameter 'actual')
1) Assert.That(() => client.CreateCollection($"collection{Random.Shared.Next()}"), Throws.InstanceOf<ChromaException>().With.Message.Contains("Forbidden"))
Expected: instance of <ChromaDB.Client.ChromaException> and property Message containing "Forbidden"
But was: no exception thrown
|
|
System.ArgumentException : Expected: IEnumerable But was: TestDelegate (Parameter 'actual')
1) Assert.That(() => client.CreateCollection($"collection{Random.Shared.Next()}"), Throws.InstanceOf<ChromaException>().With.Message.Contains("Forbidden"))
Expected: instance of <ChromaDB.Client.ChromaException> and property Message containing "Forbidden"
But was: no exception thrown
|
The logs for this run have expired and are no longer available.
Loading