I am seeing a lot of failures with Giant/radosgw and s3test particularly with fastcgi. I am using community patched apache, fastcgi. civetweb is doing much better. 1. Both tests hangs at s3tests.functional.test_headers.test_object_create_bad_contentlength_mismatch_above I have to exclude this test. 2. radosgw/civetweb; civetweb is doing very well. Ran 297 tests in 68.624s FAILED (SKIP=4, errors=2, failures=4) FAIL: s3tests.functional.test_headers.test_object_create_bad_contenttype_unreadable AssertionError: S3ResponseError not raised FAIL: s3tests.functional.test_headers.test_object_create_bad_authorization_unreadable AssertionError: 400 != 403 FAIL: s3tests.functional.test_headers.test_bucket_create_bad_authorization_unreadable AssertionError: 400 != 403 FAIL: s3tests.functional.test_s3.test_bucket_list_maxkeys_unreadable AssertionError: S3ResponseError not raised 3. Apache/mod_fastcgi is a total disaster. Ran 297 tests in 46.210s FAILED (SKIP=4, errors=2, failures=87) Lots of FAILs like the following: FAIL: s3tests.functional.test_headers.test_object_create_bad_md5_invalid AssertionError: '' != 'Bad Request' FAIL: s3tests.functional.test_headers.test_object_create_bad_md5_wrong AssertionError: '' != 'Bad Request' FAIL: s3tests.functional.test_headers.test_object_create_bad_md5_empty AssertionError: '' != 'Bad Request' FAIL: s3tests.functional.test_headers.test_object_create_bad_md5_unreadable AssertionError: '' != 'Forbidden' FAIL: s3tests.functional.test_headers.test_object_create_bad_contentlength_empty AssertionError: '' != 'Bad Request' FAIL: s3tests.functional.test_headers.test_object_create_bad_contentlength_none AssertionError: '' != 'Length Required' FAIL: s3tests.functional.test_headers.test_object_create_bad_contenttype_unreadable AssertionError: S3ResponseError not raised FAIL: s3tests.functional.test_headers.test_object_create_bad_authorization_invalid AssertionError: '' != 'Bad Request' FAIL: s3tests.functional.test_headers.test_object_create_bad_authorization_unreadable AssertionError: 400 != 403 FAIL: s3tests.functional.test_headers.test_object_create_bad_authorization_empty AssertionError: '' != 'Forbidden' FAIL: s3tests.functional.test_headers.test_object_create_bad_authorization_none AssertionError: '' != 'Forbidden' Is there a simple fastcgi tweak I am missing? I am using the exemplary CentOS 7 configuration, with no tweaks to $cluster.conf. rgw_print_continue = true #otherwise nothing runs - Anthony _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com