commit 81a79c2e29b7ad905ea9f6bfb119d0e430641162 Author: Enis Soztutar Date: Thu Sep 25 20:42:04 2014 -0700 Move test classification classes to test artifact diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/ClientTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/ClientTests.java deleted file mode 100644 index ab39591..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/ClientTests.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as related to the client, This tests the hbase-client package and all of the client tests in - * hbase-server. - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - -public interface ClientTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/CoprocessorTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/CoprocessorTests.java deleted file mode 100644 index ff65995..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/CoprocessorTests.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as related to coprocessors. - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - - -public interface CoprocessorTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/FilterTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/FilterTests.java deleted file mode 100644 index b4e9c35..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/FilterTests.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as related to the filter package. - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - - -public interface FilterTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/FlakeyTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/FlakeyTests.java deleted file mode 100644 index ddd92b1..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/FlakeyTests.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as failing commonly on public build infrastructure. - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - -public interface FlakeyTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/IOTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/IOTests.java deleted file mode 100644 index cf8bffa..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/IOTests.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as related to the io package. Things like HFile and the like. - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - - -public interface IOTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/IntegrationTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/IntegrationTests.java deleted file mode 100644 index ce6af67..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/IntegrationTests.java +++ /dev/null @@ -1,39 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package org.apache.hadoop.hbase.testclassification; - -/** - * Tag a test as 'integration/system' test, meaning that the test class has the following - * characteristics: - * - * Integration / System tests should have a class name starting with "IntegrationTest", and - * should be annotated with @Category(IntegrationTests.class). Integration tests can be run - * using the IntegrationTestsDriver class or from mvn verify. - * - * @see SmallTests - * @see MediumTests - * @see LargeTests - */ -public interface IntegrationTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/LargeTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/LargeTests.java deleted file mode 100644 index b8f6ba3..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/LargeTests.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package org.apache.hadoop.hbase.testclassification; - -/** - * Tag a test as 'large', meaning that the test class has the following - * characteristics: - * - executed in an isolated JVM. Tests can however be executed in different - * JVM on the same machine simultaneously. - * - will not have to be executed by the developer before submitting a bug - * - ideally, last less than 2 minutes to help parallelization - * - * It the worst case compared to small or medium, use it only for tests that - * you cannot put in the other categories - * - * @see SmallTests - * @see MediumTests - * @see IntegrationTests - */ -public interface LargeTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MapReduceTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MapReduceTests.java deleted file mode 100644 index 5f8c9b7..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MapReduceTests.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as related to mapred or mapreduce, - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - -public interface MapReduceTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MasterTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MasterTests.java deleted file mode 100644 index 19a95f2..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MasterTests.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as related to the master. - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - -public interface MasterTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MediumTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MediumTests.java deleted file mode 100644 index 0b79b3d..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MediumTests.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package org.apache.hadoop.hbase.testclassification; - -/** - * Tag a test as 'Medium', meaning that the test class has the following - * characteristics: - * - executed in an isolated JVM. Tests can however be executed in different - * JVM on the same machine simultaneously. - * - will have to be executed by the developer before submitting a bug - * - ideally, last less than 1 minutes to help parallelization - * - * Use it for tests that cannot be tagged as 'Small'. - * - * @see SmallTests - * @see LargeTests - * @see IntegrationTests - */ -public interface MediumTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MiscTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MiscTests.java deleted file mode 100644 index ef4d3f9..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/MiscTests.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as not easily falling into any of the below categories. - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - -public interface MiscTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/RPCTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/RPCTests.java deleted file mode 100644 index eab3375..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/RPCTests.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -/** - * Tag a test as related to RPC. - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - - -public interface RPCTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/RegionServerTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/RegionServerTests.java deleted file mode 100644 index 3b03194..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/RegionServerTests.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as related to the regionserver, - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - - -public interface RegionServerTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/ReplicationTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/ReplicationTests.java deleted file mode 100644 index 4f86404..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/ReplicationTests.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as related to replication, - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - -public interface ReplicationTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/RestTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/RestTests.java deleted file mode 100644 index 16fe1f7..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/RestTests.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as related to the rest capability of HBase. - * - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - -public interface RestTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/SecurityTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/SecurityTests.java deleted file mode 100644 index 907ae7a..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/SecurityTests.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as related to security. - * - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - - -public interface SecurityTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/SmallTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/SmallTests.java deleted file mode 100644 index 1552617..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/SmallTests.java +++ /dev/null @@ -1,34 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package org.apache.hadoop.hbase.testclassification; - -/** - * Tag a test as 'small', meaning that the test class has the following - * characteristics: - * - can be run simultaneously with other small tests in the same JVM - * - ideally, last less than 15 seconds - * - does not use a cluster - * - * @see MediumTests - * @see LargeTests - * @see IntegrationTests - */ -public interface SmallTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/VerySlowMapReduceTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/VerySlowMapReduceTests.java deleted file mode 100644 index 96a5e9a..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/VerySlowMapReduceTests.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Tag a test as related to mapreduce and taking longer than 5 minutes to run on public build - * infrastructure. - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - - -public interface VerySlowMapReduceTests { -} diff --git hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/VerySlowRegionServerTests.java hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/VerySlowRegionServerTests.java deleted file mode 100644 index 3caa218..0000000 --- hbase-annotations/src/main/java/org/apache/hadoop/hbase/testclassification/VerySlowRegionServerTests.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - - -/** - * Tag a test as region tests which takes longer than 5 minutes to run on public build - * infrastructure. - * @see org.apache.hadoop.hbase.testclassification.ClientTests - * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests - * @see org.apache.hadoop.hbase.testclassification.FilterTests - * @see org.apache.hadoop.hbase.testclassification.FlakeyTests - * @see org.apache.hadoop.hbase.testclassification.IOTests - * @see org.apache.hadoop.hbase.testclassification.MapReduceTests - * @see org.apache.hadoop.hbase.testclassification.MasterTests - * @see org.apache.hadoop.hbase.testclassification.MiscTests - * @see org.apache.hadoop.hbase.testclassification.RegionServerTests - * @see org.apache.hadoop.hbase.testclassification.ReplicationTests - * @see org.apache.hadoop.hbase.testclassification.RPCTests - * @see org.apache.hadoop.hbase.testclassification.SecurityTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests - * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests - */ -package org.apache.hadoop.hbase.testclassification; - -public interface VerySlowRegionServerTests { -} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ClientTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ClientTests.java new file mode 100644 index 0000000..ab39591 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ClientTests.java @@ -0,0 +1,41 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as related to the client, This tests the hbase-client package and all of the client tests in + * hbase-server. + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + +public interface ClientTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/CoprocessorTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/CoprocessorTests.java new file mode 100644 index 0000000..ff65995 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/CoprocessorTests.java @@ -0,0 +1,41 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as related to coprocessors. + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + + +public interface CoprocessorTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FilterTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FilterTests.java new file mode 100644 index 0000000..b4e9c35 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FilterTests.java @@ -0,0 +1,41 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as related to the filter package. + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + + +public interface FilterTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FlakeyTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FlakeyTests.java new file mode 100644 index 0000000..ddd92b1 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FlakeyTests.java @@ -0,0 +1,40 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as failing commonly on public build infrastructure. + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + +public interface FlakeyTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IOTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IOTests.java new file mode 100644 index 0000000..cf8bffa --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IOTests.java @@ -0,0 +1,41 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as related to the io package. Things like HFile and the like. + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + + +public interface IOTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IntegrationTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IntegrationTests.java new file mode 100644 index 0000000..ce6af67 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IntegrationTests.java @@ -0,0 +1,39 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.hadoop.hbase.testclassification; + +/** + * Tag a test as 'integration/system' test, meaning that the test class has the following + * characteristics: + * + * Integration / System tests should have a class name starting with "IntegrationTest", and + * should be annotated with @Category(IntegrationTests.class). Integration tests can be run + * using the IntegrationTestsDriver class or from mvn verify. + * + * @see SmallTests + * @see MediumTests + * @see LargeTests + */ +public interface IntegrationTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/LargeTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/LargeTests.java new file mode 100644 index 0000000..b8f6ba3 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/LargeTests.java @@ -0,0 +1,38 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.hadoop.hbase.testclassification; + +/** + * Tag a test as 'large', meaning that the test class has the following + * characteristics: + * - executed in an isolated JVM. Tests can however be executed in different + * JVM on the same machine simultaneously. + * - will not have to be executed by the developer before submitting a bug + * - ideally, last less than 2 minutes to help parallelization + * + * It the worst case compared to small or medium, use it only for tests that + * you cannot put in the other categories + * + * @see SmallTests + * @see MediumTests + * @see IntegrationTests + */ +public interface LargeTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MapReduceTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MapReduceTests.java new file mode 100644 index 0000000..5f8c9b7 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MapReduceTests.java @@ -0,0 +1,40 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as related to mapred or mapreduce, + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + +public interface MapReduceTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MasterTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MasterTests.java new file mode 100644 index 0000000..19a95f2 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MasterTests.java @@ -0,0 +1,40 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as related to the master. + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + +public interface MasterTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MediumTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MediumTests.java new file mode 100644 index 0000000..0b79b3d --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MediumTests.java @@ -0,0 +1,37 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.hadoop.hbase.testclassification; + +/** + * Tag a test as 'Medium', meaning that the test class has the following + * characteristics: + * - executed in an isolated JVM. Tests can however be executed in different + * JVM on the same machine simultaneously. + * - will have to be executed by the developer before submitting a bug + * - ideally, last less than 1 minutes to help parallelization + * + * Use it for tests that cannot be tagged as 'Small'. + * + * @see SmallTests + * @see LargeTests + * @see IntegrationTests + */ +public interface MediumTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MiscTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MiscTests.java new file mode 100644 index 0000000..ef4d3f9 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MiscTests.java @@ -0,0 +1,40 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as not easily falling into any of the below categories. + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + +public interface MiscTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RPCTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RPCTests.java new file mode 100644 index 0000000..eab3375 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RPCTests.java @@ -0,0 +1,40 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/** + * Tag a test as related to RPC. + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + + +public interface RPCTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RegionServerTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RegionServerTests.java new file mode 100644 index 0000000..3b03194 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RegionServerTests.java @@ -0,0 +1,41 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as related to the regionserver, + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + + +public interface RegionServerTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ReplicationTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ReplicationTests.java new file mode 100644 index 0000000..4f86404 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ReplicationTests.java @@ -0,0 +1,40 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as related to replication, + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + +public interface ReplicationTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RestTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RestTests.java new file mode 100644 index 0000000..16fe1f7 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RestTests.java @@ -0,0 +1,41 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as related to the rest capability of HBase. + * + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + +public interface RestTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SecurityTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SecurityTests.java new file mode 100644 index 0000000..907ae7a --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SecurityTests.java @@ -0,0 +1,42 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as related to security. + * + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + + +public interface SecurityTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SmallTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SmallTests.java new file mode 100644 index 0000000..1552617 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SmallTests.java @@ -0,0 +1,34 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.hadoop.hbase.testclassification; + +/** + * Tag a test as 'small', meaning that the test class has the following + * characteristics: + * - can be run simultaneously with other small tests in the same JVM + * - ideally, last less than 15 seconds + * - does not use a cluster + * + * @see MediumTests + * @see LargeTests + * @see IntegrationTests + */ +public interface SmallTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowMapReduceTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowMapReduceTests.java new file mode 100644 index 0000000..96a5e9a --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowMapReduceTests.java @@ -0,0 +1,42 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Tag a test as related to mapreduce and taking longer than 5 minutes to run on public build + * infrastructure. + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + + +public interface VerySlowMapReduceTests { +} diff --git hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowRegionServerTests.java hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowRegionServerTests.java new file mode 100644 index 0000000..3caa218 --- /dev/null +++ hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowRegionServerTests.java @@ -0,0 +1,42 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + + +/** + * Tag a test as region tests which takes longer than 5 minutes to run on public build + * infrastructure. + * @see org.apache.hadoop.hbase.testclassification.ClientTests + * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests + * @see org.apache.hadoop.hbase.testclassification.FilterTests + * @see org.apache.hadoop.hbase.testclassification.FlakeyTests + * @see org.apache.hadoop.hbase.testclassification.IOTests + * @see org.apache.hadoop.hbase.testclassification.MapReduceTests + * @see org.apache.hadoop.hbase.testclassification.MasterTests + * @see org.apache.hadoop.hbase.testclassification.MiscTests + * @see org.apache.hadoop.hbase.testclassification.RegionServerTests + * @see org.apache.hadoop.hbase.testclassification.ReplicationTests + * @see org.apache.hadoop.hbase.testclassification.RPCTests + * @see org.apache.hadoop.hbase.testclassification.SecurityTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests + * @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests + */ +package org.apache.hadoop.hbase.testclassification; + +public interface VerySlowRegionServerTests { +} diff --git hbase-client/pom.xml hbase-client/pom.xml index 49be81c..598e021 100644 --- hbase-client/pom.xml +++ hbase-client/pom.xml @@ -82,6 +82,12 @@ org.apache.hbase + hbase-annotations + test-jar + test + + + org.apache.hbase hbase-common diff --git hbase-common/pom.xml hbase-common/pom.xml index f242128..2c51cd4 100644 --- hbase-common/pom.xml +++ hbase-common/pom.xml @@ -181,6 +181,12 @@ org.apache.hbase hbase-annotations + + org.apache.hbase + hbase-annotations + test-jar + test + com.google.guava diff --git hbase-examples/pom.xml hbase-examples/pom.xml index 9aa19a8..52c3163 100644 --- hbase-examples/pom.xml +++ hbase-examples/pom.xml @@ -64,6 +64,12 @@ + org.apache.hbase + hbase-annotations + test-jar + test + + org.apache.hbase hbase-common diff --git hbase-it/pom.xml hbase-it/pom.xml index 710a393..f4b6b2e 100644 --- hbase-it/pom.xml +++ hbase-it/pom.xml @@ -139,6 +139,12 @@ org.apache.hbase + hbase-annotations + test-jar + test + + + org.apache.hbase hbase-common jar diff --git hbase-prefix-tree/pom.xml hbase-prefix-tree/pom.xml index 0704eb8..2c0dd36 100644 --- hbase-prefix-tree/pom.xml +++ hbase-prefix-tree/pom.xml @@ -80,6 +80,12 @@ ${project.version} tests + + org.apache.hbase + hbase-annotations + test-jar + test + org.apache.hbase hbase-common diff --git hbase-server/pom.xml hbase-server/pom.xml index 509e8e2..17dab70 100644 --- hbase-server/pom.xml +++ hbase-server/pom.xml @@ -306,6 +306,12 @@ test + org.apache.hbase + hbase-annotations + test-jar + test + + commons-httpclient commons-httpclient diff --git hbase-shell/pom.xml hbase-shell/pom.xml index 692e8e5..79ebdca 100644 --- hbase-shell/pom.xml +++ hbase-shell/pom.xml @@ -160,6 +160,12 @@ org.apache.hbase + hbase-annotations + test-jar + test + + + org.apache.hbase hbase-protocol diff --git hbase-thrift/pom.xml hbase-thrift/pom.xml index 7126407..6d573d5 100644 --- hbase-thrift/pom.xml +++ hbase-thrift/pom.xml @@ -144,6 +144,12 @@ org.apache.hbase + hbase-annotations + test-jar + test + + + org.apache.hbase hbase-protocol diff --git pom.xml pom.xml index bf5dafd..6983f50 100644 --- pom.xml +++ pom.xml @@ -950,6 +950,13 @@ org.apache.hbase + hbase-annotations + ${project.version} + test-jar + test + + + org.apache.hbase hbase-common ${project.version}