You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't seem to work correctly on MongoDB 5.0.x
sysbench oltp-mongo.lua --tables=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 --rand-type=pareto prepare appears to work
sysbench oltp-mongo.lua --threads=1 --tables=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 --time=60 --forced-shutdown=10 --report-interval=1 --rand-type=pareto run is broken
sysbench oltp-mongo.lua --tables=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 cleanup appears to work
It doesn't appear to be executing or recording any events. It's likely that the mongorover dependency needs to be replaced with a more modern package to work properly.
The text was updated successfully, but these errors were encountered:
This doesn't seem to work correctly on MongoDB 5.0.x
sysbench oltp-mongo.lua --tables=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 --rand-type=pareto prepare
appears to worksysbench oltp-mongo.lua --threads=1 --tables=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 --time=60 --forced-shutdown=10 --report-interval=1 --rand-type=pareto run
is brokensysbench oltp-mongo.lua --tables=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 cleanup
appears to workIt doesn't appear to be executing or recording any events. It's likely that the mongorover dependency needs to be replaced with a more modern package to work properly.
The text was updated successfully, but these errors were encountered: