Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def start_cardinality_check():
if args.collections != "All":
coll_names = args.collections.split(",")
for coll_name in coll_names[:max_collections]:
if coll_name not in ("oplog.rs"):
if coll_name in ("oplog.rs"):
continue

print("### Starting cardinality check for collection - {} .... ".format(coll_name))
Expand Down