We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In our recent T2 topology test run, we noticed that many tests suites like arp, bgp and ip tests were affected by config reload failures:
config reload -y -f &>/dev/null
We suspect this to be a regression caused by recent changes introduced in: sonic-net/sonic-utilities#3682
This issue is intermittent and not consistently reproducible by re-running config reload in isolation.
failed = True changed = True rc = 1
We expect config reload to pass
generic
No response
show version
│SONiC Software Version: SONiC.branch.202405-ars.2003e864-buildimage.origin.202405-nightly-dbg-2024.12.19.22.44 │SONiC OS Version: 12 │Distribution: Debian 12.8 │Kernel: 6.1.0-22-2-amd64 │Build commit: 65df6b6ac │Build date: Fri Dec 20 09:56:53 UTC 2024 │Built by: jenkins@jenkins-arsonic-k8s-7-fgjjx │ │Platform: x86_64-arista_7800_sup │HwSKU: Arista-7804R3-FM │ASIC: broadcom │ASIC Count: 12 │Serial Number: SSN20290119 │Model Number: DCS-7800-SUP1A │Hardware Revision: 01.0a │Uptime: 22:48:06 up 3 days, 7:24, 1 user, load average: 5.91, 6.07, 6.20 │Date: Fri 27 Dec 2024 22:48:06
The text was updated successfully, but these errors were encountered:
@kenneth-arista @arista-hpandya this issue is fixed in this PR sonic-net/sonic-utilities#3699. Can you please retest?
Sorry, something went wrong.
No branches or pull requests
Issue Description
In our recent T2 topology test run, we noticed that many tests suites like arp, bgp and ip tests were affected by config reload failures:
config reload -y -f &>/dev/null
We suspect this to be a regression caused by recent changes introduced in: sonic-net/sonic-utilities#3682
This issue is intermittent and not consistently reproducible by re-running config reload in isolation.
Results you see
failed = True
changed = True
rc = 1
Results you expected to see
We expect config reload to pass
Is it platform specific
generic
Relevant log output
No response
Output of
show version
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered: