You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2010/01/26 03:44:34 UTC

[jira] Created: (HDFS-921) Convert TestDFSClientRetries::testNotYetReplicatedErrors to Mockito

Convert TestDFSClientRetries::testNotYetReplicatedErrors to Mockito
-------------------------------------------------------------------

                 Key: HDFS-921
                 URL: https://issues.apache.org/jira/browse/HDFS-921
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: test
            Reporter: Jakob Homan
            Assignee: Jakob Homan


When TestDFSClientRetries::testNotYetReplicatedErrors was written, Mockito was not available and the NameNode was mocked by manually extending ClientProtocol and implementing all the methods, most with empty bodies.  Now that we have Mockito, this code can be removed and replaced with an actual mock.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.