You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of PR
Split the bgp/test_reliable_tsa.py test into two parts.
Summary:
Fixes # (issue) Microsoft ADO
Approach
What is the motivation for this PR?
We observed that the bgp/test_reliable_tsa.py test is taking too long to finish and there are some test cases that are very flaky. Therefore, we decided to split this test module into two parts: one for those stable test cases, and the other one for those flaky test cases. This will also make it easier to retry and debug the test cases when some of them failed.
How did you do it?
How did you verify/test it?
I ran the split test modules and can confirm they are working well: https://elastictest.org/scheduler/testplan/67ac78446f7ee067ea75fe16?leftSideViewMode=detail
co-authorized by: jianquanye@microsoft.com
0 commit comments