Skip to content

Commit

Permalink
use majority for test
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Jan 31, 2023
1 parent db193a2 commit 0c6261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/consensus_tests/test_read_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run_update_points_in_background(peer_url, collection_name):

def get_all_points(peer_url, collection_name):
res = requests.post(
f"{peer_url}/collections/{collection_name}/points/scroll?consistency=quorum",
f"{peer_url}/collections/{collection_name}/points/scroll?consistency=majority",
json={
"limit": 100,
"with_vector": True,
Expand Down

0 comments on commit 0c6261f

Please sign in to comment.