Commit 01bb0bf8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

(fix syntax error there)
parent 096550b1
......@@ -153,14 +153,15 @@ class ReplicationTests(NEOThreadedTest):
# U -> B propagation with Mb -> Sb' (secondary, Replicate from primary Sb) delayed
# TODO also test: "U -> B propagation with Mb -> Sb (Replicate) delayed" ?
from neo.storage.database import manager as dbmanager
from neo.master import handlers as mhandler
#dbmanager.X = 1
#mhandler.X = 1
# (tid, upstream_name, source_dict)
#return True
#return not upstream_name and all(source_dict.itervalues())
return upstream_name != ""
# from neo.storage.database import manager as dbmanager
# from neo.master import handlers as mhandler
# #dbmanager.X = 1
# #mhandler.X = 1
# # (tid, upstream_name, source_dict)
# #return True
# #return not upstream_name and all(source_dict.itervalues())
# return upstream_name != ""
backup.start()
backup.neoctl.setClusterState(ClusterStates.STARTING_BACKUP)
self.tic()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment