From f20c6e250e8d29bc2f8f89a01485c6f46b37e50e Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Mon, 5 Aug 2013 13:55:22 -0700 Subject: [PATCH] rename 'partial' metadata sync to 'incremental' Signed-off-by: Yehuda Sadeh --- s3tests/functional/test_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index e858736..4668587 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -4605,7 +4605,7 @@ def region_sync_meta(targets, region): continue conf = r.conf if conf.sync_agent_addr: - ret = requests.post('http://{addr}:{port}/metadata/partial'.format(addr = conf.sync_agent_addr, port = conf.sync_agent_port)) + ret = requests.post('http://{addr}:{port}/metadata/incremental'.format(addr = conf.sync_agent_addr, port = conf.sync_agent_port)) eq(ret.status_code, 200) if conf.sync_meta_wait: time.sleep(conf.sync_meta_wait)