swift/test/functional
Pete Zaitcev 5dfc3a75fb Open-code eventlet.listen()
Recently out gate started blowing up intermittently with a strange
case of ports mixed up. Sometimes a functional tests tries to
authorize on a port that's clearly an object server port, and
the like. As it turns out, eventlet developers added an unavoidable
SO_REUSEPORT into listen(), which makes listen(("localhost",0)
to reuse ports.

There's an issue about it:
 https://github.com/eventlet/eventlet/issues/411

This patch is working around the problem while eventlet people
consider the issue.

Change-Id: I67522909f96495a6a30e1acdb79835dce2189549
2017-05-11 01:39:14 -06:00
..
__init__.py Open-code eventlet.listen() 2017-05-11 01:39:14 -06:00
swift_test_client.py Support last modified on listing containers 2017-01-12 18:03:10 +00:00
test_access_control.py Removes unnecessary utf-8 encoding 2016-12-22 10:49:56 +07:00
test_account.py Make tempurl functional tests clean up account keys 2016-12-20 10:45:59 -08:00
test_container.py Fix typos in test_container.py 2016-11-17 02:07:24 +00:00
test_dlo.py Make tempurl functional tests clean up account keys 2016-12-20 10:45:59 -08:00
test_object.py Handle deleted files with if-none-match 2016-11-22 21:06:24 -05:00
test_slo.py Merge "Confirm receipt of SLO PUT with etag" 2017-01-16 20:37:02 +00:00
test_tempurl.py ISO 8601 timestamps for tempurl 2017-01-24 17:38:48 +01:00
test_versioned_writes.py Factor out a bunch of common testing setup 2017-03-23 00:27:39 +00:00
tests.py Stop including Connection header in EC GET responses 2017-05-01 18:21:18 +01:00