-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Flaky test: RendersScriptTagsForGlobbedSrcResults #8157
Comments
Please use this workflow to address this flaky test issue, including checking applicable checkboxes and filling in the applicable "TODO" entries:
This comment was made automatically. If there is a problem contact @ryanbrandenburg. |
Thanks @ryanbrandenburg. |
According to the test history, this test has failed once in 6479 runs. TeamCity calls that success rate "100%". Are we investigating tests that are that reliable? |
More importantly, the stack trace suggests an issue with CastleCore. See issue: castleproject/Core#193. Relevant comment thread: castleproject/Core#193 (comment) |
@dougbu yes, because this can cause "death by a thousand papercuts." If we have hundreds of tests that fail at that rate, that's not good enough. |
🆗 @Eilon Agree with @pranavkm that this failure appears to be completely w/in Castle.Core. The test failed when executing Suggest we leave this open to track castleproject/Core#193. We're fairly far behind on Moq versions (at 4.7.49 with 4.9.0 the latest and 4.7.145 the latest of our minor version) and could upgrade to whichever Moq version picks up the castleproject/Core#193 fix. In the meantime, I'll test to see if Moq 4.9.0 brings along anything that breaks builds in the EF, KestrelHttpServer, Mvc, or Razor repos (hopefully that's a representative sample for this trial). |
Saw a bit of unreliability in aspnet/KestrelHttpServer but nothing that didn't also reproduce on my machine without the Moq version bump. @halter73 also said most of the failures were familiar. So, no new failures there. No failures at all in aspnet/EntityFrameworkCore, aspnet/Mvc or aspnet/Razor in their release/2.2 branches with the latest Moq (and therefore almost the latest Castle.Core). |
Workarounds are fine for now. But, will leave this in Ready / blocked state until castleproject/Core#193 is resolved and moq/moq4 picks up the fix. |
Configure_AddsPageViewLocationFormats_WithDefaultPagesRoot failed with about the same error on 2.2. This comment was made automatically. If there is a problem contact ryanbrandenburg. |
There were 1 failures with about the same error on 2.2:
This comment was made automatically. If there is a problem contact ryanbrandenburg. |
Closing as the upgrade (dotnet/aspnetcore@904c9d3623) more than two weeks ago seems to have cleared all similar failures. |
This test fails occasionally with the following error:
Other tests within that build may have failed with a similar message, but they are not listed here. Check the link above for more info.
CC @Eilon,@muratg,@mkArtakMSFT
This issue was made automatically. If there is a problem contact @ryanbrandenburg.
The text was updated successfully, but these errors were encountered: