You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/11/14 02:17:34 UTC

[jira] [Resolved] (ACCUMULO-3332) CloudStone tests fail with "NameError: global name 'accumuloConf' is not defined"

     [ https://issues.apache.org/jira/browse/ACCUMULO-3332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser resolved ACCUMULO-3332.
----------------------------------
    Resolution: Fixed

> CloudStone tests fail with "NameError: global name 'accumuloConf' is not defined"
> ---------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-3332
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3332
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.5.2, 1.6.1
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 1.5.3, 1.6.2, 1.7.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Mike Fagan reported on the dev list:
> {noformat}
> ./run.py -u cloud -p secret -z zk1:2181 -i DEV CloudStone1
> Test the speed at which we can check that accumulo is up and we can reach
> all the slaves. Lower is better. ... ERROR
> ======================================================================
> ERROR: Test the speed at which we can check that accumulo is up and we can
> reach all the slaves. Lower is better.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "./cloudstone1/cloudstone1.py", line 35, in runTest
>     accumulo('bin', 'accumulo'))
>   File "/usr/lib/accumulo/test/system/bench/lib/slaves.py", line 86, in
> runAll
>     slaves = slaveNames()
>   File "/usr/lib/accumulo/test/system/bench/lib/slaves.py", line 27, in
> slaveNames
>     return [s.strip() for s in open(accumuloConf('slaves'))]
> NameError: global name 'accumuloConf' is not defined
> ----------------------------------------------------------------------
> Ran 1 test in 4.897s
> FAILED (errors=1)
> INFO:test.bench:                   CloudStone1:  4.90
> {noformat}



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