Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make testing more robust #208

Open
hawesie opened this issue Oct 30, 2017 · 0 comments
Open

Make testing more robust #208

hawesie opened this issue Oct 30, 2017 · 0 comments

Comments

@hawesie
Copy link
Member

hawesie commented Oct 30, 2017

From @furushchev in #205

We currently use mongodb in 2 ways: using mongodb_server.py which spawns mongod instance or using system mongod (I called daemon in the previous comment) and in client side, there are two logics to check if mongodb server is alive or not for both cases. So we need to check both cases.
Also this package is released for indigo and kinetic which is run on ubuntu 14.04 / 16.04 respectively so it is better to test on both OS versions.
So my suggestion is to test on env:

| Ubuntu | ROS | mongodb server

-- | -- | -- | --
1 | 14.04 | indigo | mongodb_server.py
2 | 14.04 | indigo | system mongod
3 | 16.04 | kinetic | mongodb_server.py
4 | 16.04 | kinetic | system mongod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant