Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.0, 3.2.0
-
None
-
some of the fault-catching tests in ITestAssumeRole are failing as the SDK update of
HADOOP-15642changed the text. Fix the tests, perhaps by removing the text check entirely
—it's clearly too brittle
-
Reviewed
Description
This is caused by HADOOP-15642 but I'd missed it because I'd been playing with assumed roles locally (restricting their rights) and mistook the failures for "steve's misconfigured the test role", not "the SDK
Some of the failures are actually due to changed messages from the AWS endpoints, so are independent of the SDK —and mean that existing builds will fail with false positives. The branch-3.1 patch fixes those tests only and needs to be applied to any branch with the ITestAssumeRole tests
Attachments
Attachments
Issue Links
- is caused by
-
HADOOP-15642 Update aws-sdk version to 1.11.375
- Resolved