Skip to content

Fix approval request/response correlation in FunctionInvokingChatClient#7261

Merged
stephentoub merged 7 commits into
mainfrom
copilot/fix-approval-request-correlation
Feb 4, 2026
Merged

Fix approval request/response correlation in FunctionInvokingChatClient#7261
stephentoub merged 7 commits into
mainfrom
copilot/fix-approval-request-correlation

Revert accidental deletion of test method variable declaration

4cb7119
Select commit
Loading
Failed to load commit list.
Azure Pipelines / extensions-ci succeeded Feb 4, 2026 in 47m 26s

Build #20260204.13 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 54,667 (93.18%)
  • Other: 4,002 (6.82%)
  • Total: 58,670

Annotations

Check failure on line 9 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

Build log #L9

Writing comment failed

Check failure on line 1 in Microsoft.Extensions.Logging.Testing.Test.Logging.FakeLogCollectorTests.GetLogsAsync_RegardlessOfClearDuringWait_SuppliesNextLogWhenRecorded(clearIsCalledDuringWait: True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

Microsoft.Extensions.Logging.Testing.Test.Logging.FakeLogCollectorTests.GetLogsAsync_RegardlessOfClearDuringWait_SuppliesNextLogWhenRecorded(clearIsCalledDuringWait: True)

Assert.Equal() Failure: Values differ
Expected: Task { Status = RanToCompletion }
Actual:   Task<ValueTuple<bool, int>,<AwaitSequence>d__12> { Status = WaitingForActivation }
Raw output
   at Microsoft.Extensions.Logging.Testing.Test.Logging.FakeLogCollectorTests.AssertAwaitingTaskCompleted(Task task) in /mnt/vss/_work/1/s/test/Libraries/Microsoft.Extensions.Diagnostics.Testing.Tests/Logging/FakeLogCollectorTests.LogEnumeration.cs:line 130
   at Microsoft.Extensions.Logging.Testing.Test.Logging.FakeLogCollectorTests.GetLogsAsync_RegardlessOfClearDuringWait_SuppliesNextLogWhenRecorded(Boolean clearIsCalledDuringWait) in /mnt/vss/_work/1/s/test/Libraries/Microsoft.Extensions.Diagnostics.Testing.Tests/Logging/FakeLogCollectorTests.LogEnumeration.cs:line 118
--- End of stack trace from previous location ---