MCPcopy Create free account

hub / github.com/taubyte/tau / functions

Functions13,103 in github.com/taubyte/tau

FunctionTestCluster_MultiNode_ClientOperations_Integration
(t *testing.T)
pkg/raft/cluster_integration_test.go:480
FunctionTestCluster_MultiNode_DiscoverPeers_Integration
(t *testing.T)
pkg/raft/cluster_integration_test.go:341
FunctionTestCluster_MultiNode_LeaderElection_Integration
(t *testing.T)
pkg/raft/cluster_integration_test.go:129
FunctionTestCluster_MultiNode_SendToNonLeader_Integration
(t *testing.T)
pkg/raft/cluster_integration_test.go:208
FunctionTestCluster_MultiNode_StreamServiceForwarding_Integration
(t *testing.T)
pkg/raft/cluster_integration_test.go:392
FunctionTestCluster_NodeRebootWithDataPersistence_Integration
TestCluster_NodeRebootWithDataPersistence verifies that when a follower reboots, it catches up with the cluster and has access to all data. Uses a 3-n
pkg/raft/cluster_integration_test.go:1321
FunctionTestCluster_RaftClient
(t *testing.T)
pkg/raft/cluster_test.go:706
FunctionTestCluster_RejoinAfterLeave_Integration
(t *testing.T)
pkg/raft/cluster_integration_test.go:945
FunctionTestCluster_RemoveServer
(t *testing.T)
pkg/raft/cluster_test.go:395
FunctionTestCluster_RemoveServer_Closed
(t *testing.T)
pkg/raft/cluster_test.go:507
FunctionTestCluster_RemoveServer_NotLeader
(t *testing.T)
pkg/raft/cluster_test.go:664
FunctionTestCluster_SetAndVerify
(t *testing.T)
pkg/raft/cluster_test.go:1188
FunctionTestCluster_Set_AsLeader
(t *testing.T)
pkg/raft/cluster_test.go:1047
FunctionTestCluster_Set_Closed
(t *testing.T)
pkg/raft/cluster_test.go:556
FunctionTestCluster_Set_EncodingError
(t *testing.T)
pkg/raft/cluster_test.go:766
FunctionTestCluster_SingleNode_Delete
(t *testing.T)
pkg/raft/cluster_test.go:135
FunctionTestCluster_SingleNode_IsLeader
(t *testing.T)
pkg/raft/cluster_test.go:98
FunctionTestCluster_SingleNode_Keys
(t *testing.T)
pkg/raft/cluster_test.go:156
FunctionTestCluster_SingleNode_SetGet
(t *testing.T)
pkg/raft/cluster_test.go:115
FunctionTestCluster_StaggeredConcurrentStartup_Integration
TestCluster_StaggeredConcurrentStartup tests nodes starting at random offsets within a short window (simulating real network conditions)
pkg/raft/cluster_integration_test.go:1453
FunctionTestCluster_State
(t *testing.T)
pkg/raft/cluster_test.go:231
FunctionTestCluster_State_AsLeader
(t *testing.T)
pkg/raft/cluster_test.go:994
FunctionTestCluster_State_Closed
(t *testing.T)
pkg/raft/cluster_test.go:540
FunctionTestCluster_StreamService
(t *testing.T)
pkg/raft/cluster_test.go:721
FunctionTestCluster_ThreeNodes_SimultaneousStart_Integration
TestCluster_ThreeNodes_SimultaneousStart tests that 3 nodes starting at exactly the same time can properly bootstrap and elect a single leader
pkg/raft/cluster_integration_test.go:1083
FunctionTestCluster_TransferLeadership
(t *testing.T)
pkg/raft/cluster_test.go:305
FunctionTestCluster_TransferLeadership_Closed
(t *testing.T)
pkg/raft/cluster_test.go:524
FunctionTestCluster_TransferLeadership_SingleNode
(t *testing.T)
pkg/raft/cluster_test.go:958
FunctionTestCluster_WaitForLeader_Closed
(t *testing.T)
pkg/raft/cluster_test.go:489
FunctionTestCluster_WaitForLeader_Timeout
(t *testing.T)
pkg/raft/cluster_test.go:287
FunctionTestCluster_WithEncryption
TestCluster_WithEncryption tests encryption with an actual cluster
pkg/raft/encryption_test.go:488
FunctionTestCodeTypeValidator
(t *testing.T)
tools/tau/validate/variable_test.go:118
FunctionTestCodeTypes
(t *testing.T)
tools/tau/constants/code_types_test.go:10
FunctionTestCollector_CollectAndPush
(t *testing.T)
pkg/sensors/example/collector_test.go:149
FunctionTestCollector_CollectAndPush_FetchError
(t *testing.T)
pkg/sensors/example/collector_test.go:480
FunctionTestCollector_CollectAndPush_GetNodeIDError
(t *testing.T)
pkg/sensors/example/collector_test.go:471
FunctionTestCollector_CollectAndPush_NoMatchingNode
(t *testing.T)
pkg/sensors/example/collector_test.go:405
FunctionTestCollector_FetchMetrics
(t *testing.T)
pkg/sensors/example/collector_test.go:16
FunctionTestCollector_FetchMetrics_EmptyResponse
(t *testing.T)
pkg/sensors/example/collector_test.go:564
FunctionTestCollector_FetchMetrics_ErrorCases
(t *testing.T)
pkg/sensors/example/collector_test.go:285
FunctionTestCollector_FetchMetrics_InvalidURL
(t *testing.T)
pkg/sensors/example/collector_test.go:600
FunctionTestCollector_GetNodeID
(t *testing.T)
pkg/sensors/example/collector_test.go:260
FunctionTestCollector_GetNodeID_Error
(t *testing.T)
pkg/sensors/example/collector_test.go:548
FunctionTestCollector_PushValues
(t *testing.T)
pkg/sensors/example/collector_test.go:92
FunctionTestCollector_PushValues_EmptyValues
(t *testing.T)
pkg/sensors/example/collector_test.go:617
FunctionTestCollector_PushValues_Error
(t *testing.T)
pkg/sensors/example/collector_test.go:524
FunctionTestCollector_PushValues_MultipleMetrics
(t *testing.T)
pkg/sensors/example/collector_test.go:349
FunctionTestCommand
(t *testing.T)
tools/tau/cli/commands/current/command_test.go:10
FunctionTestCommand
(t *testing.T)
tools/tau/cli/commands/autocomplete/command_test.go:10
FunctionTestCommandCombinedOutput
(t *testing.T)
pkg/mycelium/command/all_test.go:48
FunctionTestCommandContextTimeout
(t *testing.T)
pkg/mycelium/command/all_test.go:123
FunctionTestCommandHandler_ReturnsError
(t *testing.T)
p2p/streams/command/router/router_test.go:132
FunctionTestCommandHandler_ReturnsResponse
(t *testing.T)
p2p/streams/command/router/router_test.go:145
FunctionTestCommandHandler_Type
(t *testing.T)
p2p/streams/command/router/router_test.go:167
FunctionTestCommandPipeStderr
(t *testing.T)
pkg/mycelium/command/all_test.go:173
FunctionTestCommandPipeStdout
(t *testing.T)
pkg/mycelium/command/all_test.go:160
FunctionTestCommandPipes
(t *testing.T)
pkg/mycelium/command/all_test.go:66
FunctionTestCommandRun
(t *testing.T)
pkg/mycelium/command/all_test.go:31
FunctionTestCommandServiceInterface
(t *testing.T)
p2p/streams/service/service_test.go:192
FunctionTestCommandSessionClosed
(t *testing.T)
pkg/mycelium/command/all_test.go:94
FunctionTestCommandSingleExecution
(t *testing.T)
pkg/mycelium/command/all_test.go:186
FunctionTestCommandStartAndWait
(t *testing.T)
pkg/mycelium/command/all_test.go:144
FunctionTestCommandStartAndWaitErrorHandling
(t *testing.T)
pkg/mycelium/command/all_test.go:242
FunctionTestCommandStderrPipesErrorHandling
(t *testing.T)
pkg/mycelium/command/all_test.go:280
FunctionTestCommandStdinPipesErrorHandling
(t *testing.T)
pkg/mycelium/command/all_test.go:258
FunctionTestCommandStdoutPipesErrorHandling
(t *testing.T)
pkg/mycelium/command/all_test.go:269
FunctionTestCommand_ArgumentsHandling
(t *testing.T)
pkg/mycelium/command/all_test.go:291
FunctionTestCommand_BodyWithComplexTypes
(t *testing.T)
p2p/streams/command/command_test.go:168
FunctionTestCommand_Connection_NoConnection
(t *testing.T)
p2p/streams/command/command_test.go:117
FunctionTestCommand_Delete
(t *testing.T)
p2p/streams/command/command_test.go:70
FunctionTestCommand_Delete_NonExistentKey
(t *testing.T)
p2p/streams/command/command_test.go:145
FunctionTestCommand_EncodeAndDecode
(t *testing.T)
p2p/streams/command/command_test.go:96
FunctionTestCommand_Get
(t *testing.T)
p2p/streams/command/command_test.go:42
FunctionTestCommand_Name
(t *testing.T)
p2p/streams/command/command_test.go:21
FunctionTestCommand_Raw
(t *testing.T)
p2p/streams/command/command_test.go:83
FunctionTestCommand_Set
(t *testing.T)
p2p/streams/command/command_test.go:61
FunctionTestCommand_SetName
(t *testing.T)
p2p/streams/command/command_test.go:26
FunctionTestCommand_SetName_InvalidType
(t *testing.T)
p2p/streams/command/command_test.go:34
FunctionTestCommand_SetOverwrite
(t *testing.T)
p2p/streams/command/command_test.go:159
FunctionTestCommandsessionWrap
(t *testing.T)
pkg/mycelium/command/all_test.go:110
FunctionTestCommandsessionWrapContextCancellation
(t *testing.T)
pkg/mycelium/command/all_test.go:201
FunctionTestCommandsessionWrapContextCancellationFailedInt
(t *testing.T)
pkg/mycelium/command/all_test.go:221
FunctionTestCommit
(t *testing.T)
pkg/git/all_test.go:96
FunctionTestCommitMessage
(t *testing.T)
tools/tau/prompts/commit_message_test.go:41
FunctionTestCommit_ErrorHandling
(t *testing.T)
pkg/yaseer/error_test.go:406
FunctionTestCompatOption
(t *testing.T)
pkg/tcc/engine/options_test.go:42
FunctionTestCompile
(t *testing.T)
pkg/config-compiler/e2e_test.go:39
FunctionTestCompile
(t *testing.T)
pkg/tcc/taubyte/v1/compile_test.go:29
FunctionTestCompile_ApplicationFunctionError
TestCompile_ApplicationFunctionError tests errors in application-specific functions
pkg/tcc/taubyte/v1/error_messages_test.go:377
FunctionTestCompile_DatabaseInvalidNetworkAccess
TestCompile_DatabaseInvalidNetworkAccess tests InSet validation for network-access
pkg/tcc/taubyte/v1/error_messages_test.go:267
FunctionTestCompile_DomainCertificateTypeInvalid
TestCompile_DomainCertificateTypeInvalid tests InSet validation for certificate-type
pkg/tcc/taubyte/v1/error_messages_test.go:518
FunctionTestCompile_DomainInvalidFqdn
TestCompile_DomainInvalidFqdn tests FQDN validation
pkg/tcc/taubyte/v1/error_messages_test.go:245
FunctionTestCompile_FunctionInvalidHttpMethod
TestCompile_FunctionInvalidHttpMethod tests HTTP method validation
pkg/tcc/taubyte/v1/error_messages_test.go:223
FunctionTestCompile_FunctionInvalidId
TestCompile_FunctionInvalidId tests CID validation on id field
pkg/tcc/taubyte/v1/error_messages_test.go:333
FunctionTestCompile_FunctionInvalidName
TestCompile_FunctionInvalidName tests variable name validation on function
pkg/tcc/taubyte/v1/error_messages_test.go:289
FunctionTestCompile_FunctionInvalidType
TestCompile_FunctionInvalidType tests function type validation using InSet
pkg/tcc/taubyte/v1/error_messages_test.go:201
FunctionTestCompile_FunctionMissingId
TestCompile_FunctionMissingId tests required id field
pkg/tcc/taubyte/v1/error_messages_test.go:311
FunctionTestCompile_LibraryInvalidName
TestCompile_LibraryInvalidName tests variable name validation on library
pkg/tcc/taubyte/v1/error_messages_test.go:452
FunctionTestCompile_MultipleValidationErrors
TestCompile_MultipleValidationErrors tests that multiple errors are reported
pkg/tcc/taubyte/v1/error_messages_test.go:410
FunctionTestCompile_NestedPathError_Line1_ExactError
TestCompile_NestedPathError_Line1_ExactError verifies that errors in nested file structures at line 1 report the exact nested file path with complete
pkg/tcc/taubyte/v1/error_messages_test.go:121
← previousnext →8,701–8,800 of 13,103, ranked by callers