-
Notifications
You must be signed in to change notification settings - Fork 10
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
Added tests for link down consistency #339
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Ktmi Excellent to see those new tests adding extra checks for the link failure handler process! One question please: one of the main problems that was address on PR mef_eline#583 was multiple link failures that would impact the old_path clean up process left over after the first failure, are those new tests also validating this? I'm asking this because it was not clear to me which test simulate multiple link failures after the EVC has been provisioned.
@italovalcy No, but I am planning on trying to make some additional tests for that purpose, it's just very difficult to get done consistently. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Excellent to have the new cases better covered.
Adds tests which validate consistency of kytos after link down events. Part of kytos-ng/mef_eline#583.