Increase container_update_timeout in in-process func tests

This should make us less likely to fail in the gate because of listing
consistency issues.

Drive-by: Remove the allowed_headers override; that hasn't been necessary
since we updated the default value a while back.

Change-Id: Id280bc93ed6e899a62b0115fdf144a564ef0cd8d
Related-Change: Ib82e175096716e42aecdab48f01f079e09da6a1d
This commit is contained in:
Tim Burke 2020-11-05 17:36:26 -08:00
parent c75e23e81f
commit 05d8b8fba1

View File

@ -581,16 +581,11 @@ def in_process_setup(the_object_server=object_server):
'swift_dir': _testdir,
'mount_check': 'false',
'client_timeout': '4',
'container_update_timeout': '3',
'allow_account_management': 'true',
'account_autocreate': 'true',
'allow_versions': 'True',
'allow_versioned_writes': 'True',
# TODO: move this into s3api config loader because they are
# required by only s3api
'allowed_headers':
"Content-Disposition, Content-Encoding, X-Delete-At, "
"X-Object-Manifest, X-Static-Large-Object, Cache-Control, "
"Content-Language, Expires, X-Robots-Tag",
# Below are values used by the functional test framework, as well as
# by the various in-process swift servers
'auth_uri': 'http://127.0.0.1:%d/auth/v1.0/' % prolis.getsockname()[1],