Skip to content

Fix builds: Remove vpmem multimapping annotation from parity tests - #2722

Merged
rawahars merged 1 commit into
microsoft:mainfrom
rawahars:fix_tests
May 6, 2026
Merged

Fix builds: Remove vpmem multimapping annotation from parity tests#2722
rawahars merged 1 commit into
microsoft:mainfrom
rawahars:fix_tests

Conversation

@rawahars

@rawahars rawahars commented May 6, 2026

Copy link
Copy Markdown
Contributor

The v2 LCOW builder explicitly rejects the io.microsoft.virtualmachine.lcow.vpmem.nomultimapping annotation in processAnnotations (internal/builder/vm/lcow/specs.go) as not yet implemented, but TestLCOWSandboxOptionsFieldParityNonDefault set it in two cases. buildV2LCOWDocument therefore always failed with "...vpmem.nomultimapping annotation is not supported", making the parent test permanently red in CI without verifying any real parity.

Removed the standalone "VPMem no multi-mapping" case and drop the annotation from "all sandbox options non-default". The intentional v2 rejection is still covered by the unit test in internal/builder/vm/lcow/specs_test.go.

…ermutations tests

Signed-off-by: Harsh Rawat <harshrawat@microsoft.com>
@rawahars
rawahars requested a review from a team as a code owner May 6, 2026 17:53
@rawahars
rawahars merged commit bce5ac8 into microsoft:main May 6, 2026
45 of 47 checks passed
@rawahars
rawahars deleted the fix_tests branch May 6, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants