3482N/A - Uncomment portions of test/sample.conf to match what we ship in
3482N/A /etc/swift/swift.conf, since the latter can't be read without
6033N/A--- swift-2.3.0/test/sample.conf.~1~ 2015-04-30 06:57:42.000000000 -0700
6033N/A+++ swift-2.3.0/test/sample.conf 2016-02-08 01:24:17.841343735 -0800
4070N/A headers = swob.HeaderKeyDict({
4070N/A+ 'content-length': self.body.__len__(),
4070N/A 'content-type': 'x-application/test',
4070N/A 'x-timestamp': self.timestamp,
4070N/A 'x-backend-timestamp': self.timestamp,
6033N/A--- swift-2.3.0/test/unit/common/test_utils.py.~1~ 2015-04-30 06:57:42.000000000 -0700
6033N/A+++ swift-2.3.0/test/unit/common/test_utils.py 2016-02-08 01:24:17.844724978 -0800
4070N/A from swift.common.exceptions import (Timeout, MessageTimeout,
6033N/A@@ -748,6 +749,8 @@ class TestUtils(unittest.TestCase):
4070N/A utils.HASH_PATH_PREFIX = 'startcap'
4070N/A+ if sys.platform == 'sunos5':
4070N/A with utils.lock_path(tmpdir, 0.1):
6033N/A@@ -764,6 +767,8 @@ class TestUtils(unittest.TestCase):
4070N/A shutil.rmtree(tmpdir)
4070N/A+ if sys.platform == 'sunos5':
6033N/A@@ -788,6 +793,8 @@ class TestUtils(unittest.TestCase):
4070N/A self.assertTrue(exception_raised[0])
4070N/A+ if sys.platform == 'sunos5':
4070N/A with utils.lock_path(tmpdir, 0.1, ReplicationLockTimeout):
6033N/A@@ -1214,7 +1221,8 @@ class TestUtils(unittest.TestCase):
4070N/A 'facility': orig_sysloghandler.LOG_LOCAL3})]
4070N/A+ if sys.platform == 'sunos5' or \
4070N/A # Since socket on OSX is in /var/run/syslog, there will be
6033N/A@@ -2402,6 +2410,8 @@ cluster_dfw1 = http://dfw1.host/v1/
4070N/A+ if sys.platform == 'sunos5':
6033N/A@@ -2480,6 +2490,8 @@ cluster_dfw1 = http://dfw1.host/v1/
4070N/A+ if sys.platform == 'sunos5':
6033N/A@@ -2496,6 +2508,8 @@ cluster_dfw1 = http://dfw1.host/v1/
4070N/A+ if sys.platform == 'sunos5':
6033N/A--- swift-2.3.0/test/unit/obj/test_diskfile.py.~1~ 2015-04-30 06:57:42.000000000 -0700
6033N/A+++ swift-2.3.0/test/unit/obj/test_diskfile.py 2016-02-08 01:24:17.846568734 -0800
6033N/A self.assertEqual(locations, [])
4070N/A+ if sys.platform == 'sunos5':
6033N/A--- swift-2.3.0/test/unit/proxy/test_server.py.~1~ 2015-04-30 06:57:42.000000000 -0700
6033N/A+++ swift-2.3.0/test/unit/proxy/test_server.py 2016-02-08 01:24:17.849738022 -0800
6033N/A@@ -4263,6 +4263,9 @@ class TestObjectController(unittest.Test
4070N/A return constraints.MAX_FILE_SIZE + 1
6033N/A@@ -4510,6 +4513,9 @@ class TestObjectController(unittest.Test
4070N/A return constraints.MAX_FILE_SIZE + 1
6033N/A@@ -4537,6 +4543,9 @@ class TestObjectController(unittest.Test
4070N/A return constraints.MAX_FILE_SIZE + 1