Merge lp:~chipaca/desktopcouch/bump-replication-to-hourly into lp:desktopcouch

Proposed by John Lenton
Status: Merged
Merged at revision: 281
Proposed branch: lp:~chipaca/desktopcouch/bump-replication-to-hourly
Merge into: lp:desktopcouch
Diff against target: 12 lines (+1/-1)
1 file modified
desktopcouch/application/replication.py (+1/-1)
To merge this branch: bzr merge lp:~chipaca/desktopcouch/bump-replication-to-hourly
Reviewer Review Type Date Requested Status
Eric Casteleijn (community) Approve
Roman Yepishev (community) code Approve
Review via email: mp+73355@code.launchpad.net

Commit message

change replication loop to hourly

Description of the change

change replication loop to hourly

To post a comment you must log in.
Revision history for this message
Roman Yepishev (rye) wrote :

Hoping for the best!

review: Approve (code)
Revision history for this message
Eric Casteleijn (thisfred) :
review: Approve
Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :
Download full text (29.4 KiB)

The attempt to merge lp:~chipaca/desktopcouch/bump-replication-to-hourly into lp:desktopcouch failed. Below is the output from the failed tests.

Apache CouchDB has started, time to relax.
Adding path
Browse your desktop CouchDB at file:///tmp/tmpQ0dFc4/data/couchdb.html
desktopcouch.records.tests.test_server
  TestCouchDatabaseDeprecated
    test_func_get_records ... [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]
  TestDesktopDatabase
    test_database_not_exists ... [OK]
    test_delete_and_recreate_record ... [OK]
    test_delete_record ... [OK]
    test_func_get_all_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_new_but_already ... [OK]
    test_list_views ... [OK]
    test_put_record ... [OK]
    test_put_records_batch ... [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.records.tests.test_record
  TestMergeableList
    test_abc ... [OK]
    test_append ... [OK]
    test_del ... [OK]
    test_eq ... [OK]
    test_eq2 ... [OK]
    test_index ... [OK]
    test_insert ... [OK]
    test_is_mergeable_list ... [OK]
    test_ne ... ...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'desktopcouch/application/replication.py'
2--- desktopcouch/application/replication.py 2010-12-09 18:25:57 +0000
3+++ desktopcouch/application/replication.py 2011-08-30 11:20:25 +0000
4@@ -246,7 +246,7 @@
5 dbus_io.maintain_discovered_servers()
6
7 task_running = task.LoopingCall(do_all_replication, int(port))
8- task_running.start(600)
9+ task_running.start(3600)
10
11 # TODO: port may change, so every so often, check it and
12 # perhaps refresh the beacons. We return an array of beacons, so we could

Subscribers

People subscribed via source and target branches