Percona-Lab / sysbench-mongodb-lua

Apache License 2.0
14 stars 14 forks source link

MongoDB 5.0.x support? #5

Open bompus opened 3 years ago

bompus commented 3 years ago

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.