[
https://issues.apache.org/jira/browse/HBASE-12163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14238366#comment-14238366
]
Nick Dimiduk commented on HBASE-12163:
--------------------------------------
https://builds.apache.org/job/HBase-0.98/726/console shows the following after
running a bunch of tests
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on
project hbase-server: ExecutionException: java.lang.RuntimeException: The
forked VM terminated without properly saying goodbye. VM crash or System.exit
called?
{noformat}
I did notice
{noformat}
Running org.apache.hadoop.hbase.io.hfile.TestHFileEncryption
Killed
{noformat}
https://builds.apache.org/job/HBase-0.98/726/artifact/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.io.hfile.TestHFileEncryption-output.txt
says
{noformat}
2014-12-08 19:34:11,241 ERROR [Thread-6] hbase.KeyValue$KVComparator(2379):
Unexpected getShortMidpointKey result, fakeKey:foo, firstKeyInBlock:foo
{noformat}
> Move test annotation classes to the same package as in master
> -------------------------------------------------------------
>
> Key: HBASE-12163
> URL: https://issues.apache.org/jira/browse/HBASE-12163
> Project: HBase
> Issue Type: Test
> Reporter: Enis Soztutar
> Assignee: Nick Dimiduk
> Priority: Trivial
> Fix For: 1.0.0, 0.98.9
>
> Attachments: HBASE-12163-0.98-00.patch, HBASE-12163-0.98-01.patch,
> HBASE-12163-0.99-00.patch, HBASE-12163-0.99-01.patch
>
>
> Test classe annotations (SmallTests, etc) are in different packages in master
> vs 0.98 and branch-1 making backporting difficult.
> Lets move them to the same package.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)