[
https://issues.apache.org/jira/browse/HBASE-7192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-7192:
-------------------------
Fix Version/s: (was: 0.95.1)
Status: Open (was: Patch Available)
I tried to fix up this patch but fails to compile now:
{code}
[ERROR]
/Users/stack/checkouts/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestAtomicOperation.java:[554,16]
checkAndMutate(byte[],byte[],byte[],org.apache.hadoop.hbase.filter.CompareFilter.CompareOp,org.apache.hadoop.hbase.filter.ByteArrayComparable,org.apache.hadoop.hbase.client.Mutation,boolean)
in org.apache.hadoop.hbase.regionserver.HRegion cannot be applied to
(byte[],byte[],byte[],org.apache.hadoop.hbase.filter.CompareFilter.CompareOp,org.apache.hadoop.hbase.filter.BinaryComparator,org.apache.hadoop.hbase.client.Put,<nulltype>,boolean)
{code}
> Move TestHBase7051.java into TestAtomicOperation.java
> -----------------------------------------------------
>
> Key: HBASE-7192
> URL: https://issues.apache.org/jira/browse/HBASE-7192
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 0.95.2
> Reporter: Aleksandr Shulman
> Assignee: Aleksandr Shulman
> Priority: Minor
> Attachments: HBASE-7192-v1.patch
>
>
> This test class only has one test function and would be better served by
> being located in TestAtomic.java, since anyone looking for atomicity-related
> tests would know to look there.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira