Stress test small fix.
Summary: Update of tests/stress/create_match.py to use the right functions from tests/stress/common.py. Reviewers: florijan Reviewed By: florijan Subscribers: pullbot, buda Differential Revision: https://phabricator.memgraph.io/D547
This commit is contained in:
parent
26144ee8fd
commit
5d9373a22a
@ -13,7 +13,7 @@ import random
|
||||
import time
|
||||
|
||||
from collections import defaultdict
|
||||
from common import parse_connection_arguments, argument_session
|
||||
from common import connection_argument_parser, argument_session
|
||||
|
||||
|
||||
def parse_args():
|
||||
@ -22,7 +22,7 @@ def parse_args():
|
||||
|
||||
:return: parsed arguments
|
||||
'''
|
||||
parser = parse_connection_arguments()
|
||||
parser = connection_argument_parser()
|
||||
|
||||
# specific
|
||||
parser.add_argument('--no-workers', type=int,
|
||||
|
Loading…
Reference in New Issue
Block a user