fakemongo / fongo

faked out in-memory mongo for java
Apache License 2.0
523 stars 155 forks source link

stubbed FongoDB.getStat implementation #371

Closed connollyst closed 5 years ago

connollyst commented 5 years ago

Fixes issue #352 where calling FongoDB.getStats() would throw

com.github.fakemongo.FongoException: Not implemented for command : { "dbStats" : 1 , "scale" : 1}

Now it returns a CommandResult with an empty body. This could be expanded to return some real stats about Fongo, but at least now it doesn't error out.