-
Notifications
You must be signed in to change notification settings - Fork 83
NSFS | S3 | Lifecycle: bunch of expiration header tests failed #8554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @nhaustein |
Hi @achouhan09 , I asked Harald to give you access to the test suite. If you'd like we can also take a look at my system where I have the test suite installed. |
Hi @nhaustein We can take a look to it but it would be better if you show me how to setup it on the system. |
This issue had no activity for too long - it will now be labeled stale. Update it to prevent it from getting closed. |
Hi @nhaustein Reason: I've opened a bug in the ceph-s3 test repository to track this issue: ceph-s3 tests issue |
Environment info
Actual behavior
Expected behavior
Steps to reproduce
More information - Screenshots / Logs / Other output
___________________________________ test_lifecycle_expiration_header_put ___________________________________
E assert False
E + where False = check_lifecycle_expiration_header({'ETag': '"mtime-d5rrz4rux6v4-ino-e14"', 'ResponseMetadata': {'HTTPHeaders': {'access-control-allow-credentials': 'tru...w-origin': '*', ...}, 'HTTPStatusCode': 200, 'HostId': 'm3r5mc3z-67vzpb-bu3', 'RequestId': 'm3r5mc3z-67vzpb-bu3', ...}}, datetime.datetime(2024, 11, 21, 10, 13, 4, 67964), 'rule1', 1)
__________________________________ test_lifecycle_expiration_header_head ___________________________________
E assert False
E + where False = check_lifecycle_expiration_header({'AcceptRanges': 'bytes', 'ContentLength': 3, 'ContentType': 'application/octet-stream', 'ETag': '"mtime-d5rrz4z50tts-ino-1jsw"', ...}, datetime.datetime(2024, 11, 21, 10, 13, 4, 507854), 'rule1', 1)
________________________________ test_lifecycle_expiration_header_tags_head ________________________________
E assert False
E + where False = check_lifecycle_expiration_header({'AcceptRanges': 'bytes', 'ContentLength': 13, 'ContentType': 'application/octet-stream', 'ETag': '"mtime-d5rrz56rescg-ino-680"', ...}, datetime.datetime(2024, 11, 21, 11, 13, 5, 6866), 'rule1', 1)
E + where datetime.datetime(2024, 11, 21, 11, 13, 5, 6866) = <built-in method now of type object at 0x7f6461da8a00>(None)
E + where <built-in method now of type object at 0x7f6461da8a00> = <class 'datetime.datetime'>.now
E + where <class 'datetime.datetime'> = datetime.datetime
The text was updated successfully, but these errors were encountered: