-
Notifications
You must be signed in to change notification settings - Fork 636
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
DYN-6507: crash when uploading package #14690
DYN-6507: crash when uploading package #14690
Conversation
- attempt to fix a crash when uploading a package and clearing the uploadhandle on success
@dnenov 1 failure here: https://master-15.jenkins.autodesk.com/view/DYN/job/DYN-DevCI_Self_Service/1329/. No test runner crash now |
- disabled CancelCommandClearsAllData test as the command it is supposed to be testing currently is restricted under testing environment as it crashes master-15 (sequentially running of tests) because of thread affinity issue
I disabled CancelCommandClearsAllData test as the command it is supposed to be testing, is currently restricted under testing environment. It crashes master-15 (sequentially running of tests) because of thread affinity issue. So this test does not make sense at the moment. |
UI Smoke TestsTest: success. 2 passed, 0 failed. |
UI Smoke TestsTest: success. 2 passed, 0 failed. |
Purpose
Revert change that was introduced to try and fix failing tests before. The change was a
BeingInvoke
wrap around a clean up of a property which was used inside async code. The use of theBeginInvoke
was causing a crash in production code in Dynamo.This jira issue picks it up https://jira.autodesk.com/browse/DYN-6507?filter=-1
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Reviewers
@reddyashish
FYIs
@avidit
@mjkkirschner