This is an issue to track the progress I'm making on integrating containerd 1.0 within the moby master.
I initially wanted to do a refactor and remove libcontainerd altogether while doing it, but decided to postpone so to a second pass to have it ready faster.
The branch I'm working of can be found here. Be warned that I frequently force push to it and it is still full of extra debug code at the moment.
Currently, the following tests on linux (amd64):
The following is yet to be tested:
The following needs to be tests:
Last run results (2017-09-06 18:00): OOPS: 1664 passed, 82 skipped, 1 FAILED
This is an issue to track the progress I'm making on integrating containerd 1.0 within the moby master.
I initially wanted to do a refactor and remove libcontainerd altogether while doing it, but decided to postpone so to a second pass to have it ready faster.
The branch I'm working of can be found here. Be warned that I frequently force push to it and it is still full of extra debug code at the moment.
Currently, the following tests on linux (amd64):
DockerSuite.TestAPIStatsContainerGetMemoryLimitDockerSuite.TestAPIStatsContainerNotFoundDockerSuite.TestAPIStatsNetworkStatsDockerSuite.TestAPIStatsNetworkStatsVersioningDockerSuite.TestAPIStatsNoStreamConnectedContainersDockerSuite.TestAPIStatsNoStreamGetCpuDockerSuite.TestContainerAPIStatsWithNetworkDisabledDockerSuite.TestGetContainerStatsDockerSuite.TestGetContainerStatsNoStreamDockerSuite.TestGetContainerStatsRmRunningDockerSuite.TestGetContainerStatsStreamDockerSuite.TestGetStoppedContainerStatsDockerSuite.TestStatsAllNoStreamDockerSuite.TestStatsAllRunningNoStreamDockerSuite.TestStatsContainerNotFoundDockerSuite.TestStatsFormatAllDockerSuite.TestStatsNoStreamDockerSuite.TestPluginUpgradeDockerAuthzV2Suite.TestAuthZPluginAllowNonVolumeRequestDockerAuthzV2Suite.TestAuthZPluginDisableDockerAuthzV2Suite.TestAuthZPluginRejectVolumeRequestsDockerDaemonSuite.TestDaemonShutdownWithPluginsDockerTrustSuite.TestPluginTrustedInstallDockerSuite.TestAPIIpcModeNoneDockerSuite.TestAPIIpcModeShareableAndContainerDockerSuite.TestInfoAPIRuncCommitDockerSuite.TestRunPIDHostWithChildIsKillableDockerDaemonSuite.TestDaemonIpcModePrivateDockerDaemonSuite.TestDaemonIpcModeShareableDockerDaemonSuite.TestDaemonIpcModeShareableFromConfigDockerDaemonSuite.TestExecWithUserAfterLiveRestoreDockerDaemonSuite.TestRunWithRuntimeFromCommandLineDockerDaemonSuite.TestRunWithRuntimeFromConfigFileDockerSuite.TearDownTest after TestExecResizeAPIHeightWidthNoInt (leading to 675 tests skipped and potentially failing afterwards)The following is yet to be tested:
The following needs to be tests:
Last run results (2017-09-06 18:00):
OOPS: 1664 passed, 82 skipped, 1 FAILED