Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Support for MongoDB #63

Open
lalu121212 opened this issue Jul 17, 2022 · 0 comments
Open

Support for MongoDB #63

lalu121212 opened this issue Jul 17, 2022 · 0 comments

Comments

@lalu121212
Copy link

Hi,

I am testing dbstress with MongodDB and its failing after connection established:
10:43:46.496 [INFO] All database connections initialized, proceeding to the query execution phase
unity.parser.ParseException: Encountered " "(" "( "" at line 1, column 14.
Was expecting:
";" ...

10:43:46.622 [WARN] Query execution failed: Parse Exception: unity.parser.ParseException: Encountered " "(" "( "" at line 1, column 14.
Was expecting:
";" ...
Input query: db.test.count();

And the yaml file is as below:
unit_name: "unit1"
description: Example of a successful unit # optional
query: db.test.count()
uri: "jdbc:mongo://127.0.0.1:27017/admin"
username: user1
password: "pass1" # optional if provided on command line
parallel_connections: 1
repeats: 1
connection_timeout: 30000 # in ms, optional

Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant