[ 
https://issues.apache.org/jira/browse/HADOOP-17476?focusedWorklogId=567577&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567577
 ]

ASF GitHub Bot logged work on HADOOP-17476:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Mar/21 11:11
            Start Date: 17/Mar/21 11:11
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on a change in pull request 
#2777:
URL: https://github.com/apache/hadoop/pull/2777#discussion_r595920411



##########
File path: 
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/auth/ITestAssumeRole.java
##########
@@ -255,8 +255,7 @@ public void testAssumeRoleBadInnerAuth() throws Exception {
     conf.set(SECRET_KEY, "not secret");
     expectFileSystemCreateFailure(conf,
         AWSBadRequestException.class,
-        "not a valid " +
-        "key=value pair (missing equal-sign) in Authorization header");
+        "IncompleteSignature");

Review comment:
       yes. They've changed the string, and rather than try and keep up with 
whatever error message comes back, I'll just remove the match. We had to do the 
same with some of the assumed role tests a few releases back when they changed 
the max life of a role token from 60 minutes to 12h.




----------------------------------------------------------------
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.

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 567577)
    Time Spent: 1h  (was: 50m)

> ITestAssumeRole.testAssumeRoleBadInnerAuth failure
> --------------------------------------------------
>
>                 Key: HADOOP-17476
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17476
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3, test
>    Affects Versions: 3.3.0, 3.3.1
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> failure of test {{ITestAssumeRole.testAssumeRoleBadInnerAuth}} where a 
> failure was expected, but the error text was wrong.
> Either STS has changed its error text or something is changing where the 
> failure happens.
> Given the nature of the test, it may be simplest to keep the expectation of 
> an FS init faiure, but remove the text match



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to