Skip to content

Commit

Permalink
Merge pull request noobaa#7893 from shirady/ci-ceph-tests-remove-fail…
Browse files Browse the repository at this point in the history
…ing-tests

CI | Ceph S3 Tests | Adding Tests to `pending_list`
  • Loading branch information
shirady authored Mar 13, 2024
2 parents d1bf8c4 + def943d commit b55a7b2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,12 @@ Attached a table with tests that where investigated and their status (this table
| test_progress_expressions | Faulty Test | [508](https://github.com/ceph/s3-tests/issues/508) | |
| test_lifecycle_set_date | Faulty Test | [510](https://github.com/ceph/s3-tests/issues/510) | |
| test_lifecycle_transition_set_invalid_date | Not Implemented | | added because of the following PR [7270](https://github.com/noobaa/noobaa-core/pull/7270#discussion_r1175123422) |
| All aws4 tests (e.g test_bucket_create_bad_amz_date_before_epoch_aws4) | Faulty Test | [520](https://github.com/ceph/s3-tests/issues/520) | |
| All aws4 tests (e.g test_bucket_create_bad_amz_date_before_epoch_aws4) | Faulty Test | [520](https://github.com/ceph/s3-tests/issues/520) | |
| test_object_create_bad_authorization_none | Internal Component | [438](https://github.com/ceph/s3-tests/issues/438) | It used to pass in the past (not related to code change in our repo) |
| test_bucket_create_bad_contentlength_empty | Internal Component | [438](https://github.com/ceph/s3-tests/issues/438) | It used to pass in the past (not related to code change in our repo) |
| test_bucket_create_bad_authorization_empty | Internal Component | [438](https://github.com/ceph/s3-tests/issues/438) | It used to pass in the past (not related to code change in our repo) |
| test_bucket_create_bad_authorization_none | Internal Component | [438](https://github.com/ceph/s3-tests/issues/438) | It used to pass in the past (not related to code change in our repo) |
| test_object_create_bad_authorization_incorrect_aws2 | Internal Component | [438](https://github.com/ceph/s3-tests/issues/438) | It used to pass in the past (not related to code change in our repo) |
| test_object_create_bad_date_none_aws2 | Internal Component | [438](https://github.com/ceph/s3-tests/issues/438) | It used to pass in the past (not related to code change in our repo) |
| test_bucket_create_bad_authorization_invalid_aws2 | Internal Component | [438](https://github.com/ceph/s3-tests/issues/438) | It used to pass in the past (not related to code change in our repo) |
| test_bucket_create_bad_date_none_aws2 | Internal Component | [438](https://github.com/ceph/s3-tests/issues/438) | It used to pass in the past (not related to code change in our repo) |
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,9 @@ s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_tenant
s3tests_boto3/functional/test_s3.py::test_encryption_sse_c_unaligned_multipart_upload
s3tests_boto3/functional/test_s3.py::test_multipart_get_part
s3tests_boto3/functional/test_s3.py::test_non_multipart_get_part
s3tests_boto3/functional/test_s3.py::test_non_multipart_get_part
s3tests/functional/test_headers.py::test_bucket_create_bad_contentlength_empty
s3tests/functional/test_headers.py::test_object_create_bad_date_none_aws2
s3tests/functional/test_headers.py::test_bucket_create_bad_authorization_invalid_aws2
s3tests/functional/test_headers.py::test_bucket_create_bad_date_none_aws2
s3tests_boto3/functional/test_s3.py::test_versioned_concurrent_object_create_and_remove
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,13 @@ s3tests_boto3/functional/test_s3.py::test_object_raw_get_x_amz_expires_not_expir
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_tenant
s3tests_boto3/functional/test_s3.py::test_multipart_get_part
s3tests_boto3/functional/test_s3.py::test_non_multipart_get_part
s3tests_boto3/functional/test_s3.py::test_non_multipart_get_part
s3tests/functional/test_headers.py::test_object_create_bad_authorization_none
s3tests/functional/test_headers.py::test_bucket_create_bad_contentlength_empty
s3tests/functional/test_headers.py::test_bucket_create_bad_authorization_empty
s3tests/functional/test_headers.py::test_bucket_create_bad_authorization_none
s3tests/functional/test_headers.py::test_object_create_bad_authorization_incorrect_aws2
s3tests/functional/test_headers.py::test_object_create_bad_authorization_invalid_aws2
s3tests/functional/test_headers.py::test_object_create_bad_date_none_aws2
s3tests/functional/test_headers.py::test_bucket_create_bad_authorization_invalid_aws2
s3tests/functional/test_headers.py::test_bucket_create_bad_date_none_aws2

0 comments on commit b55a7b2

Please sign in to comment.