-
Notifications
You must be signed in to change notification settings - Fork 139
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
Can not run test #79
Comments
Hello, Use the 'mongo' shell for benchrun, not the new 'mongosh' shell. In the third example you used 'mongos' - that is for sharding, it is not a shell. It should work with 'mongo'. Regards, |
Hello, I've installed mongo on my laptop and I don't have mongo as of 6.0 version. Here is the list of binaries I have : ls /usr/bin | grep mongo Can you tell me how do you get mongo command line ? Thanks |
Since 5.0, mongo shell is deprecated. Do you plan to change the implementation and use mongosh ? Thanks, best regards |
We have an internal ticket to replace the old mongo shell with mongosh in performance infrastructure. The legacy shell can be used for testing. You should be able to use the legacy shell from 5.0 with 6.0 if you want. |
Hi @ghartnett, I've launched the benchmark on my local database started with a replica set and all works fine like you said. The main difference between the local server and the atlas one is basically the usage of ssl protocol. Have you encountered that before ? This error is thrown by benchRun. Doing a simple insert such as db.test0.insert({}) works fine! By the way, do you have an ETA for the migration to mongosh ? Thanks for your feedback. Best regards, |
Hi, Got a response from mongodb support. FYI, benchRun is not designed to be run in mongo atlas. Best regards |
Hi team, I can not start test , I tried some cases on my windows 10 PC
Python 2.7.17
With mongosh.exe 1.04
Command:
Error:
Python 2.7.17
With mongosh.exe 1.04
Command:
Error:
Python 2.7.17
With mongo shell 5.0.2
Command:
Error:
I also tried with mongo shell version 4.4.8, 3.4.24, they also do not work
Above cases just typical cases
Exactly what is requirement for this tool pls
The text was updated successfully, but these errors were encountered: