-
Notifications
You must be signed in to change notification settings - Fork 4
Implement dpservice-ha synchronization #735
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
base: main
Are you sure you want to change the base?
Conversation
b4f8eb5 to
cd131d5
Compare
|
I am not sure I properly understand why test is failing, If I read it correctly, the problem is that the TAP devices and bridge were not properly created? Maybe the runner needs some privileges? |
|
Solved. For some reason in a container pytest is not automatically refreshing interfaces. And when the test re-starts secondary dpservice, which uses the same interface names all the time, its interfaces are not properly registered in pytest. |
9fdc14b to
5070519
Compare
This PR implements a mechanism for synchonizing the active and standby instances of dpservice.
Pytest suite and documentation are part of this PR
Fixes #697
Connected to #329