-
Notifications
You must be signed in to change notification settings - Fork 635
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
more fixes for webview2 tests #14710
Conversation
UI Smoke TestsTest: success. 2 passed, 0 failed. |
UI Smoke TestsTest: success. 2 passed, 0 failed. |
else | ||
{ | ||
viewModel?.MessageLogged?.Invoke(LogMessage.Info(message)); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some tests do not initialize one of MessageLogged field and so skip logging
viewModel.MessageLogged?.Invoke(LogMessage.Info(message)); | ||
if (DynamoModel.IsTestMode) | ||
{ | ||
System.Console.WriteLine(message); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this actually make it into the test log?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YEs, it does
Co-authored-by: pinzart <[email protected]> (cherry picked from commit d5e6c9b)
* remove duplicate dyf file warning from preview generation process (#14711) - dynamo would issue a warning and fail to publish a package if an 'unqualified' file is being used, such as a dyf file already under package control - this check is done when publishing package locally, but I have incorrectly added it to the process of creating a build preview, which stops the process for both local and online submit workflow (cherry picked from commit 3ea1c5c) * update (#14710) Co-authored-by: pinzart <[email protected]> (cherry picked from commit d5e6c9b) * remove package version limitation (#14716) - now allows package version to start with 0 - cannot have 0.0.0 package version (cherry picked from commit 992e54c) * Localize menu items is Graphic Element Scale dropdown (#14714) * Fix PostDiff job * fix (cherry picked from commit 006113e) * remove dynamo sandbox app.config (#14713) * remove config * remove autogen stuff (cherry picked from commit 0947455) * DYN-6527: Fix graph update for primitive input nodes that are first initialized to null (#14703) * remove coreclr-ncalc references * add failing test for dropdown node * cleanup * update tests * attempt initial fix * cleanup * update test * review comments * add code comments (cherry picked from commit 8987869) --------- Co-authored-by: Deyan Nenov <[email protected]> Co-authored-by: pinzart90 <[email protected]> Co-authored-by: Ashish Aggarwal <[email protected]> Co-authored-by: Michael Kirschner <[email protected]> Co-authored-by: aparajit-pratap <[email protected]>
Increased timeout for DoLoopEvents: as more and more test run, the thread queue gets congested and DoEvents takes longer and longer.
Some tests do not set the Logger properly in some Views, so I converted to COnsole.WriteLine during tests
MIssed one test that was initializing webview2