Created
July 23, 2013 18:27
-
-
Save mattias-lidman/6064852 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------ | |
| [...truncated 4426 lines...] | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/globusonline/graph/tests/billing_tests.py",> line 87, in test_account_get | |
| resp = self.test_app.get(url) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 156, in get | |
| expect_errors=expect_errors) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 389, in do_request | |
| self._check_status(status, res) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 424, in _check_status | |
| res.body)) | |
| AppError: Bad response: 404 Not Found (not 200 OK or 3xx redirect for http://localhost/billing/account) | |
| -------------------- >> begin captured logging << -------------------- | |
| root: INFO: Creating DataStore | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| ERROR: test_account_post_empty (globusonline.graph.tests.billing_tests.TestBillingViews) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/globusonline/graph/tests/billing_tests.py",> line 103, in test_account_post_empty | |
| resp = self.test_app.post(url, '') | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 211, in post | |
| content_type=content_type) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 191, in _gen_request | |
| expect_errors=expect_errors) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 389, in do_request | |
| self._check_status(status, res) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 424, in _check_status | |
| res.body)) | |
| AppError: Bad response: 404 Not Found (not 200 OK or 3xx redirect for http://localhost/billing/account) | |
| ====================================================================== | |
| ERROR: test_account_post_null (globusonline.graph.tests.billing_tests.TestBillingViews) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/globusonline/graph/tests/billing_tests.py",> line 92, in test_account_post_null | |
| resp = self.test_app.post(url, 'null') | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 211, in post | |
| content_type=content_type) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 191, in _gen_request | |
| expect_errors=expect_errors) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 389, in do_request | |
| self._check_status(status, res) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 424, in _check_status | |
| res.body)) | |
| AppError: Bad response: 404 Not Found (not 200 OK or 3xx redirect for http://localhost/billing/account) | |
| ====================================================================== | |
| ERROR: test_account_post_passthrough (globusonline.graph.tests.billing_tests.TestBillingViews) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/globusonline/graph/tests/billing_tests.py",> line 97, in test_account_post_passthrough | |
| resp = self.test_app.post(url, '{"some_other": "parameter"}') | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 211, in post | |
| content_type=content_type) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 191, in _gen_request | |
| expect_errors=expect_errors) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 389, in do_request | |
| self._check_status(status, res) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 424, in _check_status | |
| res.body)) | |
| AppError: Bad response: 404 Not Found (not 200 OK or 3xx redirect for http://localhost/billing/account) | |
| ====================================================================== | |
| ERROR: test_callback_good_signature (globusonline.graph.tests.billing_tests.TestBillingViews) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/globusonline/graph/tests/billing_tests.py",> line 268, in test_callback_good_signature | |
| redirect_resp = self.test_app.get(url, status=302) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 156, in get | |
| expect_errors=expect_errors) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 389, in do_request | |
| self._check_status(status, res) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 427, in _check_status | |
| "Bad response: %s (not %s)" % (res.status, status)) | |
| AppError: Bad response: 404 Not Found (not 302) | |
| ====================================================================== | |
| ERROR: test_create_subscription (globusonline.graph.tests.billing_tests.TestBillingViews) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/globusonline/graph/tests/billing_tests.py",> line 182, in test_create_subscription | |
| resp = self.test_app.post(url, '{"foo": "bar"}') | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 211, in post | |
| content_type=content_type) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 191, in _gen_request | |
| expect_errors=expect_errors) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 389, in do_request | |
| self._check_status(status, res) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 424, in _check_status | |
| res.body)) | |
| AppError: Bad response: 404 Not Found (not 200 OK or 3xx redirect for http://localhost/billing/subscriptions) | |
| ====================================================================== | |
| ERROR: test_get_invoices (globusonline.graph.tests.billing_tests.TestBillingViews) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/globusonline/graph/tests/billing_tests.py",> line 188, in test_get_invoices | |
| resp = self.test_app.get(url) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 156, in get | |
| expect_errors=expect_errors) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 389, in do_request | |
| self._check_status(status, res) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 424, in _check_status | |
| res.body)) | |
| AppError: Bad response: 404 Not Found (not 200 OK or 3xx redirect for http://localhost/billing/invoices) | |
| ====================================================================== | |
| ERROR: test_get_subscriptions (globusonline.graph.tests.billing_tests.TestBillingViews) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/globusonline/graph/tests/billing_tests.py",> line 177, in test_get_subscriptions | |
| resp = self.test_app.get(url) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 156, in get | |
| expect_errors=expect_errors) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 389, in do_request | |
| self._check_status(status, res) | |
| File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/webtest/__init__.py",> line 424, in _check_status | |
| res.body)) | |
| AppError: Bad response: 404 Not Found (not 200 OK or 3xx redirect for http://localhost/billing/subscriptions?foo=bar) | |
| ---------------------------------------------------------------------- | |
| XML: nosetests.xml | |
| Name Stmts Miss Cover Missing | |
| --------------------------------------------------------------------------------------- | |
| globusonline 0 0 100% | |
| globusonline.graph 3 0 100% | |
| globusonline.graph.admin 0 0 100% | |
| globusonline.graph.admin.ipython_admin_plugin 61 46 25% 10-12, 17, 21-33, 37-55, 59-67, 71-74 | |
| globusonline.graph.admin.ipython_config 4 3 25% 4-53 | |
| globusonline.graph.admin.ipython_startup 13 12 8% 2-14 | |
| globusonline.graph.admin.keyspace_utils 148 137 7% 11-163, 166-168, 172-173, 177-180 | |
| globusonline.graph.admin.populate_oauth_consumer_info 20 2 90% 17, 21 | |
| globusonline.graph.app 184 18 90% 39-43, 89-91, 121-122, 310-316, 330-331, 333, 336 | |
| globusonline.graph.auth 1 0 100% | |
| globusonline.graph.auth.acl 64 7 89% 22, 28, 31, 56-57, 91-92 | |
| globusonline.graph.auth.auth_token 90 0 100% | |
| globusonline.graph.auth.authentication 407 63 85% 90-94, 251-254, 265-276, 328, 376, 390, 398-401, 410-412, 467-475, 492-517, 529-530, 533, 582, 595, 602-603, 661-662 | |
| globusonline.graph.auth.birn_permissions 6 0 100% | |
| globusonline.graph.auth.goauth 0 0 100% | |
| globusonline.graph.auth.goauth.authentication 92 10 89% 88-94, 136-137, 139 | |
| globusonline.graph.auth.goauth.exceptions 4 0 100% | |
| globusonline.graph.auth.goauth.signing 58 10 83% 54-55, 62-63, 92, 94, 98, 103, 108-109 | |
| globusonline.graph.auth.goauth.storage 117 21 82% 52-53, 66, 77, 92, 167-172, 183-184, 204-211, 220 | |
| globusonline.graph.auth.goauth.tokens 105 4 96% 125-127, 211 | |
| globusonline.graph.auth.goauth.utils 51 4 92% 65-66, 86, 97 | |
| globusonline.graph.auth.goauth.views 112 23 79% 39-42, 73, 89-99, 108-111, 122, 124-125, 146-147, 170-171 | |
| globusonline.graph.auth.goauth_policy 40 7 83% 54-56, 61-62, 65, 68 | |
| globusonline.graph.auth.ip_policy 36 12 67% 44-67, 81-82 | |
| globusonline.graph.auth.oauth_client 113 15 87% 59-61, 69, 83, 99, 112, 128, 154-162 | |
| globusonline.graph.auth.oauth_policy 62 2 97% 130, 137 | |
| globusonline.graph.auth.security 50 8 84% 23-24, 50-53, 60, 66 | |
| globusonline.graph.auth.ssl_utils 20 11 45% 7, 10, 13, 24-27, 30-33 | |
| globusonline.graph.auth.throttle 45 10 78% 29, 31, 42-50, 95-96 | |
| globusonline.graph.base_resource 45 0 100% | |
| globusonline.graph.billing 0 0 100% | |
| globusonline.graph.billing.utilities 18 5 72% 17-21 | |
| globusonline.graph.billing.views 97 22 77% 27, 39, 55-56, 58-60, 72-74, 84-85, 111, 136-151 | |
| globusonline.graph.billing.zuora_client 141 67 52% 46-59, 71-86, 93, 100, 108, 112, 117, 121, 125, 129, 142, 171-188, 192, 203-215, 233, 237 | |
| globusonline.graph.birn_migration 0 0 100% | |
| globusonline.graph.birn_migration.migrate_account 58 46 21% 14-50, 55-71, 74-78 | |
| globusonline.graph.celery_config 12 0 100% | |
| globusonline.graph.config 1 0 100% | |
| globusonline.graph.config.manager 24 8 67% 18, 20, 26-31 | |
| globusonline.graph.context 16 2 88% 15-16 | |
| globusonline.graph.credential_cache 5 1 80% 8 | |
| globusonline.graph.credentials 3 0 100% | |
| globusonline.graph.credentials.cache 108 3 97% 127-128, 141 | |
| globusonline.graph.credentials.resources 94 5 95% 45, 63-64, 74-75 | |
| globusonline.graph.credentials.ssh2 16 1 94% 17 | |
| globusonline.graph.credentials.utils 105 29 72% 24, 28, 36, 40, 47, 56-58, 69, 74, 77-81, 95, 107-111, 121-125, 132-134 | |
| globusonline.graph.credentials.views 475 104 78% 47, 57-61, 80-85, 94, 126-127, 134, 161, 179-180, 193-195, 206-210, 264, 271, 294, 297-298, 304, 310, 333, 345-346, 370-407, 437-438, 440-441, 448, 452-459, 470-472, 479, 485, 489, 494, 500-505, 518-524, 530-533, 553, 564-568, 575-576, 653-656 | |
| globusonline.graph.credentials.x509 14 2 86% 17-18 | |
| globusonline.graph.credentials.x509.authn 32 6 81% 25-27, 33-35 | |
| globusonline.graph.credentials.x509.factory 42 10 76% 13-15, 21-22, 40-42, 46-47 | |
| globusonline.graph.credentials.x509.registration 28 3 89% 11, 27, 32 | |
| globusonline.graph.data_store 27 3 89% 15, 23, 31 | |
| globusonline.graph.docgen 1 0 100% | |
| globusonline.graph.docgen.decorators 9 0 100% | |
| globusonline.graph.docgen.model 42 28 33% 16, 23-48, 59-62 | |
| globusonline.graph.email_sender 74 13 82% 38, 48, 92, 108-111, 117-123 | |
| globusonline.graph.endpoints 1 0 100% | |
| globusonline.graph.endpoints.resources 49 0 100% | |
| globusonline.graph.endpoints.views 5 0 100% | |
| globusonline.graph.error 13 0 100% | |
| globusonline.graph.events 4 0 100% | |
| globusonline.graph.events.exceptions 2 0 100% | |
| globusonline.graph.events.log 9 2 78% 10, 13 | |
| globusonline.graph.events.model 144 27 81% 19, 28-33, 162, 182-183, 186-194, 200-203, 209, 212, 244, 247, 250-251, 269, 288 | |
| globusonline.graph.exceptions 58 17 71% 21, 33-34, 38, 42, 46-47, 51, 55, 65, 69, 73-74, 78, 82, 91, 95 | |
| globusonline.graph.group_views 329 47 86% 31-32, 34-36, 46-51, 68-69, 125-128, 141-142, 153-156, 169, 180-181, 192-193, 226, 230, 245, 265, 278, 282-283, 340-342, 365-366, 409-413, 433, 445-449, 498-499 | |
| globusonline.graph.groups 7 0 100% | |
| globusonline.graph.groups.handlers 203 27 87% 73-75, 177-178, 279, 283, 300, 302, 307-316, 323-341 | |
| globusonline.graph.groups.model 757 48 94% 46, 79, 129, 164, 218, 230, 232, 247, 258, 271, 339, 348, 407-410, 428, 433, 579, 595, 642, 653, 665, 673, 689-690, 698-699, 726, 732-735, 798, 836, 884-886, 970-972, 1014, 1055, 1107, 1124, 1275, 1297, 1318, 1320, 1364 | |
| globusonline.graph.groups.serializers 22 6 73% 63-68 | |
| globusonline.graph.groups.status_machine 50 2 96% 63, 90 | |
| globusonline.graph.handlers 1 0 100% | |
| globusonline.graph.handlers.create_user_handlers 16 3 81% 17-18, 22 | |
| globusonline.graph.identity_providers 0 0 100% | |
| globusonline.graph.identity_providers.identity_provider 105 5 95% 33, 53, 130, 137-138 | |
| globusonline.graph.jinja2_handler 24 1 96% 43 | |
| globusonline.graph.jsonutils 2 0 100% | |
| globusonline.graph.jsonutils.json_resource 47 6 87% 43-45, 53-55 | |
| globusonline.graph.jsonutils.utils 30 1 97% 41 | |
| globusonline.graph.jsonutils.validator 29 2 93% 31-32 | |
| globusonline.graph.memoize 67 3 96% 207, 272-273 | |
| globusonline.graph.mime_types 6 0 100% | |
| globusonline.graph.policies 1 0 100% | |
| globusonline.graph.policies.actions 14 0 100% | |
| globusonline.graph.policies.engine 1 0 100% | |
| globusonline.graph.policies.python_engine 537 12 98% 101-102, 108-109, 115-116, 122, 281, 303, 326, 348, 473 | |
| globusonline.graph.policies.rdf_engine 224 144 36% 26, 29-32, 35-38, 41-48, 51-54, 57-74, 77, 89-94, 98, 102, 105-106, 109-110, 113-116, 119, 122-124, 131-132, 139, 142-143, 148, 158-170, 174-175, 179, 183-184, 188, 192-193, 197, 206-207, 211, 215-216, 220, 224-225, 229, 242-248, 252, 256, 260, 264-265, 269-270, 274-276, 279, 282-291, 295-313, 316-320, 323-330, 339-379, 383-389, 392, 395, 398, 403-408 | |
| globusonline.graph.policies.resources 107 2 98% 42, 87 | |
| globusonline.graph.request 176 38 78% 29-39, 78, 91, 107-108, 112-114, 137-140, 179-180, 193-194, 219, 237, 244, 294-296, 301-302, 306-307, 311, 316, 321 | |
| globusonline.graph.request_id_middleware 15 0 100% | |
| globusonline.graph.resources 33 1 97% 51 | |
| globusonline.graph.search 0 0 100% | |
| globusonline.graph.search.engine 16 8 50% 15-23, 26-28 | |
| globusonline.graph.search.grammar 56 9 84% 33-34, 47-54 | |
| globusonline.graph.search.views 19 11 42% 12-33 | |
| globusonline.graph.users 15 0 100% | |
| globusonline.graph.users.email_handler 48 4 92% 17-18, 41-42 | |
| globusonline.graph.users.events 17 0 100% | |
| globusonline.graph.users.resources 428 33 92% 78-79, 197, 213-214, 219, 250-251, 257-258, 270-272, 282-283, 293-294, 300-301, 309, 324-325, 379-381, 401, 457, 465-468, 514-515, 519 | |
| globusonline.graph.users.user_cache 173 17 90% 89, 103, 135, 149-157, 193, 211-215 | |
| globusonline.graph.users.utils 27 6 78% 21-26, 37 | |
| globusonline.graph.utils 104 19 82% 61-63, 74, 86-98, 143-147 | |
| globusonline.graph.views 546 151 72% 47, 70, 82, 100, 125, 135-136, 159-160, 175-177, 247, 281, 285-286, 290-292, 322, 366-370, 392-397, 414-419, 430-432, 453, 456, 474-475, 479-480, 502-512, 566-572, 577-618, 658-659, 671, 678-685, 692, 703, 709, 718, 725, 749-751, 766, 768, 820-824, 840-848, 851-855, 859-886 | |
| globusonline.graph.weave 220 192 13% 21-29, 34-41, 46-56, 60-63, 71-73, 76-78, 81-125, 130-153, 156-199, 202-234, 237-243, 246-253 | |
| globusonline.graph.zendesk 0 0 100% | |
| globusonline.graph.zendesk.auth 14 0 100% | |
| globusonline.graph.zendesk.view 17 0 100% | |
| --------------------------------------------------------------------------------------- | |
| TOTAL 8181 1627 80% | |
| ---------------------------------------------------------------------- | |
| Ran 419 tests in 2128.472s | |
| FAILED (SKIP=17, errors=8) | |
| make: *** [test] Error 1 | |
| Build step 'Execute shell' marked build as failure | |
| Skipping Cobertura coverage report as build was not UNSTABLE or better ... | |
| Recording test results |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment