Skip to content

OpenAI-DotNet 7.3.0 #512

OpenAI-DotNet 7.3.0

OpenAI-DotNet 7.3.0 #512

GitHub Actions / Test Results failed Nov 20, 2023 in 0s

1 fail, 75 pass in 2m 44s

76 tests   75 ✔️  2m 44s ⏱️
  1 suites    0 💤
  1 files      1

Results for commit 07cf855.

Annotations

Check warning on line 0 in OpenAI.Tests.TestFixture_12_Threads

See this annotation in the file changed.

@github-actions github-actions / Test Results

Test_06_05_CancelRun (OpenAI.Tests.TestFixture_12_Threads) failed

test-results/_fv-az568-539_2023-11-20_14_47_18.trx [took 30s]
Raw output
System.Threading.Tasks.TaskCanceledException : A task was canceled.   at OpenAI.Threads.ThreadExtensions.WaitForStatusChangeAsync(RunResponse run, Nullable`1 pollingInterval, Nullable`1 timeout, CancellationToken cancellationToken) in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet/Threads/ThreadExtensions.cs:line 233
   at OpenAI.Tests.TestFixture_12_Threads.Test_06_05_CancelRun() in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet-Tests/TestFixture_12_Threads.cs:line 286
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Execution.SimpleWorkItem.<>c__DisplayClass4_0.<PerformWork>b__0()
   at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at NUnit.Framework.Internal.ContextUtils.DoIsolated(ContextCallback callback, Object state)
   at NUnit.Framework.Internal.ContextUtils.DoIsolated[T](Func`1 func)
   at NUnit.Framework.Internal.Execution.SimpleWorkItem.PerformWork()