The attempt to merge lp:~cmiller/desktopcouch/couchdb-polutes-its-ini into lp:desktopcouch failed.Below is the output from the failed tests. Apache CouchDB has started, time to relax. Browse your desktop CouchDB at file:///tmp/tmpCA9l0y/data/couchdb.html desktopcouch.contacts.tests.test_contactspicker TestContactsPicker test_can_contruct_contactspicker ... [OK] desktopcouch.contacts.tests.test_create TestCreate test_create_many_contacts ... [OK] test_head_or_tails ... [OK] test_random_bools ... [OK] desktopcouch.contacts.tests.test_record TestContactRecord test_contact_record ... [OK] desktopcouch.pair.tests.test_couchdb_io TestCouchdbIo test_get_database_names_replicatable ... [OK] test_get_database_names_replicatable_bad_server ... [OK] test_get_my_host_unique_id ... [ERROR] test_mkuri ... [OK] test_obsfuscation ... [OK] test_put_dynamic_paired_host ... [OK] test_put_static_paired_service ... [OK] desktopcouch.pair.tests.test_network_io TestNetworkIO test_successful_lifespan ... [OK] desktopcouch.records.tests.test_couchgrid TestCouchGrid test_all_from_database ... [OK] test_constructor_guarded ... [OK] test_new_rows_with_headings ... [OK] test_no_headings_or_stored_records ... [OK] test_optional_args_no_stored_records ... [OK] test_optional_record_type_arg ... [OK] test_programatically_add_row ... [OK] test_selected_id_property ... [OK] test_single_col_from_database ... [OK] desktopcouch.records.tests.test_field_registry TestFieldMapping test_mergeable_list_field_mapping ... [OK] test_mergeable_list_field_mapping_empty_field ... [OK] test_simple_field_mapping ... [OK] TestTransformer test_from_app ... [OK] test_run_doctests ... [OK] test_to_app ... [OK] desktopcouch.records.tests.test_record TestRecordFactory test_build ... [OK] TestRecords test_application_annotations ... [OK] test_delitem ... [OK] test_dictionary_access_to_mergeable_list ... [OK] test_get ... [OK] test_get_item ... [OK] test_iter ... [OK] test_keys ... [OK] test_list ... [OK] test_loads_dict_multi_subdict ... [OK] test_loads_dict_subdict ... [OK] test_mergeable_list_append ... [OK] test_mergeable_list_append_record_dict ... [OK] test_mergeable_list_del ... [OK] test_mergeable_list_index ... [OK] test_mergeable_list_set_value_in_list_item ... [OK] test_no_record_type ... [OK] test_record_id ... [OK] test_record_type ... [OK] test_revision ... [OK] test_run_doctests ... [OK] test_setitem_internal ... [OK] test_tuple ... [OK] test_uuid_like_keys ... [OK] test_validate ... [OK] desktopcouch.records.tests.test_server TestCouchDatabase test_attachments ... [OK] test_database_not_exists ... [ERROR] test_delete_record ... [OK] test_func_get_records ... [OK] test_get_changes ... [OK] test_get_deleted_record ... [OK] test_get_record ... [OK] test_get_records_by_record_type_save_view ... [OK] test_get_view_by_type_createxcl_fail ... [OK] test_get_view_by_type_new_but_already ... [OK] test_list_views ... [OK] test_put_record ... [OK] test_record_exists ... [OK] test_report_changes_all_ops_give_known_keys ... [OK] test_report_changes_exceptions ... [OK] test_report_changes_nochanges ... [OK] test_report_changes_polite ... [OK] test_update_fields ... [OK] test_update_fields_failure ... [OK] test_update_fields_success ... [OK] test_view_add_and_delete ... [OK] test_view_fetch ... [OK] desktopcouch.tests.test_local_files TestLocalFiles test_all_files_returned ... [OK] test_bind_address ... [OK] test_couch_chain_ini_files ... [OK] test_xdg_overwrite_works ... [OK] desktopcouch.tests.test_replication TestReplication test_creation ... Apache CouchDB has started, time to relax. Browse your desktop CouchDB at file:///tmp/tmpVK1C5T/data/couchdb.html [OK] desktopcouch.tests.test_start_local_couchdb TestUpdateDesignDocuments test_create_databases_and_design_docs ... [OK] =============================================================================== [ERROR]: desktopcouch.pair.tests.test_couchdb_io.TestCouchdbIo.test_get_my_host_unique_id Traceback (most recent call last): File "/tmp/desktopcouch/desktopcouch/pair/tests/test_couchdb_io.py", line 131, in test_get_my_host_unique_id got = couchdb_io.get_my_host_unique_id(uri=URI, ctx=test_environment.test_context) File "/tmp/desktopcouch/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 155, in get_my_host_unique_id ids = _get_management_data(MY_ID_RECORD_TYPE, "self_identity", uri=uri) File "/tmp/desktopcouch/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 196, in _get_management_data db = _get_db("management", uri=uri, ctx=ctx) File "/tmp/desktopcouch/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 62, in _get_db return server.CouchDatabase(name, create=create, uri=uri, ctx=ctx) File "/tmp/desktopcouch/desktopcouch/records/server.py", line 58, in __init__ server_class=server_class, oauth_tokens=oauth_tokens, ctx=ctx) File "/tmp/desktopcouch/desktopcouch/records/server_base.py", line 147, in __init__ if database not in self._server: File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 124, in __contains__ self.resource.head(validate_dbname(name)) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 981, in head return self._request('HEAD', path, headers=headers, **params) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1035, in _request raise ServerError((status_code, error)) couchdb.client.ServerError: (400, '') =============================================================================== [ERROR]: desktopcouch.records.tests.test_server.TestCouchDatabase.test_database_not_exists Traceback (most recent call last): Failure: testtools.testresult.real._StringException: Text attachment: traceback ------------ Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/testtools/runtest.py", line 128, in _run_user return fn(*args) File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line 368, in _run_test_method testMethod() File "/tmp/desktopcouch/desktopcouch/records/tests/test_server.py", line 75, in test_database_not_exists NoSuchDatabase, CouchDatabase, "this-must-not-exist", create=False) File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line 234, in assertRaises ret = callableObj(*args, **kwargs) File "/tmp/desktopcouch/desktopcouch/records/server.py", line 58, in __init__ server_class=server_class, oauth_tokens=oauth_tokens, ctx=ctx) File "/tmp/desktopcouch/desktopcouch/records/server_base.py", line 147, in __init__ if database not in self._server: File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 124, in __contains__ self.resource.head(validate_dbname(name)) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 981, in head return self._request('HEAD', path, headers=headers, **params) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1035, in _request raise ServerError((status_code, error)) ServerError: (400, '') ------------ ------------------------------------------------------------------------------- Ran 81 tests in 17.886s FAILED (errors=2, successes=79) Apache CouchDB has been killed. Apache CouchDB has been killed. ** (process:29025): WARNING **: g_set_application_name not set. ** (process:29025): WARNING **: g_set_application_name not set.