MCPcopy Create free account

hub / github.com/docker/compose / functions

Functions2,102 in github.com/docker/compose

FunctionTestPreStartHookMidSequenceFailure
(t *testing.T)
pkg/e2e/hooks_test.go:253
FunctionTestPreStartHookNotReRunOnScaleUp
(t *testing.T)
pkg/e2e/hooks_test.go:300
FunctionTestPreStartHookReRunOnSpecChange
(t *testing.T)
pkg/e2e/hooks_test.go:199
FunctionTestPreStartHookRunsOnceForScaledService
(t *testing.T)
pkg/e2e/hooks_test.go:323
FunctionTestPreStartHookSequentialOrder
(t *testing.T)
pkg/e2e/hooks_test.go:282
FunctionTestPreStartHookSuccess
(t *testing.T)
pkg/e2e/hooks_test.go:123
FunctionTestPreStart_ContainerCreateFailurePropagates
(t *testing.T)
pkg/compose/pre_start_test.go:250
FunctionTestPreStart_ContainerStartFailurePropagates
(t *testing.T)
pkg/compose/pre_start_test.go:271
FunctionTestPreStart_ExplicitHookImageUsed
(t *testing.T)
pkg/compose/pre_start_test.go:185
FunctionTestPreStart_FirstHookFailsStopsExecution
(t *testing.T)
pkg/compose/pre_start_test.go:108
FunctionTestPreStart_ImageFallsBackToBuiltImage
(t *testing.T)
pkg/compose/pre_start_test.go:154
FunctionTestPreStart_PerReplicaRejected
(t *testing.T)
pkg/compose/pre_start_test.go:136
FunctionTestPreStart_SuccessTwoHooksInOrder
(t *testing.T)
pkg/compose/pre_start_test.go:70
FunctionTestPreStart_VolumesFromServiceContainer
(t *testing.T)
pkg/compose/pre_start_test.go:216
FunctionTestPreStart_WaitResultPreferredOverNilError
TestPreStart_WaitResultPreferredOverNilError pins the fix for the scheduler race in waitPreStart: when ContainerWait closes a successful stream cleanl
pkg/compose/pre_start_test.go:307
FunctionTestPreStopHookInError
(t *testing.T)
pkg/e2e/hooks_test.go:78
FunctionTestPreStopHookSuccess
(t *testing.T)
pkg/e2e/hooks_test.go:63
FunctionTestPreStopHookSuccessWithPreviousStop
(t *testing.T)
pkg/e2e/hooks_test.go:94
FunctionTestPreferredIndentationStr
(t *testing.T)
cmd/compose/viz_test.go:25
FunctionTestPrepareNetworkLabels
(t *testing.T)
pkg/compose/create_test.go:93
FunctionTestPrint
Print prints formatted lists in different formats
cmd/formatter/formatter_test.go:35
FunctionTestPrintWithDimensions_LinesFitTerminalWidth
(t *testing.T)
cmd/display/tty_test.go:76
FunctionTestPrintWithDimensions_MultipleRendersFit
TestPrintWithDimensions_MultipleRendersFit verifies the cross-render aspect of docker/compose#13595: even a single overflowing line desyncs the cursor
cmd/display/tty_test.go:644
FunctionTestPrintWithDimensions_MultipleTasksFitTerminalWidth
(t *testing.T)
cmd/display/tty_test.go:139
FunctionTestPrintWithDimensions_PulledAndPullingWithLongIDs
(t *testing.T)
cmd/display/tty_test.go:392
FunctionTestPrintWithDimensions_TaskWithProgress
(t *testing.T)
cmd/display/tty_test.go:175
FunctionTestPrintWithDimensions_TimerIsRightAligned
(t *testing.T)
cmd/display/tty_test.go:471
FunctionTestPrintWithDimensions_VeryNarrowTerminal
(t *testing.T)
cmd/display/tty_test.go:159
FunctionTestProjectHash
(t *testing.T)
internal/tracing/attributes_test.go:26
FunctionTestProjectVolumeBind
(t *testing.T)
pkg/e2e/volumes_test.go:95
FunctionTestProviderMetadata_IsEmpty
(t *testing.T)
pkg/compose/plugins_test.go:26
FunctionTestProviderMetadata_JSONUnmarshal
(t *testing.T)
pkg/compose/plugins_test.go:78
FunctionTestProviderMetadata_StopAbsent
(t *testing.T)
pkg/compose/plugins_test.go:91
FunctionTestProviderMetadata_StopAdvertisedWithoutParameters
(t *testing.T)
pkg/compose/plugins_test.go:100
FunctionTestProviderRawSetEnv
(t *testing.T)
pkg/e2e/providers_test.go:81
FunctionTestProviderRawSetEnvOverridesInheritedEnv
(t *testing.T)
pkg/e2e/providers_test.go:122
FunctionTestProviderRawSetEnvOverridesInheritedEnvMapForm
(t *testing.T)
pkg/e2e/providers_test.go:140
FunctionTestProviderRawSetEnvOverridesUserEnv
(t *testing.T)
pkg/e2e/providers_test.go:101
FunctionTestProviderStopHook
TestProviderStopHook verifies that "docker compose stop" invokes the provider binary's "stop" subcommand. The example provider writes a sentinel file
pkg/e2e/providers_test.go:35
FunctionTestProxyTransport_NilWhenNoDockerDesktop
(t *testing.T)
internal/desktop/proxy_test.go:85
FunctionTestProxyTransport_NilWhenSocketMissing
(t *testing.T)
internal/desktop/proxy_test.go:90
FunctionTestProxyTransport_RoutesThroughDockerDesktop
(t *testing.T)
internal/desktop/proxy_test.go:100
FunctionTestPs
(t *testing.T)
pkg/e2e/ps_test.go:31
FunctionTestPs
(t *testing.T)
pkg/compose/ps_test.go:32
FunctionTestPublish
(t *testing.T)
pkg/e2e/publish_test.go:158
FunctionTestPublishChecks
(t *testing.T)
pkg/e2e/publish_test.go:31
FunctionTestRawEnvFile
(t *testing.T)
pkg/e2e/env_file_test.go:27
FunctionTestRebuildOnDotEnvWithExternalNetwork
(t *testing.T)
pkg/e2e/watch_test.go:46
FunctionTestReconcileContainers_AlreadyRunning
(t *testing.T)
pkg/compose/reconcile_test.go:355
FunctionTestReconcileContainers_ConfigChanged
(t *testing.T)
pkg/compose/reconcile_test.go:383
FunctionTestReconcileContainers_DependsOnChain
TestReconcileContainers_DependsOnChain verifies that a dependent service's container creation depends on the last plan node of the service it depends
pkg/compose/reconcile_test.go:589
FunctionTestReconcileContainers_DependsOnScaleDown
TestReconcileContainers_DependsOnScaleDown verifies that scale-down of a service still propagates through serviceNodes, so a dependent service waits f
pkg/compose/reconcile_test.go:624
FunctionTestReconcileContainers_ExitedIsNoop
(t *testing.T)
pkg/compose/reconcile_test.go:556
FunctionTestReconcileContainers_ForceRecreate
(t *testing.T)
pkg/compose/reconcile_test.go:489
FunctionTestReconcileContainers_MultipleParents_EitherTriggersCascade
TestReconcileContainers_MultipleParents_EitherTriggersCascade guards parentNamespaceRecreated against a future refactor that early-returns on a non-ma
pkg/compose/reconcile_test.go:816
FunctionTestReconcileContainers_NamespaceParentRecreated_CascadesToDependent
TestReconcileContainers_NamespaceParentRecreated_CascadesToDependent verifies that when a parent service is scheduled for recreation, dependents shari
pkg/compose/reconcile_test.go:787
FunctionTestReconcileContainers_NeverRecreate
(t *testing.T)
pkg/compose/reconcile_test.go:526
FunctionTestReconcileContainers_NewProject
--- Container tests ---
pkg/compose/reconcile_test.go:333
FunctionTestReconcileContainers_RegularDependsOn_NoCascade
TestReconcileContainers_RegularDependsOn_NoCascade ensures the cascade fires only for namespace/volume-sharing dependencies, not for plain depends_on.
pkg/compose/reconcile_test.go:885
FunctionTestReconcileContainers_ScaleDown
(t *testing.T)
pkg/compose/reconcile_test.go:448
FunctionTestReconcileContainers_ScaleUp
(t *testing.T)
pkg/compose/reconcile_test.go:416
FunctionTestReconcileContainers_ServiceReference_NoRecreate
TestReconcileContainers_ServiceReference_NoRecreate covers every reference form mutated by resolveServiceReferences. The volumes_from "container:X" fo
pkg/compose/reconcile_test.go:753
FunctionTestReconcileNetworks_CreateMissing
--- Network tests ---
pkg/compose/reconcile_test.go:45
FunctionTestReconcileNetworks_Diverged
(t *testing.T)
pkg/compose/reconcile_test.go:112
FunctionTestReconcileNetworks_DivergedMultipleServices
(t *testing.T)
pkg/compose/reconcile_test.go:162
FunctionTestReconcileNetworks_ExistingMatch
(t *testing.T)
pkg/compose/reconcile_test.go:70
FunctionTestReconcileNetworks_ExternalSkipped
(t *testing.T)
pkg/compose/reconcile_test.go:93
FunctionTestReconcileOrphans
(t *testing.T)
pkg/compose/reconcile_test.go:669
FunctionTestReconcileVolumes_CreateMissing
--- Volume tests ---
pkg/compose/reconcile_test.go:222
FunctionTestReconcileVolumes_DivergedIsIgnored
TestReconcileVolumes_DivergedIsIgnored verifies that a diverged volume produces no plan operations: recreation of diverged volumes is owned by ensureP
pkg/compose/reconcile_test.go:286
FunctionTestReconcileVolumes_ExistingMatch
(t *testing.T)
pkg/compose/reconcile_test.go:242
FunctionTestReconcileVolumes_ExternalSkipped
(t *testing.T)
pkg/compose/reconcile_test.go:265
FunctionTestRecreateWithNoDeps
(t *testing.T)
pkg/e2e/recreate_no_deps_test.go:25
FunctionTestRemove
(t *testing.T)
pkg/watch/notify_test.go:228
FunctionTestRemoveAndAddBack
(t *testing.T)
pkg/watch/notify_test.go:247
FunctionTestRemoveOrphaned
(t *testing.T)
pkg/e2e/compose_test.go:296
FunctionTestRemoveOrphans
(t *testing.T)
pkg/e2e/orphans_test.go:26
FunctionTestReplace
(t *testing.T)
pkg/compose/transform/replace_test.go:26
FunctionTestResolveAppID_EnvVarOverridesYAML
(t *testing.T)
cmd/compose/hooks_test.go:285
FunctionTestResolveAppID_NameFromComposeFile
(t *testing.T)
cmd/compose/hooks_test.go:275
FunctionTestResolveAppID_NoComposeFileReturnsEmpty
(t *testing.T)
cmd/compose/hooks_test.go:295
FunctionTestResolveAppID_ShortCircuitsOnFlag
(t *testing.T)
cmd/compose/hooks_test.go:252
FunctionTestRestart
(t *testing.T)
pkg/e2e/restart_test.go:36
FunctionTestRestartWithDependencies
(t *testing.T)
pkg/e2e/restart_test.go:67
FunctionTestRestartWithProfiles
(t *testing.T)
pkg/e2e/restart_test.go:101
FunctionTestRm
(t *testing.T)
pkg/e2e/compose_test.go:169
FunctionTestRunBuildOnce
TestRunBuildOnce tests that services with pull_policy: build are only built once when using 'docker compose run', even when they are dependencies. Thi
pkg/e2e/compose_run_build_once_test.go:34
FunctionTestRunEnvFile
(t *testing.T)
pkg/e2e/env_file_test.go:47
FunctionTestRunHook_ConsoleSize
TestRunHook_ConsoleSize verifies that ConsoleSize is only passed to ExecAttach when the service has TTY enabled. When TTY is disabled, passing a non-z
pkg/compose/hook_test.go:42
FunctionTestRunOptionsEnvironmentMap
(t *testing.T)
pkg/api/api_test.go:26
FunctionTestRunTopCore
TestRunTopCore only tests the core functionality of runTop: formatting and printing of the output of (api.Compose).Top().
cmd/compose/top_test.go:206
FunctionTestRunUpAllowsTemplatedPortFieldsInRemoteStackPrompt
(t *testing.T)
cmd/compose/up_test.go:122
FunctionTestRunVariablesAllowsTemplatedPortFields
(t *testing.T)
cmd/compose/options_test.go:309
FunctionTestRuntimeAPIVersionCachesNegotiation
(t *testing.T)
pkg/compose/convergence_test.go:647
FunctionTestRuntimeAPIVersionRetriesOnTransientError
(t *testing.T)
pkg/compose/convergence_test.go:675
FunctionTestScaleBasicCases
(t *testing.T)
pkg/e2e/scale_test.go:29
FunctionTestScaleDoesntRecreate
(t *testing.T)
pkg/e2e/up_test.go:143
FunctionTestScaleDownNoRecreate
(t *testing.T)
pkg/e2e/scale_test.go:187
FunctionTestScaleDownRemovesObsolete
(t *testing.T)
pkg/e2e/scale_test.go:131
FunctionTestScaleUpAndDownPreserveContainerNumber
(t *testing.T)
pkg/e2e/scale_test.go:97
← previousnext →1,801–1,900 of 2,102, ranked by callers