MCPcopy Create free account

hub / github.com/accretional/collector / functions

Functions726 in github.com/accretional/collector

FunctionTestRegisterProto_TransitiveDependencies
TestRegisterProto_TransitiveDependencies tests that transitive dependencies are validated
pkg/registry/dependency_test.go:205
FunctionTestRegisterProto_WellKnownTypes
TestRegisterProto_WellKnownTypes tests that well-known protobuf types don't need to be registered
pkg/registry/dependency_test.go:310
FunctionTestRegisterProto_WithDependencies
TestRegisterProto_WithDependencies tests dependencies field
pkg/registry/registry_test.go:399
FunctionTestRegisterProto_WithValidDependencies
TestRegisterProto_WithValidDependencies tests that registration succeeds with valid dependencies
pkg/registry/dependency_test.go:91
FunctionTestRegisterProto_WithinLimits
TestRegisterProto_WithinLimits tests that protos within all limits are accepted
pkg/registry/size_limits_test.go:152
FunctionTestRegisterService
(t *testing.T)
pkg/registry/registry_test.go:114
FunctionTestRegisterService_Duplicate
(t *testing.T)
pkg/registry/registry_test.go:184
FunctionTestRegisterService_EmptyNamespace
TestRegisterService_EmptyNamespace tests empty namespace validation
pkg/registry/registry_test.go:275
FunctionTestRegisterService_InvalidServiceName
TestRegisterService_InvalidServiceName tests rejection of invalid service names
pkg/registry/validation_test.go:237
FunctionTestRegisterService_MultipleMethods
TestRegisterService_MultipleMethods tests multiple methods
pkg/registry/registry_test.go:496
FunctionTestRegisterService_MultipleNamespaces
TestRegisterService_MultipleNamespaces tests same service in different namespaces
pkg/registry/registry_test.go:348
FunctionTestRegisterService_NilName
(t *testing.T)
pkg/registry/registry_test.go:231
FunctionTestRegisterService_ReservedNamespace
TestRegisterService_ReservedNamespace tests that reserved namespaces are rejected for services
pkg/registry/validation_test.go:210
FunctionTestRegisterService_StreamingMethods
TestRegisterService_StreamingMethods tests client/server/bidirectional streaming
pkg/registry/registry_test.go:655
FunctionTestRestoreWithOverwrite
TestRestoreWithOverwrite tests restore with overwrite flag
pkg/collection/backup_test.go:903
FunctionTestRetentionPolicyAge
TestRetentionPolicyAge tests time-based backup retention
pkg/collection/backup_test.go:1287
FunctionTestRetentionPolicyMaxBackups
TestRetentionPolicyMaxBackups tests count-based backup retention
pkg/collection/backup_test.go:1187
FunctionTestSaveDir_Success
(t *testing.T)
pkg/collection/filesystem_test.go:147
FunctionTestSaveFile_InSubdirectory
(t *testing.T)
pkg/collection/filesystem_test.go:42
FunctionTestSaveFile_Success
(t *testing.T)
pkg/collection/filesystem_test.go:12
FunctionTestSearch_CombinedFullTextAndFilters
Combined Search Tests
pkg/collection/search_test.go:527
FunctionTestSearch_DeleteRemovesFromFTS
(t *testing.T)
pkg/collection/search_test.go:850
FunctionTestSearch_EmptyQuery
Edge Cases
pkg/collection/search_test.go:742
FunctionTestSearch_FullTextBasic
Full-Text Search Tests
pkg/collection/search_test.go:29
FunctionTestSearch_FullTextRelevanceScoring
(t *testing.T)
pkg/collection/search_test.go:128
FunctionTestSearch_JSONBComparison
(t *testing.T)
pkg/collection/search_test.go:270
FunctionTestSearch_JSONBContains
(t *testing.T)
pkg/collection/search_test.go:352
FunctionTestSearch_JSONBEquals
JSONB Filter Tests
pkg/collection/search_test.go:184
FunctionTestSearch_JSONBExists
(t *testing.T)
pkg/collection/search_test.go:466
FunctionTestSearch_JSONBNestedFields
(t *testing.T)
pkg/collection/search_test.go:403
FunctionTestSearch_LabelFilters
(t *testing.T)
pkg/db/sqlite/label_filter_test.go:15
FunctionTestSearch_MultipleFilters
(t *testing.T)
pkg/collection/search_test.go:578
FunctionTestSearch_NoResults
(t *testing.T)
pkg/collection/search_test.go:767
FunctionTestSearch_Ordering
Ordering and Pagination Tests
pkg/collection/search_test.go:630
FunctionTestSearch_Pagination
(t *testing.T)
pkg/collection/search_test.go:684
FunctionTestSearch_UpdateMaintainsFTS
(t *testing.T)
pkg/collection/search_test.go:786
FunctionTestSelfReferentialCollectionRegistry
(t *testing.T)
pkg/bootstrap/system_collections_test.go:61
FunctionTestSemanticEngine_FindSimilar_Basic
(t *testing.T)
pkg/collection/semantics_test.go:74
FunctionTestSemanticEngine_FindSimilar_EmbedderError
(t *testing.T)
pkg/collection/semantics_test.go:287
FunctionTestSemanticEngine_FindSimilar_Limit
(t *testing.T)
pkg/collection/semantics_test.go:232
FunctionTestSemanticEngine_FindSimilar_NoResults
(t *testing.T)
pkg/collection/semantics_test.go:267
FunctionTestSemanticEngine_FindSimilar_Ordering
(t *testing.T)
pkg/collection/semantics_test.go:166
FunctionTestSemanticEngine_FindSimilar_SimilarityThreshold
(t *testing.T)
pkg/collection/semantics_test.go:402
FunctionTestSemanticEngine_FindSimilar_UpdateMaintainsVectors
(t *testing.T)
pkg/collection/semantics_test.go:479
FunctionTestSemanticEngine_FindSimilar_WithFilters
(t *testing.T)
pkg/collection/semantics_test.go:322
FunctionTestSemanticEngine_VectorIndexPopulated
(t *testing.T)
pkg/collection/semantics_test.go:559
FunctionTestServe_BasicInvocation
TestServe_BasicInvocation tests basic Serve RPC
pkg/dispatch/dispatcher_test.go:466
FunctionTestServe_HandlerError
TestServe_HandlerError tests error handling when handler returns error
pkg/dispatch/dispatcher_test.go:628
FunctionTestServe_InvalidRequests
TestServe_InvalidRequests tests error handling for Serve
pkg/dispatch/dispatcher_test.go:516
FunctionTestServe_MultipleServices
TestServe_MultipleServices tests multiple services in same namespace
pkg/dispatch/dispatcher_test.go:670
FunctionTestService_ConcurrentCreates
TestService_Concurrency tests concurrent operations
pkg/collection/service_test.go:587
FunctionTestService_CreateCollection
TestService_CreateCollection tests creating collections
pkg/collection/service_test.go:55
FunctionTestService_CreateCollection_Duplicate
(t *testing.T)
pkg/collection/service_test.go:83
FunctionTestService_CreateCollection_Nil
(t *testing.T)
pkg/collection/service_test.go:110
FunctionTestService_Discover
TestService_Discover tests collection discovery
pkg/collection/service_test.go:126
FunctionTestService_Discover_Pagination
(t *testing.T)
pkg/collection/service_test.go:309
FunctionTestService_Discover_WithLabelFilter
(t *testing.T)
pkg/collection/service_test.go:245
FunctionTestService_Discover_WithMessageTypeFilter
(t *testing.T)
pkg/collection/service_test.go:200
FunctionTestService_Discover_WithNamespaceFilter
(t *testing.T)
pkg/collection/service_test.go:161
FunctionTestService_Route
TestService_Route tests routing to collections
pkg/collection/service_test.go:356
FunctionTestService_Route_DefaultEndpoint
(t *testing.T)
pkg/collection/service_test.go:399
FunctionTestService_Route_NilCollection
(t *testing.T)
pkg/collection/service_test.go:455
FunctionTestService_Route_NotFound
(t *testing.T)
pkg/collection/service_test.go:433
FunctionTestService_SearchCollections
TestService_SearchCollections tests cross-collection search
pkg/collection/service_test.go:475
FunctionTestService_SearchCollections_AllInNamespace
(t *testing.T)
pkg/collection/service_test.go:516
FunctionTestService_SearchCollections_AllNamespaces
(t *testing.T)
pkg/collection/service_test.go:551
FunctionTestSetRegistryValidator
(t *testing.T)
pkg/dispatch/dispatcher_registry_test.go:188
FunctionTestStore_Checkpoint
(t *testing.T)
pkg/db/sqlite/store_test.go:284
FunctionTestStore_CountRecords
(t *testing.T)
pkg/db/sqlite/store_test.go:196
FunctionTestStore_CreateAndGetRecord
(t *testing.T)
pkg/db/sqlite/store_test.go:42
FunctionTestStore_CreateRecord_DuplicateID
(t *testing.T)
pkg/db/sqlite/store_test.go:227
FunctionTestStore_DeleteRecord
(t *testing.T)
pkg/db/sqlite/store_test.go:104
FunctionTestStore_GetRecord_NotFound
(t *testing.T)
pkg/db/sqlite/store_test.go:65
FunctionTestStore_Labels
(t *testing.T)
pkg/db/sqlite/store_test.go:246
FunctionTestStore_ListRecords
(t *testing.T)
pkg/db/sqlite/store_test.go:127
FunctionTestStore_ListRecords_Pagination
(t *testing.T)
pkg/db/sqlite/store_test.go:155
FunctionTestStore_Path
(t *testing.T)
pkg/db/sqlite/store_test.go:274
FunctionTestStore_UpdateRecord
(t *testing.T)
pkg/db/sqlite/store_test.go:76
FunctionTestStreamValidationInterceptor
(t *testing.T)
pkg/registry/interceptor_test.go:157
FunctionTestStress_ManySmallRecords
Stress Tests
pkg/collection/durability_test.go:828
FunctionTestStress_RapidCreateDelete
(t *testing.T)
pkg/collection/durability_test.go:874
FunctionTestSystemCollectionsUsable
(t *testing.T)
pkg/bootstrap/system_collections_test.go:158
FunctionTestTypeRegistryCoreTypesRegistered
(t *testing.T)
pkg/bootstrap/system_collections_test.go:332
FunctionTestTypeRegistryGetMessageType
(t *testing.T)
pkg/bootstrap/system_collections_test.go:471
FunctionTestTypeRegistryListTypes
(t *testing.T)
pkg/bootstrap/system_collections_test.go:426
FunctionTestTypeRegistryValidation
(t *testing.T)
pkg/bootstrap/system_collections_test.go:375
FunctionTestTypeRegistry_CacheInvalidation
(t *testing.T)
pkg/bootstrap/type_registry_test.go:15
FunctionTestTypeValidationIntegration
TestTypeValidationIntegration verifies that type validation works end-to-end: 1. Bootstrap creates type registry with core types 2. CollectionRepo val
pkg/integration/type_validation_test.go:23
FunctionTestUpdateRecord_BinaryData
(t *testing.T)
pkg/collection/durability_test.go:609
FunctionTestUpdateRecord_RollbackOnFailure
(t *testing.T)
pkg/collection/durability_test.go:87
FunctionTestValidateMethod
TestValidateMethod tests method validation
pkg/registry/registry_test.go:943
FunctionTestValidateName
TestValidateName tests the name validation function
pkg/collection/security_test.go:16
FunctionTestValidateNamespace
TestValidateNamespace tests namespace-specific validation including reserved names
pkg/collection/security_test.go:58
FunctionTestValidateService
TestValidateService tests service validation
pkg/registry/registry_test.go:910
FunctionTestValidationInterceptor
(t *testing.T)
pkg/registry/interceptor_test.go:15
FunctionTestVerifyBackup
TestVerifyBackup tests backup verification
pkg/collection/backup_test.go:354
FunctionTestVerifyBackup_Missing
TestVerifyBackup_Missing tests verification of missing backup
pkg/collection/backup_test.go:424
FunctionTestVeryLargeRecord
(t *testing.T)
pkg/collection/durability_test.go:570
FunctionTestWAFInterceptor
(t *testing.T)
pkg/security/interceptor_test.go:13
FunctionTestWAFInterceptorNestedMessages
(t *testing.T)
pkg/security/interceptor_test.go:65
← previousnext →601–700 of 726, ranked by callers