MCPcopy Create free account

hub / github.com/fnproject/fn / functions

Functions2,053 in github.com/fnproject/fn

FunctionTestImageCacherBasic2
(t *testing.T)
api/agent/drivers/docker/image_cache_test.go:103
FunctionTestImageCacherBasic3
(t *testing.T)
api/agent/drivers/docker/image_cache_test.go:143
FunctionTestImageCacherBasic4
(t *testing.T)
api/agent/drivers/docker/image_cache_test.go:222
FunctionTestImageCleaner1
Basic startup scenario. ListImages() with exempt as well as exceeding capacity images should result in image removals.
api/agent/drivers/docker/image_cleaner_test.go:36
FunctionTestImageCleaner2
Basic cookie scenario, cookie marks a huge image as busy, then unmark it. Image cache should not report IsMaxCapacity() first, but after unmark, it sh
api/agent/drivers/docker/image_cleaner_test.go:91
FunctionTestImagePullConcurrent1
Lets do concurrent docker-pulls for an image with two different tags. This should results in only two calls to docker-pull.
api/agent/drivers/docker/image_puller_test.go:32
FunctionTestImagePullConcurrent2
Lets do concurrent docker-pulls for an image but with error.
api/agent/drivers/docker/image_puller_test.go:79
FunctionTestImagePullConcurrent3
(t *testing.T)
api/agent/drivers/docker/image_puller_test.go:115
FunctionTestInitTimeoutContainer
(t *testing.T)
test/fn-system-tests/exec_fn_test.go:18
FunctionTestInvokeRunnerMinimalConcurrentHotSync
Minimal test that checks the possibility of invoking concurrent hot sync functions.
api/server/runner_fninvoke_test.go:384
FunctionTestInvokeRunnerTimeout
(t *testing.T)
api/server/runner_fninvoke_test.go:304
FunctionTestLoggerIsStringerAndWorks
(t *testing.T)
api/agent/agent_test.go:282
FunctionTestLoggerTooBig
(t *testing.T)
api/agent/agent_test.go:307
FunctionTestMain
(m *testing.M)
test/fn-system-tests/system_test.go:451
FunctionTestMain
(m *testing.M)
api/server/middleware_test.go:21
FunctionTestMergeAnnotations
(t *testing.T)
api/models/annotations_test.go:228
FunctionTestMiddlewareChaining
(t *testing.T)
api/server/middleware_test.go:37
FunctionTestMigrateUp
(t *testing.T)
api/datastore/sql/migratex/migrate_test.go:33
FunctionTestMilliCPUsUnmarshal
(t *testing.T)
api/models/config_test.go:30
FunctionTestNBIOResourceTracker
(t *testing.T)
api/agent/agent_test.go:1189
FunctionTestNaivePlacer_EmptyList_NoError
Simple empty list without no error, should spin and wait for runners until placer timeout
api/runnerpool/naive_placer_test.go:97
FunctionTestNaivePlacer_EmptyList_UserError
Simple empty list with user error, should fail quick with user error
api/runnerpool/naive_placer_test.go:73
FunctionTestNaivePlacer_EmptyList_WithServiceError
Simple empty list with service error, should spin and wait for runners until placer timeout
api/runnerpool/naive_placer_test.go:121
FunctionTestNaivePlacer_SimpleList_NoError
Start with simple list with no error with runners-503 indefinitely
api/runnerpool/naive_placer_test.go:191
FunctionTestNaivePlacer_SimpleList_UserError
Start with simple list with no error with runners-503 twice, then empty list with user error. should round robin the runners twice, but then fail quic
api/runnerpool/naive_placer_test.go:150
FunctionTestNewStaticPool
(t *testing.T)
api/agent/static_pool_test.go:14
FunctionTestNonHttpTrigger
(t *testing.T)
api/server/trigger_annotator_test.go:56
FunctionTestOneRunner
(t *testing.T)
api/agent/lb_agent_test.go:152
FunctionTestParseImage
(t *testing.T)
api/agent/drivers/driver_test.go:7
FunctionTestPipesAreClear
(t *testing.T)
api/agent/agent_test.go:939
FunctionTestPlainDoEvict
Eviction will take place since the first container is idle
api/agent/agent_evict_test.go:218
FunctionTestPlainNoEvict
Eviction will NOT take place since the first container is busy
api/agent/agent_evict_test.go:187
FunctionTestRIDFoundInMetadata
(t *testing.T)
grpcutil/dial_test.go:11
FunctionTestRIDNotFoundInMetadata
(t *testing.T)
grpcutil/dial_test.go:24
FunctionTestRegistryEnv
(t *testing.T)
api/agent/drivers/docker/registry_test.go:64
FunctionTestRegistrySubDomains
(t *testing.T)
api/agent/drivers/docker/registry_test.go:23
FunctionTestResourceGetSimple
(t *testing.T)
api/agent/resource_test.go:57
FunctionTestResourceGetSimpleNB
(t *testing.T)
api/agent/resource_test.go:122
FunctionTestRootMiddleware
(t *testing.T)
api/server/middleware_test.go:68
FunctionTestRunnerDocker
(t *testing.T)
api/agent/drivers/docker/docker_test.go:147
FunctionTestRunnerDockerCleanCase1
case1 - running container that does not belong us (tag mismatch) (should not get killed)
api/agent/drivers/docker/docker_test.go:354
FunctionTestRunnerDockerCleanCase2
case2 - running container is ours (should not get killed)
api/agent/drivers/docker/docker_test.go:382
FunctionTestRunnerDockerCleanCase3
case3 - running container that does not belong us (should get destroyed)
api/agent/drivers/docker/docker_test.go:410
FunctionTestRunnerDockerCleanCase4
case4 - dead container that does not belong us (should get destroyed)
api/agent/drivers/docker/docker_test.go:438
FunctionTestRunnerDockerInvalidSyslog
(t *testing.T)
api/agent/drivers/docker/docker_test.go:533
FunctionTestRunnerDockerLocalDebug
(t *testing.T)
api/agent/drivers/docker/docker_test.go:563
FunctionTestRunnerDockerNetworks
(t *testing.T)
api/agent/drivers/docker/docker_test.go:186
FunctionTestRunnerDockerNoNetwork
create container with disable net. query container HostConfig, where NetworkMode should be 'none'
api/agent/drivers/docker/docker_test.go:491
FunctionTestRunnerDockerPool
(t *testing.T)
api/agent/drivers/docker/docker_pool_test.go:20
FunctionTestRunnerDockerPoolFaulty
(t *testing.T)
api/agent/drivers/docker/docker_pool_test.go:101
FunctionTestRunnerDockerStdout
(t *testing.T)
api/agent/drivers/docker/docker_test.go:230
FunctionTestRunnerStatus_CallsStatusImage
(t *testing.T)
api/agent/runner_status_test.go:73
FunctionTestRunnerStatus_InvokesCustomFuncAndCallsStatusImage
(t *testing.T)
api/agent/runner_status_test.go:95
FunctionTestRunnerStatus_InvokesCustomFunction
Functional behavior Verify returns default status if neither image nor custom health Verify submits a status call to the Agent (to run in container co
api/agent/runner_status_test.go:31
FunctionTestRunnerStatus_NoStatusImageCallWhenCheckerFails
(t *testing.T)
api/agent/runner_status_test.go:122
FunctionTestRunnerStatus_ReturnsDefaultStatus
(t *testing.T)
api/agent/runner_status_test.go:50
FunctionTestSetEnvUint
TestSetEnvUint tests the normal use cases
api/agent/config_test.go:83
FunctionTestSetEnvUintError
TestSetEnvUintError tests the error use cases
api/agent/config_test.go:117
FunctionTestSetEnvUintPointer
TestSetEnvUintPointer tests the normal use cases
api/agent/config_test.go:10
FunctionTestSetEnvUintPointerError
TestSetEnvUintPointerError tests the error use cases
api/agent/config_test.go:56
FunctionTestSlotErrorRetention
(t *testing.T)
api/agent/agent_test.go:1449
FunctionTestSlotNewContainerLogic1
(t *testing.T)
api/agent/slots_test.go:169
FunctionTestSlotQueueBasic1
(t *testing.T)
api/agent/slots_test.go:72
FunctionTestSlotQueueBasic2
(t *testing.T)
api/agent/slots_test.go:144
FunctionTestSlotQueueBasic3
(t *testing.T)
api/agent/slots_test.go:210
FunctionTestStaticUrlFnAnnotator
(t *testing.T)
api/server/fn_annotator_test.go:99
FunctionTestStaticUrlTriggerAnnotator
(t *testing.T)
api/server/trigger_annotator_test.go:125
FunctionTestStatus_verifyIO
TestStatus_verifyIO verifies RunnerProtocol.Status2(..) behavior Note: this test depends on the default status checker image which echoes its input
test/fn-system-tests/exec_runner_status_test.go:419
FunctionTestSubmitError
(t *testing.T)
api/agent/agent_test.go:352
FunctionTestTmpFsRW
Tmp directory should be RW by default.
api/agent/agent_test.go:709
FunctionTestTmpFsSize
(t *testing.T)
api/agent/agent_test.go:801
FunctionTestTriggerCreate
(t *testing.T)
api/server/trigger_test.go:21
FunctionTestTriggerDelete
(t *testing.T)
api/server/trigger_test.go:139
FunctionTestTriggerEquality
(t *testing.T)
api/models/trigger_test.go:101
FunctionTestTriggerGet
(t *testing.T)
api/server/trigger_test.go:270
FunctionTestTriggerJsonMarshalling
(t *testing.T)
api/models/trigger_test.go:22
FunctionTestTriggerList
(t *testing.T)
api/server/trigger_test.go:183
FunctionTestTriggerListJsonMarshalling
(t *testing.T)
api/models/trigger_test.go:34
FunctionTestTriggerRunnerExecEmptyBody
(t *testing.T)
api/server/runner_httptrigger_test.go:135
FunctionTestTriggerRunnerExecution
(t *testing.T)
api/server/runner_httptrigger_test.go:199
FunctionTestTriggerRunnerGet
(t *testing.T)
api/server/runner_httptrigger_test.go:51
FunctionTestTriggerRunnerMinimalConcurrentHotSync
Minimal test that checks the possibility of invoking concurrent hot sync functions.
api/server/runner_httptrigger_test.go:456
FunctionTestTriggerRunnerPost
(t *testing.T)
api/server/runner_httptrigger_test.go:91
FunctionTestTriggerRunnerTimeout
(t *testing.T)
api/server/runner_httptrigger_test.go:374
FunctionTestTriggerUpdate
(t *testing.T)
api/server/trigger_test.go:389
FunctionTestTriggerValidate
(t *testing.T)
api/models/trigger_test.go:59
FunctionTestValidInValid
(t *testing.T)
api/id/id_test.go:44
FunctionTestValidateApp
(t *testing.T)
api/models/app_test.go:180
FunctionTestValidateAppName
(t *testing.T)
api/models/app_test.go:152
FunctionTestValidateFn
(t *testing.T)
api/models/fn_test.go:138
FunctionTestValidateFnName
(t *testing.T)
api/models/fn_test.go:111
FunctionTestValidateTrigger
(t *testing.T)
api/models/trigger_test.go:179
FunctionTestValidateTriggerName
(t *testing.T)
api/models/trigger_test.go:151
FunctionTestVolumeValidation
(t *testing.T)
api/agent/drivers/docker/docker_test.go:116
FunctionTestWaitGroupBlast
(t *testing.T)
api/common/wait_utils_test.go:48
FunctionTestWaitGroupEmpty
(t *testing.T)
api/common/wait_utils_test.go:17
FunctionTestWaitGroupSingle
(t *testing.T)
api/common/wait_utils_test.go:94
FunctionTestWithLBCallOptions
We verify that we can add callOptions which are executed after the option supplied to GetCall
api/agent/lb_agent_test.go:271
MethodTmpFsSize
()
api/agent/agent.go:1378
MethodTmpFsSize
()
api/agent/drivers/docker/docker_pool.go:71
← previousnext →1,601–1,700 of 2,053, ranked by callers