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

Feature band fallback with workload update #24678

Merged

Conversation

gkulin
Copy link
Member

@gkulin gkulin commented Apr 1, 2022

fixes #23403

@gkulin gkulin changed the base branch from release/6.0.3xx to release/6.0.4xx April 19, 2022 01:12
@gkulin gkulin marked this pull request as ready for review May 12, 2022 20:46
@gkulin gkulin requested review from a team, dsplaisted and joeloff and removed request for a team May 12, 2022 20:47
@@ -366,6 +366,8 @@ public void ApplyRollbackAcrossFeatureBand(string existingSdkFeatureBand, string
packInstaller.InstalledManifests[0].manifestUpdate.ManifestId.Should().Be(manifestsToUpdate[0].manifestUpdate.ManifestId);
packInstaller.InstalledManifests[0].manifestUpdate.NewVersion.Should().Be(manifestsToUpdate[0].manifestUpdate.NewVersion);
packInstaller.InstalledManifests[0].manifestUpdate.NewFeatureBand.Should().Be(manifestsToUpdate[0].manifestUpdate.NewFeatureBand);
packInstaller.InstalledManifests[0].manifestUpdate.ExistingVersion.Should().Be(manifestsToUpdate[0].manifestUpdate.ExistingVersion);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Before the change, were these values not set, or did they have different values?

Copy link
Member Author

@gkulin gkulin May 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These values were introduced in this PR from Daniel: #24630
If I remember correctly, Daniel asked me to add these checks because his change was made after the PR where I originally wrote this test

@gkulin gkulin merged commit cfca449 into dotnet:release/6.0.4xx May 17, 2022
@gkulin gkulin deleted the featureBandFallbackWithWorkloadUpdate branch May 17, 2022 18:35
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.

3 participants