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:

WIP: will need some refactors , especially to centralize/generalize enableProcessPrivileges().

  • testCacheExportCacheKeyLoop
  • testOCILayoutSource
  • testFileOpRmWildcard (unrelated but had access issues)
  • testBuildMultiMount
  • testTarExporterSymlink
  • testCacheExportIgnoreError
  • testBasicCacheImportExport
  • testUncompressedLocalCacheImportExport
  • testUncompressedRegistryCacheImportExport (skipped, registry setup issues)
  • testImageManifestRegistryCacheImportExport
  • testBasicRegistryCacheImportExport (skipped, registry setup issues)
  • testMultipleRegistryCacheImportExport (skipped, reg issues)
  • testBasicLocalCacheImportExport
  • testBasicInlineCacheImportExport
  • testRegistryEmptyCacheExport
  • testSnapshotWithMultipleBlobs
  • testCachedMounts
  • testDuplicateCacheMount
  • testRunCacheWithMounts
  • testDuplicateWhiteouts (d1 white-out TBD)
  • testWhiteoutParentDir (some missing white-out details)
  • testMoveParentDir (to revisit)
  • testMountWithNoSource
  • testProxyEnv
  • testRelativeMountpoint
  • testPullWithLayerLimit
  • testValidateDigestOrigin
  • testExportAnnotations
  • testExportAnnotationsMediaTypes
  • testAttestationDefaultSubject
  • testAttestationBundle
  • testLLBMountPerformance

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
- [x] testCacheExportCacheKeyLoop
- [x] testOCILayoutSource
- [x] testFileOpRmWildcard (unrelated but had access issues)
- [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] testSnapshotWithMultipleBlobs
- [x] testCachedMounts
- [x] testDuplicateCacheMount
- [x] testRunCacheWithMounts
- [-] testDuplicateWhiteouts (d1 white-out TBD)
- [-] testWhiteoutParentDir (some missing white-out details)
- [-] testMoveParentDir (to revisit)
- [x] testMountWithNoSource
- [x] testProxyEnv
- [x] testRelativeMountpoint
- [x] testPullWithLayerLimit
- [x] testValidateDigestOrigin
- [x] testExportAnnotations
- [x] testExportAnnotationsMediaTypes
- [x] testAttestationDefaultSubject
- [x] testAttestationBundle
- [x] testLLBMountPerformance

Count: 29

Signed-off-by: Anthony Nandaa <[email protected]>
@profnandaa profnandaa force-pushed the feat_5678_llb_add_mount branch from 7e36c6f to db36ddc Compare February 26, 2025 13:29
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