Closed RobertGlobant20 closed 12 hours ago
Test: success. 11 passed, 0 failed. TestComplete Test Result Workflow Run: UI Smoke Tests Check: UI Smoke Tests
@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):
[Test]
[Category("FailureDynCore")]
public void FeatureFlagsShouldReturnRealDataAfterCache()
"FailureDynCore" means that will be failing on DynamoCore?
Thanks
that will be failing on DynamoCore?
Not sure what that means, you will need to check with who added the test. I will approve the PR for now
that will be failing on DynamoCore?
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: https://master-5.jenkins.autodesk.com/job/Dynamo/job/DynamoSelfServe/job/pullRequestValidation/16865/
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
*.resx
filesRelease Notes
Fixing flaky tests that sometimes are failing and sometimes are not failing.
Reviewers
@QilongTang
FYIs