Skip to content
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

Flaky Aspire.Hosting.Tests.Codespaces.CodespacesUrlRewriterTests.VerifyUrlsRewrittenWhenInCodespaces #6648

Open
JamesNK opened this issue Nov 12, 2024 · 1 comment

Comments

@JamesNK
Copy link
Member

JamesNK commented Nov 12, 2024

https://dev.azure.com/dnceng-public/public/_build/results?buildId=867265&view=results

System.OperationCanceledException : The operation was canceled.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
   at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
   at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
   at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+MoveNext() in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 322
   at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+MoveNext() in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 322
   at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
   at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WaitForResourceAsync(String resourceName, Func`2 predicate, CancellationToken cancellationToken) in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 278
   at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WaitForResourceAsync(String resourceName, Func`2 predicate, CancellationToken cancellationToken) in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 278
   at Aspire.Hosting.Tests.Codespaces.CodespacesUrlRewriterTests.VerifyUrlsRewrittenWhenInCodespaces() in /_/tests/Aspire.Hosting.Tests/Codespaces/CodespacesUrlRewriterTests.cs:line 83
--- End of stack trace from previous location ---

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@JamesNK
Copy link
Member Author

JamesNK commented Nov 12, 2024

cc @mitchdenny

@joperezr joperezr added the untriaged New issue has not been triaged label Nov 12, 2024
@joperezr joperezr added this to the Backlog milestone Nov 13, 2024
@joperezr joperezr removed the untriaged New issue has not been triaged label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@JamesNK @joperezr and others