Skip to content

Commit c17fe4d

Browse files
authored
Merge pull request #7921 from liranmauda/liran-bum-version-5_15
[5.15] Bumping version from 5.15.0 to 5.15.1
2 parents 9b709d9 + cc43f69 commit c17fe4d

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

docs/dev_guide/ceph_s3_tests/ceph_s3_tests_pending_list_status.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,12 @@ Attached a table with tests that where investigated and their status (this table
3737
| test_progress_expressions | Faulty Test | [508](https://github.com/ceph/s3-tests/issues/508) | |
3838
| test_lifecycle_set_date | Faulty Test | [510](https://github.com/ceph/s3-tests/issues/510) | |
3939
| 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) |
40-
| 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) | |
40+
| 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) | |
41+
| 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) |
42+
| 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) |
43+
| 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) |
44+
| 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) |
45+
| 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) |
46+
| 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) |
47+
| 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) |
48+
| 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) |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noobaa-core",
3-
"version": "5.15.0",
3+
"version": "5.15.1",
44
"license": "SEE LICENSE IN LICENSE",
55
"description": "",
66
"homepage": "https://github.com/noobaa/noobaa-core",

src/test/system_tests/ceph_s3_tests/s3-tests-lists/nsfs_s3_tests_pending_list.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,9 @@ s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object
211211
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_tenant
212212
s3tests_boto3/functional/test_s3.py::test_encryption_sse_c_unaligned_multipart_upload
213213
s3tests_boto3/functional/test_s3.py::test_multipart_get_part
214-
s3tests_boto3/functional/test_s3.py::test_non_multipart_get_part
214+
s3tests_boto3/functional/test_s3.py::test_non_multipart_get_part
215+
s3tests/functional/test_headers.py::test_bucket_create_bad_contentlength_empty
216+
s3tests/functional/test_headers.py::test_object_create_bad_date_none_aws2
217+
s3tests/functional/test_headers.py::test_bucket_create_bad_authorization_invalid_aws2
218+
s3tests/functional/test_headers.py::test_bucket_create_bad_date_none_aws2
219+
s3tests_boto3/functional/test_s3.py::test_versioned_concurrent_object_create_and_remove

src/test/system_tests/ceph_s3_tests/s3-tests-lists/s3_tests_pending_list.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,13 @@ s3tests_boto3/functional/test_s3.py::test_object_raw_get_x_amz_expires_not_expir
119119
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object
120120
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_tenant
121121
s3tests_boto3/functional/test_s3.py::test_multipart_get_part
122-
s3tests_boto3/functional/test_s3.py::test_non_multipart_get_part
122+
s3tests_boto3/functional/test_s3.py::test_non_multipart_get_part
123+
s3tests/functional/test_headers.py::test_object_create_bad_authorization_none
124+
s3tests/functional/test_headers.py::test_bucket_create_bad_contentlength_empty
125+
s3tests/functional/test_headers.py::test_bucket_create_bad_authorization_empty
126+
s3tests/functional/test_headers.py::test_bucket_create_bad_authorization_none
127+
s3tests/functional/test_headers.py::test_object_create_bad_authorization_incorrect_aws2
128+
s3tests/functional/test_headers.py::test_object_create_bad_authorization_invalid_aws2
129+
s3tests/functional/test_headers.py::test_object_create_bad_date_none_aws2
130+
s3tests/functional/test_headers.py::test_bucket_create_bad_authorization_invalid_aws2
131+
s3tests/functional/test_headers.py::test_bucket_create_bad_date_none_aws2

0 commit comments

Comments
 (0)