Skip to content

[release/9.0-staging] [wasm] Read messages from binlog if process output is missing build finished message #114676

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

Conversation

maraf
Copy link
Member

@maraf maraf commented Apr 15, 2025

Manual backport of #107280.
Mitigates #106160.

Infrastructure only change.

@maraf maraf added arch-wasm WebAssembly architecture test-enhancement Improvements of test source code area-Infrastructure-mono labels Apr 15, 2025
@maraf maraf added this to the 9.0.x milestone Apr 15, 2025
@maraf maraf self-assigned this Apr 15, 2025
Copy link
Contributor

Tagging subscribers to this area: @akoeplinger, @matouskozak
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • eng/Versions.props: Language not supported
  • src/mono/wasm/Wasm.Build.Tests/Wasm.Build.Tests.csproj: Language not supported
Comments suppressed due to low confidence (2)

src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs:180

  • Consider adding test cases to cover scenarios where the process output is replaced with binlog messages to ensure this new logic behaves as expected.
// Ensure we got all output.

src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs:188

  • [nitpick] Consider renaming 'buildRoot' to 'binlogRoot' for enhanced clarity that this variable represents the parsed binary log.
var buildRoot = BinaryLog.ReadBuild(logFilePath);

Comment on lines +265 to +266
<!-- <SdkVersionForWorkloadTesting>$(MicrosoftDotNetApiCompatTaskVersion)</SdkVersionForWorkloadTesting> -->
<SdkVersionForWorkloadTesting>9.0.105</SdkVersionForWorkloadTesting>
Copy link
Member Author

Choose a reason for hiding this comment

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

@akoeplinger Should I merge this in to avoid non-existent 9.0.106 or do we handle it separately?

Copy link
Member

@akoeplinger akoeplinger Apr 16, 2025

Choose a reason for hiding this comment

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

yeah we're doing it as part of #114700 too. not sure when that PR will go in.

@maraf maraf requested a review from akoeplinger April 16, 2025 09:06
@maraf maraf added Servicing-approved Approved for servicing release and removed Servicing-approved Approved for servicing release labels Apr 17, 2025
@maraf
Copy link
Member Author

maraf commented Apr 19, 2025

/ba-g CI failures are unrelated, passed on previous run

@maraf maraf merged commit 20e7f60 into dotnet:release/9.0-staging Apr 19, 2025
159 of 169 checks passed
@maraf maraf deleted the WbtDebugMissingMicrosoftNetCoreAppRuntimePackDir90 branch April 19, 2025 07:49
@github-actions github-actions bot locked and limited conversation to collaborators May 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Infrastructure-mono Servicing-approved Approved for servicing release test-enhancement Improvements of test source code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants