DYN-7716 Fixing Flaky Tests#15680
Conversation
There are some tests that sometimes are failing and sometimes are not failing so those test were marked as Category[Failure]. So in this fix I'm removing that Category and make changes to fix the test and get more info about why are failing.
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7716
UI Smoke TestsTest: success. 11 passed, 0 failed. |
|
@RobertGlobant20 There is one regression reported but not related to the tests you turning on as part of this PR, can you check if that pass locally? |
|
@QilongTang the test failing is (I think is not related to this change): "FailureDynCore" means that will be failing on DynamoCore? Thanks |
Not sure what that means, you will need to check with who added the test. I will approve the PR for now |
The job passed here: |
Purpose
DYN-7716 Fixing Flaky Tests
Fixing flaky tests that sometimes are failing and sometimes are not failing.
There are some tests that sometimes are failing and sometimes are not failing so those test were marked as Category[Failure].
So in this fix I'm removing that Category and make changes to fix the tests and get more info about why are failing.
This is the list of tests failing
I've run the DYN-DevCI_Self_Service job two times without any test failing (also local tests in VS2022 are passing) but I will continue checking if in the jobs there are failing test in this PR
Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
Fixing flaky tests that sometimes are failing and sometimes are not failing.
Reviewers
@QilongTang
FYIs