-
Notifications
You must be signed in to change notification settings - Fork 1
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
OPTIM: Only remove a task from the loading dictionary if it actually failed. #15
Conversation
…failed. If it was just cancelled, let the task run otherwise it could just timeout again the next time.
…ing, as it will have either been removed by another thread, or will be cleaned up on the next call.
Unit Tests - Ubuntu_Any_CPU_Debug42 tests ±0 42 ✅ ±0 12s ⏱️ +11s Results for commit bb91eae. ± Comparison against base commit 4d7bbd2. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Unit Tests - Ubuntu_Any_CPU_Release42 tests ±0 42 ✅ ±0 13s ⏱️ +12s Results for commit bb91eae. ± Comparison against base commit 4d7bbd2. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Unit Tests - Windows_Any_CPU_Release42 tests ±0 42 ✅ ±0 13s ⏱️ +10s Results for commit bb91eae. ± Comparison against base commit 4d7bbd2. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Unit Tests - Windows_Any_CPU_Debug42 tests ±0 42 ✅ ±0 13s ⏱️ +11s Results for commit bb91eae. ± Comparison against base commit 4d7bbd2. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
|
If it was just cancelled, let the task run otherwise it could just timeout again the next time.