Skip to content
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

[WIP] Test replica set functionality #4

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
i
varnerac committed Sep 2, 2021
commit c04f66253d26c033a786c7aacc4a48d6add53bb9
2 changes: 1 addition & 1 deletion test/replica_set_SUITE.erl
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ todo_test(Config) ->
Topology = ?config(topology, Config),
State = mc_topology:get_state(Topology),
ct:pal("State: ~p", [State]),
Status = mc_topology:get_status(Topology),
Status = mongoc:status(Topology),
ct:pal("Status: ~p", [Status]),
Config.