-
Notifications
You must be signed in to change notification settings - Fork 146
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
Update MSTest to metapackage and MTP #881
Conversation
/azp run |
@Youssef1313 and @Evangelink, tests are failing in all environments with these changes. Please see https://dev.azure.com/mseng/1ES/_build/results?buildId=29527577&view=results for details. |
@DaveTryon Navigating to the build shows "Build not found." for me. |
@Youssef1313, I've emailed the logs to you and @Evangelink. They're compressed and less than 1MB, so hopefully they'll make it through your email gateway, |
3b00440
to
5adb3cc
Compare
@DaveTryon I see you are adding coverage support for coverlet in #895. For MTP, Microsoft CodeCoverage is better supported. Are you okay with switching from coverlet to Microsoft CodeCov? |
5ef6ce7
to
fe27dba
Compare
/azp run |
Commenter does not have sufficient privileges for PR 881 in repo microsoft/sbom-tool |
/azp run |
Pull request contains merge conflicts. |
@DaveTryon I just fixed the conflict |
/azp run |
I'm not married to coverlet, but I'd like to see the MTP version before making the final call. I'll hold off on merging the PR for a bit so we can do a side-by-side comparison. |
Co-authored-by: Amaury Levé <[email protected]>
/azp run |
That's an interesting question. the unit tests only target I did some experimenting in a branch based on your fork, and made 2 commits that you can backport to get past the test failures:
After these commits are added, we still get an error because each stage is trying to upload to the same artifact name, and only the first one can win. Let's just go with code coverage results from Windows, since it's the platform with the broadest coverage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test/Microsoft.Sbom.Targets.E2E.Tests/Microsoft.Sbom.Targets.E2E.Tests.csproj
Outdated
Show resolved
Hide resolved
…2E.Tests.csproj Co-authored-by: Amaury Levé <[email protected]>
@DaveTryon Could you run the pipeline again? Thanks! |
/azp run |
@Youssef1313, it looks like the yaml is broken. The pipeline failed immediately, generating the 2 following errors but no logs:
|
/azp run |
test/Microsoft.Sbom.Targets.E2E.Tests/Microsoft.Sbom.Targets.E2E.Tests.csproj
Outdated
Show resolved
Hide resolved
@Youssef1313, the build is green again, so I think we're ready for the final clean-up phase. I'll email you the logs |
/azp run |
@Youssef1313 This is super close, but now the code coverage isn't showing up in the pipeline like it used to. Happy to merge this as-is and have the code coverage be a separate PR if that makes more sense than adding it to this PR |
/azp run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @Youssef1313!
FYI @Evangelink