You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2014/04/14 22:40:16 UTC

[jira] [Created] (HADOOP-10500) TestDoAsEffectiveUser fails on JDK7 due to failure to reset proxy user configuration.

Chris Nauroth created HADOOP-10500:
--------------------------------------

             Summary: TestDoAsEffectiveUser fails on JDK7 due to failure to reset proxy user configuration.
                 Key: HADOOP-10500
                 URL: https://issues.apache.org/jira/browse/HADOOP-10500
             Project: Hadoop Common
          Issue Type: Bug
          Components: security, test
    Affects Versions: 2.4.0, 3.0.0
            Reporter: Chris Nauroth
            Assignee: Chris Nauroth
            Priority: Trivial


The proxy user configuration is held in a static variable.  Various tests in {{TestDoAsEffectiveUser}} mutate this data.  JDK7 executes tests in a different order than JDK6, so this can cause a failure if the state hasn't been set explicitly to what the test needs.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Fwd: [jira] [Created] (HADOOP-10500) TestDoAsEffectiveUser fails on JDK7 due to failure to reset proxy user configuration.

Posted by Jay Vyas <ja...@gmail.com>.
Heads up:  IIRC at least some of  the tests in bigtop were order
dependent...
if any still floating around probably best to rewrite them with the trick
in BIGTOP-1224 .