-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Revert SDK update #32785
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
Revert SDK update #32785
Conversation
src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
Show resolved
Hide resolved
src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
Show resolved
Hide resolved
@captainsafia @pranavkm getting lots of errors like:
What's the best way to disable these failing components? |
Those are all of Blazor's e2e tests. Skipping them would leave us with a large test coverage gap, I don't think we would want to consider that. Is the failure persistent? |
Yes, it's a build failure. I think because I removed the ProjectReference & they're using assets from |
No, it's a different RazorSDK issue. @captainsafia there's a tracking issue for this, no? |
Yes, the tracking issue is #31023. The SDK that is being reverted contains the fix. We've primarily since this issue happen locally (@HaoK has seen this on his Playwright migration branch) and not on CI so surprising to see it here. It might be the case that the changes in the build made in this branch have exasperated the issue. Unfortunately, I don't think we can readily disable the BasicTestApp here. One thing we can try to do is disable node reuse in the build (there's been success with that locally) but not sure if that will fix it in CI. |
The failure doesn't happen without the non-sdk related changes in this PR. How flaky is |
Can you clarify what you mean here?
I think it was causing failures around 20% of the time before we resolved the issue. |
If this PR only contained the change in global.json, CI would be green - the failures are caused by the other changes in this PR. |
Will need to backport this PR to release/6.0-preview5 now that I branched. |
/backport to release/6.0-preview5 |
1 similar comment
/backport to release/6.0-preview5 |
Started backporting to release/6.0-preview5: https://github.com/dotnet/aspnetcore/actions/runs/859333855 |
Hi @github-actions[bot]. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
That didn't work
Need to fix this since I am a collaborator. But, @wtgodbe first priority is to get this into release/6.0-preview5. Let me know if you get to this tomorrow before I do. |
* Revert SDK update * Disable build of failing proj * Quarantine 2 tests * Fixup - backport of 57b9c13 Co-authored-by: Pranav K <[email protected]>
Done in #32859 |
@akoeplinger any idea what the issue would be causing Doug's issue above? #32785 (comment) |
We need dotnet/runtime@be17f71 - will open a PR after standup |
* Revert SDK update * Disable build of failing proj * Quarantine 2 tests * Fixup - backport of 57b9c13 Co-authored-by: William Godbe <[email protected]> Co-authored-by: Pranav K <[email protected]>
- no-op merge * Update dependencies from https://github.com/dotnet/efcore build 20210519.2 (#32855) [release/6.0-preview5] Update dependencies from dotnet/efcore * Update dependencies from https://github.com/dotnet/runtime build 20210520.4 (#32882) [release/6.0-preview5] Update dependencies from dotnet/runtime * [preview5] Revert SDK update (#32785) (#32859) * Revert SDK update * Disable build of failing proj * Quarantine 2 tests * Fixup - backport of 57b9c13 Co-authored-by: William Godbe <[email protected]> Co-authored-by: Pranav K <[email protected]> Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Doug Bunting <[email protected]> Co-authored-by: William Godbe <[email protected]> Co-authored-by: Pranav K <[email protected]>
- take us back to the 6.0.100-preview.5.21264.3 SDK This reverts commit 57b9c13.
Bump the SDK back up again - publish in a separate step - Publishing.props executes the `_GetPackageVersionInfo` target in Microsoft.AspNetCore.App.Runtime.csproj - that target currently fails when using a new SDK and desktop `msbuild` - revert "Revert SDK update (#32785)" - take us back to the 6.0.100-preview.5.21264.3 SDK - this reverts commit 57b9c13. - reword a comment - add Components.Migration.E2ETests to solution
Reverts the SDK update from #32581 to unblock internal builds
@captainsafia should I undo any other changes from that PR?