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

Fix synchronous wait spinwait timeout #282

Merged
merged 1 commit into from
Oct 16, 2023

Fix synchronous wait SpinWait timeout.

d24b266
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fix synchronous wait spinwait timeout #282

Fix synchronous wait SpinWait timeout.
d24b266
Select commit
Loading
Failed to load commit list.
GitHub Actions / dotnet-test-results-net6.0-Release_NoProgress-Pool_Enabled-userMode succeeded Oct 16, 2023 in 0s

dotnet-test-results-net6.0-Release_NoProgress-Pool_Enabled-userMode ✅

Tests passed successfully

✅ TestResults/dotnet-test-results-net6.0-Release_NoProgress-Pool_Enabled-userMode.trx

14718 tests were completed in 3056s with 14718 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ProtoPromiseTests.APIs.AllSettledTests 22✅ 3s
ProtoPromiseTests.APIs.AllTests 22✅ 3s
ProtoPromiseTests.APIs.APlus_2_1_PromiseStates+_2_1_1_WhenPendingAPromise 2✅ 266ms
ProtoPromiseTests.APIs.APlus_2_1_PromiseStates+_2_1_2_WhenFulfilledAPromise 3✅ 680ms
ProtoPromiseTests.APIs.APlus_2_1_PromiseStates+_2_1_3_WhenRejectedAPromise 4✅ 810ms
ProtoPromiseTests.APIs.APlus_2_2_TheThenMethod 4✅ 754ms
ProtoPromiseTests.APIs.APlus_2_2_TheThenMethod+_2_2_3_IfOnRejectedIsAFunction 6✅ 832ms
ProtoPromiseTests.APIs.APlus_2_2_TheThenMethod+_2_2_6_ThenMayBeCalledMultipleTimesOnTheSamePromise 4✅ 577ms
ProtoPromiseTests.APIs.APlus_2_2_TheThenMethod+IfOnFulfilledIsAFunction_2_2_2 5✅ 663ms
ProtoPromiseTests.APIs.APlus_2_2_TheThenMethod+ThenMustReturnAPromise_2_2_7 20✅ 3s
ProtoPromiseTests.APIs.APlus_2_3_ThePromiseResolutionProcedure 4✅ 961ms
ProtoPromiseTests.APIs.APlus_2_3_ThePromiseResolutionProcedure+_2_3_2_IfXIsAPromiseAdoptItsState 5✅ 958ms
ProtoPromiseTests.APIs.AsyncFunctionTests 22✅ 3s
ProtoPromiseTests.APIs.AsyncLazyTests 18✅ 3s
ProtoPromiseTests.APIs.AsyncLocalTests 4✅ 560ms
ProtoPromiseTests.APIs.AwaitTests 52✅ 7s
ProtoPromiseTests.APIs.CancelationTests+Registration 40✅ 10s
ProtoPromiseTests.APIs.CancelationTests+Source 36✅ 5s
ProtoPromiseTests.APIs.CancelationTests+Token 35✅ 5s
ProtoPromiseTests.APIs.CaptureTests 24✅ 3s
ProtoPromiseTests.APIs.ContinuewithTests 16✅ 2s
ProtoPromiseTests.APIs.FinallyTests 12✅ 2s
ProtoPromiseTests.APIs.FirstTests 50✅ 7s
ProtoPromiseTests.APIs.MergeSettledTests 1674✅ 231s
ProtoPromiseTests.APIs.MergeTests 10✅ 1s
ProtoPromiseTests.APIs.MiscellaneousTests 119✅ 53s
ProtoPromiseTests.APIs.NewAndRunTests 608✅ 84s
ProtoPromiseTests.APIs.ParallelForTests 25✅ 4s
ProtoPromiseTests.APIs.ProgressTests 24✅ 3s
ProtoPromiseTests.APIs.PromiseCancelationTests 19✅ 3s
ProtoPromiseTests.APIs.PromiseCancelationTests+CancelationToken 28✅ 4s
ProtoPromiseTests.APIs.PromiseCancelationTests+CancelationToken+Reject 6✅ 862ms
ProtoPromiseTests.APIs.PromiseCancelationTests+CatchCancelationMayBeCalledMultipleTimesOnTheSamePromise 2✅ 287ms
ProtoPromiseTests.APIs.PromiseCancelationTests+IfOnCanceledIsAFunction 5✅ 702ms
ProtoPromiseTests.APIs.PromiseCancelationTests+ThePromiseResolutionProcedure 2✅ 283ms
ProtoPromiseTests.APIs.PromiseCancelationTests+ThePromiseResolutionProcedure+IfXIsAPromiseAdoptItsState 6✅ 863ms
ProtoPromiseTests.APIs.PromiseCancelationTests+WhenCanceledAPromise 2✅ 280ms
ProtoPromiseTests.APIs.PromiseCancelationTests+WhenFulfilledAPromise 2✅ 295ms
ProtoPromiseTests.APIs.PromiseCancelationTests+WhenPendingAPromise 2✅ 307ms
ProtoPromiseTests.APIs.PromiseCancelationTests+WhenRejectedAPromise 2✅ 287ms
ProtoPromiseTests.APIs.RaceTests 38✅ 5s
ProtoPromiseTests.APIs.SequenceTests 15✅ 2s
ProtoPromiseTests.APIs.Threading.AsyncAutoResetEventTests 18✅ 3s
ProtoPromiseTests.APIs.Threading.AsyncConditionVariableTests 21✅ 3s
ProtoPromiseTests.APIs.Threading.AsyncCountdownEventTests 20✅ 3s
ProtoPromiseTests.APIs.Threading.AsyncLockTests 17✅ 3s
ProtoPromiseTests.APIs.Threading.AsyncManualResetEventTests 19✅ 3s
ProtoPromiseTests.APIs.Threading.AsyncMonitorTests 38✅ 6s
ProtoPromiseTests.APIs.Threading.AsyncReaderWriterLockTests 191✅ 28s
ProtoPromiseTests.APIs.Threading.AsyncSemaphoreTests 21✅ 3s
ProtoPromiseTests.APIs.UncaughtRejectionTests 76✅ 11s
ProtoPromiseTests.APIs.WaitAsyncTests 8880✅ 1309s
ProtoPromiseTests.Concurrency.AllConcurrencyTests 256✅ 52s
ProtoPromiseTests.Concurrency.ApiWithCancelationTokenConcurrencyTests 36✅ 31s
ProtoPromiseTests.Concurrency.AsyncLazyConcurrencyTests 3✅ 805ms
ProtoPromiseTests.Concurrency.AwaitConcurrencyTests 22✅ 4s
ProtoPromiseTests.Concurrency.CancelationConcurrencyTests 43✅ 8s
ProtoPromiseTests.Concurrency.DeferredConcurrencyTests 12✅ 2s
ProtoPromiseTests.Concurrency.DeferredThreadTests 10✅ 2s
ProtoPromiseTests.Concurrency.FirstConcurrencyTests 256✅ 50s
ProtoPromiseTests.Concurrency.MergeConcurrencyTests 416✅ 461s
ProtoPromiseTests.Concurrency.PromiseConcurrencyTests 50✅ 15s
ProtoPromiseTests.Concurrency.PromiseNonPreservedConcurrencyTests 156✅ 28s
ProtoPromiseTests.Concurrency.RaceConcurrencyTests 256✅ 54s
ProtoPromiseTests.Concurrency.Threading.AsyncAutoResetEventConcurrencyTests 8✅ 3s
ProtoPromiseTests.Concurrency.Threading.AsyncCountdownEventConcurrencyTests 16✅ 7s
ProtoPromiseTests.Concurrency.Threading.AsyncLockConcurrencyTests 12✅ 129s
ProtoPromiseTests.Concurrency.Threading.AsyncManualResetEventConcurrencyTests 8✅ 3s
ProtoPromiseTests.Concurrency.Threading.AsyncReaderWriterLockConcurrencyTests 654✅ 274s
ProtoPromiseTests.Concurrency.Threading.AsyncSemaphoreConcurrencyTests 12✅ 60s
ProtoPromiseTests.Concurrency.WaitAsyncConcurrencyTests 192✅ 31s