-
Notifications
You must be signed in to change notification settings - Fork 849
Fixes issue #8807 nexthop failure threshold in ATS 9.1.x #8812
New issue
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
Conversation
This was originally fixed in ATS 9.2.x with PR apache#8365 but apache#8365 was big and not backported to 9.1.x as it was a late PR and zwoop did not want to bring it into 9.1.x at that time. Anyway, this fixes the issue where the failure count on a parent is not incremented properly.
|
[approve ci fedora] |
|
[approve ci rocky] |
|
[approve ci rocky] |
|
[approve ci fedora] |
|
[approve ci rocky] |
|
[approve ci fedora] |
|
[approve ci rocky] |
|
[approve ci fedora] |
|
Both the Fedora and Rockylinux builds seem to be failing due to something introduced by this patch, not transient CI issues. Fedora: RockyLinux: OK, nevermind this. I didn't notice that this patch is for 9.1.x. Probably 9.1.x needs an updated Catch for the newer compilers. |
|
Through no fault of this PR, the 9.1.x branch needs a few PRs merged in before these unit tests will build and run with the fedora:35 and rockylinux compilers:
Once those test-only changes are merged in, then the unit tests should finish successfully for this PR (they did for me locally). |
I tested your code changes against our internal branch. Failure threshold now increments as expected. |
|
[approve ci autest] |
|
This pull request has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community. |
Fixes #8807. I've asked Jeremy Payne, jp557198, to test and comment here as he is the issue owner.
This was originally fixed in ATS 9.2.x with PR #8365 but #8365
was big and not backported to 9.1.x as it was a late PR and
zwoop did not want to bring it into 9.1.x at that time.
Anyway, this fixes the issue where the failure count on a parent
is not incremented properly.