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

[release/6.0] Bump arcade to 6.0.0-beta.22418.3 #74193

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

hoyosjs
Copy link
Member

@hoyosjs hoyosjs commented Aug 18, 2022

No description provided.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-codeflow for labeling automated codeflow label Aug 18, 2022
@ghost ghost assigned hoyosjs Aug 18, 2022
Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

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

approved. Is this blocking our build?

cc @carlossanlop

@hoyosjs
Copy link
Member Author

hoyosjs commented Aug 19, 2022

Yes, this is needed for the insertion

@lewing
Copy link
Member

lewing commented Aug 19, 2022

  Discovering: System.Net.NameResolution.Functional.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Net.NameResolution.Functional.Tests (found 58 of 64 test cases)
  Starting:    System.Net.NameResolution.Functional.Tests (parallel test collections = on, max threads = 2)
    System.Net.NameResolution.Tests.GetHostAddressesTest_Cancellation.DnsGetHostAddresses_PostCancelledToken_Throws [FAIL]
      Assert.Throws() Failure
      Expected: typeof(System.OperationCanceledException)
      Actual:   typeof(System.Net.Sockets.SocketException): No such host is known.
      ---- System.Net.Sockets.SocketException : No such host is known.
      Stack Trace:
        /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs(406,0): at System.Net.Dns.GetHostEntryOrAddressesCore(String hostName, Boolean justAddresses, AddressFamily addressFamily, ValueStopwatch stopwatch)
        /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs(387,0): at System.Net.Dns.GetHostAddressesCore(String hostName, AddressFamily addressFamily, ValueStopwatch stopwatch)
        /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs(586,0): at System.Net.Dns.<>c.<GetHostEntryOrAddressesCoreAsync>b__33_0(Object s, ValueStopwatch stopwatch)
        /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs(696,0): at System.Net.Dns.<>c__DisplayClass39_0`1.<RunAsync>b__0(Task <p0>, Object <p1>)
        /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskContinuation.cs(98,0): at System.Threading.Tasks.ContinuationResultTaskFromTask`1.InnerInvoke()
        /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs(2376,0): at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)
        /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs(293,0): at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
        --- End of stack trace from previous location ---
        /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs(293,0): at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
        /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs(2369,0): at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
        --- End of stack trace from previous location ---
        ----- Inner Stack Trace -----
        /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs(406,0): at System.Net.Dns.GetHostEntryOrAddressesCore(String hostName, Boolean justAddresses, AddressFamily addressFamily, ValueStopwatch stopwatch)
        /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs(387,0): at System.Net.Dns.GetHostAddressesCore(String hostName, AddressFamily addressFamily, ValueStopwatch stopwatch)
        /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs(586,0): at System.Net.Dns.<>c.<GetHostEntryOrAddressesCoreAsync>b__33_0(Object s, ValueStopwatch stopwatch)
        /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs(696,0): at System.Net.Dns.<>c__DisplayClass39_0`1.<RunAsync>b__0(Task <p0>, Object <p1>)
        /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskContinuation.cs(98,0): at System.Threading.Tasks.ContinuationResultTaskFromTask`1.InnerInvoke()
        /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs(2376,0): at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)
        /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs(293,0): at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
        --- End of stack trace from previous location ---
        /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs(293,0): at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
        /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs(2369,0): at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
        --- End of stack trace from previous location ---
  Finished:    System.Net.NameResolution.Functional.Tests
=== TEST EXECUTION SUMMARY ===
   System.Net.NameResolution.Functional.Tests  Total: 75, Errors: 0, Failed: 1, Skipped: 0, Time: 15.244s

@am11
Copy link
Member

am11 commented Aug 19, 2022

DnsGetHostAddresses_PostCancelledToken_Throws

That is just a flaky test, we can backport #70044 if needed.

@mmitche mmitche merged commit 531f715 into dotnet:release/6.0 Aug 19, 2022
@hoyosjs hoyosjs deleted the juhoyosa/arcade-update branch August 19, 2022 16:59
@ghost ghost locked as resolved and limited conversation to collaborators Sep 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-codeflow for labeling automated codeflow blocking-release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants