Skip to content

Commit

Permalink
update commit hash in Ceph test
Browse files Browse the repository at this point in the history
Signed-off-by: shirady <57721533+shirady@users.noreply.github.com>
  • Loading branch information
shirady committed May 27, 2024
1 parent 8d1652c commit 84c4b3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ Attached a table with tests that where investigated and their status (this table
| 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) |
| test_get_object_ifnonematch_good | Internal Component | | It used to pass in the past (not related to code
change in our repo) - stopped passing between the update of commit hash 6861c3d81081a6883fb90d66cb60392e1abdf3ca to da91ad8bbf899c72199df35b69e9393c706aabee |
| test_get_object_ifmodifiedsince_failed | Internal Component | | It used to pass in the past (not related to code
change in our repo) - stopped passing between the update of commit hash 6861c3d81081a6883fb90d66cb60392e1abdf3ca to da91ad8bbf899c72199df35b69e9393c706aabee |
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,6 @@ s3tests/functional/test_headers.py::test_object_create_bad_authorization_incorre
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
s3tests/functional/test_headers.py::test_bucket_create_bad_date_none_aws2
s3tests_boto3/functional/test_s3.py::test_get_object_ifnonematch_good
s3tests_boto3/functional/test_s3.py::test_get_object_ifmodifiedsince_failed
2 changes: 1 addition & 1 deletion src/test/system_tests/ceph_s3_tests/test_ceph_s3_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DIRECTORY="s3-tests"
CEPH_LINK="https://github.com/ceph/s3-tests.git"
# using a fixed version (commit) of ceph tests to avoid sudden changes.
# we should retest and update the version once in a while
CEPH_TESTS_VERSION=6861c3d81081a6883fb90d66cb60392e1abdf3ca
CEPH_TESTS_VERSION=da91ad8bbf899c72199df35b69e9393c706aabee
if [ ! -d $DIRECTORY ]; then
echo "Downloading Ceph S3 Tests..."
git clone $CEPH_LINK
Expand Down

0 comments on commit 84c4b3a

Please sign in to comment.