-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Attempt to re-enable components E2E tests #12790
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
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.
We can celebrate once this gets merged 😁 |
src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
Show resolved
Hide resolved
OK, it looks like this is going to hit a timeout. |
55e6aca
to
85e0d67
Compare
Trying this again with a few more test fixes and my change to have tests fail faster. If this doesn't pass then hopefully we can see some fireworks. |
484b274
to
7b00e0c
Compare
So, I found the source of the hang. It's this bug: dotnet/extensions#1363 Basically - calling |
7b00e0c
to
9bb5ac3
Compare
if (edi != null) | ||
{ | ||
throw edi.SourceException; | ||
} |
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.
This wasn't the cause of any problems, but it will cause the process to fail with a bad error if it ever throws. I saw this while looking for the source of the hang, and wanted to harden it.
@rynowak can #11698 be closed now❔ Many thanks for reducing @JunTaoLuo's burden if so❕ |
I say again: at last! |
No description provided.