You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Daniel Barclay (Drill/MapR) (JIRA)" <ji...@apache.org> on 2014/12/12 22:44:14 UTC

[jira] [Created] (DRILL-1857) Ignored tests not annotated/comment with reason they're ignored

Daniel Barclay (Drill/MapR) created DRILL-1857:
--------------------------------------------------

             Summary: Ignored tests not annotated/comment with reason they're ignored
                 Key: DRILL-1857
                 URL: https://issues.apache.org/jira/browse/DRILL-1857
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Daniel Barclay (Drill/MapR)


In many cases, a test that is currently ignored (marked with an annotation of "@Ignore") doesn't say why they are currently ignored.

For such a test, the annotation should include a string noting why they are ignored, for example:

   @Ignored( "Pending implementation of xyz feature" )
   @Test
   public void testXyz() ...





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