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
I had the same problem.
My solution: At the beginning of oltp-mongo.lua, add the following statement:
local BSONNull = require("mongorover.luaBSONObjects.BSONNull")
This happens during the run step, I get through the preparation step just fine. I have a docker repo to test this out:
https://github.com/joshuacox/gymongonasium
make
in that directory and it ought to build sysbench and mongorover from source and test it against the mongo containerThe text was updated successfully, but these errors were encountered: