Bill Havanki created ACCUMULO-1748:
--------------------------------------
Summary: Restore pause in 1.4.x, 1.5.x PermissionsTest
Key: ACCUMULO-1748
URL: https://issues.apache.org/jira/browse/ACCUMULO-1748
Project: Accumulo
Issue Type: Test
Components: test
Affects Versions: 1.5.0, 1.4.4
Reporter: Bill Havanki
Priority: Trivial
While running functional tests for Accumulo 1.4.3 I see sporadic failure in the
SystemPermissionTest test.
{noformat}
Caused by: java.lang.IllegalStateException: Should be able to remove a table
property
{noformat}
I found that in earlier versions of Accumulo there was a pause of 100 ms
between the call to remove the property and the check that it is gone. The
pause was removed early this year, see line 237 of:
http://svn.apache.org/viewvc/accumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/PermissionsTest.java?r1=1439896&r2=1442284&pathrev=1449794&diff_format=h
The comment with the pause was: "Surprised we got away without pausing before."
:)
I was unable to determine from the issues associated with the commit why the
pause was removed. So, I'd like it to be put back, in both the 1.4.x and 1.5.x
branches.
--
This message was sent by Atlassian JIRA
(v6.1#6144)