align with upstream#642
Conversation
Signed-off-by: Gal Salomon <gal.salomon@gmail.com>
| #find_processing_error = res_multiple_defintion.find("s3select-ProcessingTime-Error") | ||
| assert ((res_multiple_defintion.find("s3select-ProcessingTime-Error")) >= 0) | ||
| #find_processing_error = res_multiple_defintion.find("ProcessingTimeError") | ||
| assert ((res_multiple_defintion.find("ProcessingTimeError")) >= 0) |
There was a problem hiding this comment.
this is failing again on squid
#find_processing_error = res_multiple_defintion.find("ProcessingTimeError")
> assert ((res_multiple_defintion.find("ProcessingTimeError")) >= 0)
E AssertionError: assert -1 >= 0
E + where -1 = <built-in method find of str object at 0x7fc86b5b02a0>('ProcessingTimeError')
E + where <built-in method find of str object at 0x7fc86b5b02a0> = 'An error occurred (s3select-ProcessingTime-Error) when calling the SelectObjectContent operation: [int failed : alias {c11} or column not exist in schema]'.find
https://pulpito.ceph.com/yuriw-2025-04-21_17:45:35-rgw-wip-yuri4-testing-2025-04-21-0740-squid-distro-default-smithi/
https://qa-proxy.ceph.com/teuthology/yuriw-2025-04-21_17:45:35-rgw-wip-yuri4-testing-2025-04-21-0740-squid-distro-default-smithi/8250040/teuthology.log
There was a problem hiding this comment.
@galsalomon66 i assume there's some s3select backport that's on downstream branches but not on upstream squid. it's very important that this 'ceph-squid' branch track our upstream squid release
maybe you can track down the missing backport?
There was a problem hiding this comment.
we should probably re-re-revert so this doesn't block further testing for 19.2.3
There was a problem hiding this comment.
revert the revert
#630