-
-
Notifications
You must be signed in to change notification settings - Fork 451
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
Provider cleanup #723
Provider cleanup #723
Conversation
1f0ce78
to
ef7b2f2
Compare
09a0517
to
ef7b2f2
Compare
I decided to split this into 2 parts. A 'safe' part, where it is just cleanup (#726), but no real changes in behaviour and another 'unsafe' part with changes in behaviour. The second may provoke a bit more discussion and is this PR. |
8cb718d
to
1250922
Compare
1250922
to
372d5ec
Compare
I did some refactoring of the replicaset provider to improve maintainability. My current test setup and requirements:
Test procedure:
The node will only have itself in the replicaset. |
Is it possible for you to add your setup in a beaker hosts file under spec/acceptance/nodesets? |
Not sure how to go about that, but I'll give it a shot. |
833e896
to
a994a6c
Compare
Hmm, this a994a6c was not what I had in mind :) I suppose its better to do this in a separate PR :) |
a994a6c
to
372d5ec
Compare
I moved that commit into a separate PR (#729). I think I understand what you mean, no clue on how to do that, though. Also, I don't see what will be actually tested. Can you expand on that (perhaps in the new PR)? |
This PR cleans up the provider.
A detailed list of changes: