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

test omero53 in travis #23

Merged
merged 11 commits into from
Dec 5, 2017
Merged

test omero53 in travis #23

merged 11 commits into from
Dec 5, 2017

Conversation

joshmoore
Copy link
Member

enable travis test,

--depends-on ome/openmicroscopy#5241
--depends-on ome/openmicroscopy#5243

Replaces: #19

@joshmoore joshmoore mentioned this pull request Jul 7, 2017
@joshmoore
Copy link
Member Author

Hmmm...this is passing locally

maprtest_1     | ============================= test session starts ==============================
maprtest_1     | platform linux2 -- Python 2.7.5, pytest-3.0.4, py-1.4.31, pluggy-0.4.0 -- /home/omero/omerovenv/bin/python
maprtest_1     | cachedir: .cache
maprtest_1     | rootdir: /home/omero/mapr.git, inifile: setup.cfg
maprtest_1     | plugins: django-3.1.2
maprtest_1     | collecting ... collected 40 items
maprtest_1     |
maprtest_1     | tests/integration/test_config.py::TestMaprConfig::test_settings PASSED
maprtest_1     | tests/integration/test_config.py::TestMaprConfig::test_empty_settings XPASS
maprtest_1     | tests/integration/test_config.py::TestMaprConfig::test_bad_settings[foo] PASSED
maprtest_1     | tests/integration/test_config.py::TestMaprConfig::test_bad_settings[] PASSED
maprtest_1     | tests/integration/test_config.py::TestMaprConfig::test_bad_settings[mygenes] PASSED
maprtest_1     | tests/integration/test_config.py::TestMaprViewsConfig::test_api_experimenter_list_wildcard[params0] PASSED
maprtest_1     | tests/integration/test_config.py::TestMaprViewsConfig::test_api_experimenter_list_wildcard[params1] PASSED
maprtest_1     | tests/integration/test_config.py::TestMaprViewsConfig::test_api_experimenter_list_wildcard[params2] PASSED
maprtest_1     | tests/integration/test_config.py::TestMaprViewsConfig::test_api_mapannotations_wildcard[params0] PASSED
maprtest_1     | tests/integration/test_config.py::TestMaprViewsConfig::test_api_mapannotations_wildcard[params1] PASSED
maprtest_1     | tests/integration/test_config.py::TestMaprViewsConfig::test_api_mapannotations_wildcard[params2] PASSED
maprtest_1     | tests/integration/test_mapr_autocomplete.py::TestAutocomplete::test_autocomplete_default[ac0] PASSED
maprtest_1     | tests/integration/test_mapr_autocomplete.py::TestAutocomplete::test_autocomplete_default[ac1] PASSED
maprtest_1     | tests/integration/test_mapr_autocomplete.py::TestAutocomplete::test_autocomplete_default[ac2] PASSED
maprtest_1     | tests/integration/test_mapr_autocomplete.py::TestAutocomplete::test_autocomplete_default[ac3] PASSED
maprtest_1     | tests/integration/test_mapr_autocomplete.py::TestAutocomplete::test_autocomplete_case_sensitive[ac0] PASSED
maprtest_1     | tests/integration/test_mapr_autocomplete.py::TestAutocomplete::test_autocomplete_case_sensitive[ac1] PASSED
maprtest_1     | tests/integration/test_mapr_autocomplete.py::TestAutocomplete::test_autocomplete_case_sensitive[ac2] PASSED
maprtest_1     | tests/integration/test_mapr_autocomplete.py::TestAutocomplete::test_autocomplete_case_insensitive[ac0] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_experimenter_list_query_string[ac0] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_experimenter_list_query_string[ac1] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_experimenter_list_query_string[ac2] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_experimenter_list_query_string[ac3] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_experimenter_list_query_string[ac4] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_experimenter_list_query_string[ac5] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_experimenter_list_query_string[ac6] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_mapannotations_query_string[ac0] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_mapannotations_query_string[ac1] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_mapannotations_query_string[ac2] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_mapannotations_query_string[ac3] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_mapannotations_query_string[ac4] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_mapannotations_query_string[ac5] PASSED
maprtest_1     | tests/integration/test_mapr_views.py::TestMaprViews::test_api_mapannotations_query_string[ac6] PASSED
maprtest_1     | tests/unittests/test_version.py::TestUtil::test_version[version0] PASSED
maprtest_1     | tests/unittests/test_version.py::TestUtil::test_version[version1] PASSED
maprtest_1     | tests/unittests/test_version.py::TestUtil::test_version[version2] PASSED
maprtest_1     | tests/unittests/test_version.py::TestUtil::test_version[version3] PASSED
maprtest_1     | tests/unittests/test_version.py::TestUtil::test_version[version4] PASSED
maprtest_1     | tests/unittests/test_version.py::TestUtil::test_version[version5] PASSED
maprtest_1     | tests/unittests/test_version.py::TestUtil::test_version[version6] PASSED
maprtest_1     |
maprtest_1     | ==================== 39 passed, 1 xpassed in 37.89 seconds =====================
maprtest_1     | !! 07/07/17 16:14:21.165 error: 12 communicators not destroyed during global destruction.docker_maprtest_1 exited with code 0

@joshmoore
Copy link
Member Author

@joshmoore
Copy link
Member Author

Green!

@joshmoore
Copy link
Member Author

Happy for this to be merged. I'm unsure about the 0.2.0 version here. We can go ahead and bump, but I'm not exactly sure what it was supposed to signify.

cc: @manics @sbesson @jburel

@sbesson sbesson added this to the 0.2.0 milestone Dec 5, 2017
@joshmoore
Copy link
Member Author

Brief discussion elsewhere. There's not a lot in https://github.com/ome/omero-mapr/milestone/16 other than test infra, but to be safe, we're keeping 0.2.0

@joshmoore joshmoore merged commit f986bd1 into ome:master Dec 5, 2017
@joshmoore joshmoore deleted the 53compatible branch December 5, 2017 10:59
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

Successfully merging this pull request may close these issues.

None yet

3 participants