You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2015/07/24 21:46:04 UTC

[jira] [Created] (BIGTOP-1940) Consider removing ShellTest#superUserShell from skip-list

Konstantin Boudnik created BIGTOP-1940:
------------------------------------------

             Summary: Consider removing ShellTest#superUserShell from skip-list
                 Key: BIGTOP-1940
                 URL: https://issues.apache.org/jira/browse/BIGTOP-1940
             Project: Bigtop
          Issue Type: Bug
          Components: tests
    Affects Versions: 0.2.0
            Reporter: Konstantin Boudnik
             Fix For: 1.1.0


Right now a test that validates iTest's functionality to elevate user privileges is set to be skipped 
{code}
  @Ignore("requires sudo")
{code}
the test actually works quite fine if password-less sudo is configured. And such configuration is a requirement for some other tests as well. Shall we consider making password-less sudo an official requirement for the tests and allow this test case? 

Another option would be to change {{@Ignote}} to {{@Assume}} and make an explicit check for password-less sudo 

Thoughts?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)