Josh Elser created ACCUMULO-2562:
------------------------------------
Summary: simple.shell.ShellTest sporadically fails
Key: ACCUMULO-2562
URL: https://issues.apache.org/jira/browse/ACCUMULO-2562
Project: Accumulo
Issue Type: Bug
Components: test
Affects Versions: 1.4.5
Reporter: Josh Elser
Priority: Minor
Fix For: 1.4.6
Had a failure of simple.shell.ShellTest
{noformat}
22:05:34 runTest (simple.shell.ShellTest) ...................................
FAIL
======================================================================
FAIL: runTest (simple.shell.ShellTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/user/accumulo-1.4.5/test/system/auto/simple/shell.py", line 42,
in runTest
self.iteratorsTest()
File "/home/user/accumulo-1.4.5/test/system/auto/simple/shell.py", line 159,
in iteratorsTest
self.failUnless(out.find("foo a:b") >= 0, "Scan Failed: Entries don't
exist")
AssertionError: Scan Failed: Entries don't exist
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)