strands-project / mongodb_store

MongoDB tools for storing and analysing runs of ROS systems.
BSD 3-Clause "New" or "Revised" License
49 stars 72 forks source link

[mongodb_store] add limit argument for query #147

Closed furushchev closed 8 years ago

furushchev commented 8 years ago

Using limit option saves message size used in service call and time to wait.

strands-jenkins commented 8 years ago

Can one of the STRANDS admins verify this patch? Post a comment containing "ok to test" to enable Jenkins builds for this pull request.

hawesie commented 8 years ago

This looks good to me. I just need to see why the tests are failing.

hawesie commented 8 years ago

Tests are failing upstream anyway, so I'm going to merge this and then look at the tests.

furushchev commented 8 years ago

@hawesie Thank you for reviewing and merging! :+1:

hawesie commented 8 years ago

No problem. Thanks for the contribution.