Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: client: windows: add various llb.AddMount related tests #5782

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

profnandaa
Copy link
Collaborator

@profnandaa profnandaa commented Feb 26, 2025

After completing support for llb.AddMount in #5708 -- this made possible to add some more client integration tests that were making llb.AddMount calls. Most of the tests below are related to this:

  • testCacheExportCacheKeyLoop
  • testOCILayoutSource
  • testBuildMultiMount
  • testTarExporterSymlink
  • testCacheExportIgnoreError
  • testBasicCacheImportExport
  • testUncompressedLocalCacheImportExport
  • testImageManifestRegistryCacheImportExport
  • testBasicLocalCacheImportExport
  • testBasicInlineCacheImportExport
  • testRegistryEmptyCacheExport
  • testCachedMounts
  • testDuplicateCacheMount
  • testRunCacheWithMounts
  • testMountWithNoSource
  • testProxyEnv
  • testRelativeMountpoint
  • testPullWithLayerLimit
  • testValidateDigestOrigin
  • testExportAnnotations
  • testExportAnnotationsMediaTypes
  • testAttestationDefaultSubject
  • testAttestationBundle
  • testLLBMountPerformance
  • testLayerLimitOnMounts

Skipped tests (due to registry setup issue, to be addressed separately):

  • testUncompressedRegistryCacheImportExport
  • testBasicRegistryCacheImportExport
  • testMultipleRegistryCacheImportExport

Related to #5678

@profnandaa profnandaa changed the title tests: windows: add various llb.AddMount related tests tests: client: windows: add various llb.AddMount related tests Feb 26, 2025
@profnandaa profnandaa force-pushed the feat_5678_llb_add_mount branch 3 times, most recently from d6aa872 to 27a95bc Compare February 27, 2025 06:41
@profnandaa profnandaa force-pushed the feat_5678_llb_add_mount branch 3 times, most recently from 0013d2b to 2fd7798 Compare February 27, 2025 10:15
- [x] testCacheExportCacheKeyLoop
- [x] testOCILayoutSource
- [x] testBuildMultiMount
- [x] testTarExporterSymlink
- [x] testCacheExportIgnoreError
- [x] testBasicCacheImportExport
- [x] testUncompressedLocalCacheImportExport
- [ ] testUncompressedRegistryCacheImportExport (skipped, registry
  setup issues)
- [x] testImageManifestRegistryCacheImportExport
- [ ] testBasicRegistryCacheImportExport (skipped, registry setup
  issues)
- [ ] testMultipleRegistryCacheImportExport (skipped, reg issues)
- [x] testBasicLocalCacheImportExport
- [x] testBasicInlineCacheImportExport
- [x] testRegistryEmptyCacheExport
- [x] testCachedMounts
- [x] testDuplicateCacheMount
- [x] testRunCacheWithMounts
- [x] testMountWithNoSource
- [x] testProxyEnv
- [x] testRelativeMountpoint
- [x] testPullWithLayerLimit
- [x] testValidateDigestOrigin
- [x] testExportAnnotations
- [x] testExportAnnotationsMediaTypes
- [x] testAttestationDefaultSubject
- [x] testAttestationBundle
- [x] testLLBMountPerformance
- [x] testLayerLimitOnMounts

Signed-off-by: Anthony Nandaa <[email protected]>
@profnandaa profnandaa force-pushed the feat_5678_llb_add_mount branch from 2fd7798 to 86ad65f Compare February 28, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant