rjgoyln opened a new pull request, #11273:
URL: https://github.com/apache/ozone/pull/11273

   ## What changes were proposed in this pull request?
   
   `TestStringToSignProducer.testIPv6HostInStringToSign` fails on master for 
all three of its parameters, with the string to sign differing only in the 
hashed canonical request.
   
   The test was written while the payload hash still came from the 
`x-amz-content-sha256` header, and merged after the STS work had moved it onto 
`SignatureInfo`. The two touched different methods, so nothing conflicted and 
the test kept compiling — but it now signs a canonical request ending in the 
literal string `null`, while the expected request it builds by hand still ends 
in `Content-SHA`.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-16515
   
   ## How was this patch tested?
   
   `mvn -pl :ozone-s3gateway test -Dtest=TestStringToSignProducer` — 15 tests 
green with the change; the three reported failures reproduce without it.
   
   Generated-by: Claude Code (Opus 5)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to