Skip to content

API surface review and cleanup #192

API surface review and cleanup

API surface review and cleanup #192

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

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ResetSimple
System.InvalidOperationException : This instance has already started one or more requests. Properties can only be modified before sending the first request.
CountCollections: ChromaDB.Client.Tests/ClientTests.cs#L147
System.InvalidOperationException : This instance has already started one or more requests. Properties can only be modified before sending the first request.
CreateCollectionAlreadyExists: ChromaDB.Client.Tests/ClientTests.cs#L94
System.InvalidOperationException : This instance has already started one or more requests. Properties can only be modified before sending the first request.
CreateCollectionWithMetadata: ChromaDB.Client.Tests/ClientTests.cs#L79
System.InvalidOperationException : This instance has already started one or more requests. Properties can only be modified before sending the first request.
CreateCollectionWithoutMetadata: ChromaDB.Client.Tests/ClientTests.cs#L63
System.InvalidOperationException : This instance has already started one or more requests. Properties can only be modified before sending the first request.
DeleteCollection: ChromaDB.Client.Tests/ClientTests.cs#L104
System.InvalidOperationException : This instance has already started one or more requests. Properties can only be modified before sending the first request.
DeleteCollectionNotExists: ChromaDB.Client.Tests/ClientTests.cs#L112
System.InvalidOperationException : This instance has already started one or more requests. Properties can only be modified before sending the first request.
GetCollectionSimple: ChromaDB.Client.Tests/ClientTests.cs#L36
System.InvalidOperationException : This instance has already started one or more requests. Properties can only be modified before sending the first request.
GetOrCreateCollectionDoesExist: ChromaDB.Client.Tests/ClientTests.cs#L134
System.InvalidOperationException : This instance has already started one or more requests. Properties can only be modified before sending the first request.
GetOrCreateCollectionDoesNotExist: ChromaDB.Client.Tests/ClientTests.cs#L123
System.InvalidOperationException : This instance has already started one or more requests. Properties can only be modified before sending the first request.