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

Work on HBASE-11628 started by Dima Spivak.
-------------------------------------------
> Clean up tests that expect an exception
> ---------------------------------------
>
>                 Key: HBASE-11628
>                 URL: https://issues.apache.org/jira/browse/HBASE-11628
>             Project: HBase
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Sean Busbey
>            Assignee: Dima Spivak
>            Priority: Trivial
>              Labels: beginner
>
> We have a few tests that look for expected exceptions by manually catching 
> and explicitly failing in case no exception happens.
> Places that need to be fixed can be found by running:
> {code}
>   $> grep -rie "[^n]expected *exception" `find . -name test -path '*/src/*' 
> -type d | xargs`
> {code}
> (there are some false positives, e.g. TestIPv6NIOServerSocketChannel)
> We should clean these up to use [JUnit's expected arg to the Test 
> annotation|http://junit.org/javadoc/4.11/org/junit/Test.html#expected()].



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

Reply via email to