sonic-net / sonic-mgmt

Configuration management examples for SONiC
Other
173 stars 688 forks source link

Add debug message for debugging script `test_stress_routes.py`. #13492

Open yutongzhang-microsoft opened 5 days ago

yutongzhang-microsoft commented 5 days ago

Description of PR

We got flaky issue ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))) in script test_stress_routes.py in baseline test. We can not reproduce this issue in local environment. So in this PR, I add some debug message for debugging.

Summary: Fixes # (issue)

Type of change

Back port request

Approach

What is the motivation for this PR?

We got flaky issue ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))) in script test_stress_routes.py in baseline test. We can not reproduce this issue in local environment. So in this PR, I add some debug message for debugging.

How did you do it?

How did you verify/test it?

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation