[ 
https://issues.apache.org/jira/browse/PHOENIX-2077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14601836#comment-14601836
 ] 

James Taylor commented on PHOENIX-2077:
---------------------------------------

You're correct and we've removed that test and the filter as it's not being 
used (at least in master - not sure about the other branches)

> Assert fail on TestFamilyOnlyFilter
> -----------------------------------
>
>                 Key: PHOENIX-2077
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2077
>             Project: Phoenix
>          Issue Type: Test
>    Affects Versions: 4.4.0
>            Reporter: Jun Ng
>            Priority: Minor
>
> It asserted fail on TestFamilyOnlyFilter while I was trying to build Phoenix 
> and run unit tests.
> It threw some errors like, 
> Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec <<< 
> FAILURE! - in 
> org.apache.phoenix.hbase.index.covered.filter.TestFamilyOnlyFilter
> testResetFilter(org.apache.phoenix.hbase.index.covered.filter.TestFamilyOnlyFilter)
>   Time elapsed: 0.004 sec  <<< FAILURE!
> java.lang.AssertionError: Didn't filter out non-matching family! 
> expected:<SKIP> but was:<NEXT_ROW>
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.failNotEquals(Assert.java:834)
>         at org.junit.Assert.assertEquals(Assert.java:118)
>         at 
> org.apache.phoenix.hbase.index.covered.filter.TestFamilyOnlyFilter.testResetFilter(TestFamilyOnlyFilter.java:86)
> testPassesFirstFamily(org.apache.phoenix.hbase.index.covered.filter.TestFamilyOnlyFilter)
>   Time elapsed: 0 sec  <<< FAILURE!
> java.lang.AssertionError: Didn't filter out non-matching family! 
> expected:<SKIP> but was:<NEXT_ROW>
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.failNotEquals(Assert.java:834)
>         at org.junit.Assert.assertEquals(Assert.java:118)
>         at 
> org.apache.phoenix.hbase.index.covered.filter.TestFamilyOnlyFilter.testPassesFirstFamily(TestFamilyOnlyFilter.java:50)
> testPassesTargetFamilyAsNonFirstFamily(org.apache.phoenix.hbase.index.covered.filter.TestFamilyOnlyFilter)
>   Time elapsed: 0 sec  <<< FAILURE!
> java.lang.AssertionError: Didn't filter out non-matching family! 
> expected:<SKIP> but was:<NEXT_ROW>
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.failNotEquals(Assert.java:834)
>         at org.junit.Assert.assertEquals(Assert.java:118)
>         at 
> org.apache.phoenix.hbase.index.covered.filter.TestFamilyOnlyFilter.testPassesTargetFamilyAsNonFirstFamily(TestFamilyOnlyFilter.java:64)



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

Reply via email to