0e2c101fbabb851a6af169ccb48c9cf7c160fb1d

I noticed that a couple of tests I recently made were time-sensitive. This can be shown with the following quick script: from sys import exit from unittest import TestSuite, TextTestRunner from test.unit.obj.test_server import TestObjectController s = TestSuite() s.addTest(TestObjectController('test_GET_but_expired')) s.addTest(TestObjectController('test_HEAD_but_expired')) for x in xrange(200): if TextTestRunner().run(s).failures: exit('!!!!!!!!!!!!!!! TEST FAILED !!!!!!!!!!!!!!!') print '\o/ Test ran 200 times without failure.' Change-Id: Ifdb1920e5266aaa278baa0759fc0bfaa1aff2d0d
Swift ----- A distributed object store that was originally developed as the basis for Rackspace's Cloud Files. To build documentation run `python setup.py build_sphinx`, and then browse to /doc/build/html/index.html. The best place to get started is the "SAIO - Swift All In One", which will walk you through setting up a development cluster of Swift in a VM. For more information, visit us at http://launchpad.net/swift, or come hang out on our IRC channel, #openstack on freenode. -- Swift Development Team
Description
Languages
Python
99.6%
JavaScript
0.3%