adoroszlai commented on PR #3693:
URL: https://github.com/apache/ozone/pull/3693#issuecomment-1223644098
@Cyrill this integration test failure looks related:
```
Error: Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
49.054 s <<< FAILURE! - in org.apache.hadoop.ozone.om.TestOMDbCheckpointServlet
Error:
org.apache.hadoop.ozone.om.TestOMDbCheckpointServlet.testSpnegoEnabled Time
elapsed: 22.015 s <<< FAILURE!
Argument(s) are different! Wanted:
httpServletResponse.setStatus(403);
-> at
org.apache.hadoop.ozone.om.TestOMDbCheckpointServlet.testSpnegoEnabled(TestOMDbCheckpointServlet.java:234)
Actual invocations have different arguments:
httpServletResponse.setStatus(500);
-> at
org.apache.hadoop.hdds.utils.DBCheckpointServlet.doGet(DBCheckpointServlet.java:113)
at
org.apache.hadoop.ozone.om.TestOMDbCheckpointServlet.testSpnegoEnabled(TestOMDbCheckpointServlet.java:234)
```
https://github.com/apache/ozone/runs/7956795029?check_suite_focus=true#step:4:3098
Can you please check?
`TestSecureOzoneCluster` can be fixed by merging from `master`. Please do
that before/after your fix for `TestOMDbCheckpointServlet`, then push the two
changes in a batch.
--
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]