This is an automated email from the ASF dual-hosted git repository.
prhomberg pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new b6970f9 GEODE-5426: Remove redundant test suites. (#2134)
b6970f9 is described below
commit b6970f9d8b240a7203a1e2547c2c30839aaae987
Author: Patrick Rhomberg <[email protected]>
AuthorDate: Fri Jul 13 10:55:11 2018 -0700
GEODE-5426: Remove redundant test suites. (#2134)
---
.../logging/LoggingIntegrationTestSuite.java | 28 ------------------
.../internal/logging/LoggingUnitTestSuite.java | 33 ----------------------
.../logging/log4j/Log4jIntegrationTestSuite.java | 24 ----------------
.../internal/logging/log4j/Log4jUnitTestSuite.java | 25 ----------------
.../internal/offheap/StoredObjectTestSuite.java | 26 -----------------
.../test/golden/GoldenTestFrameworkTestSuite.java | 33 ----------------------
.../process/ProcessTestFrameworkTestSuite.java | 23 ---------------
7 files changed, 192 deletions(-)
diff --git
a/geode-core/src/test/java/org/apache/geode/internal/logging/LoggingIntegrationTestSuite.java
b/geode-core/src/test/java/org/apache/geode/internal/logging/LoggingIntegrationTestSuite.java
deleted file mode 100755
index 0d7802c..0000000
---
a/geode-core/src/test/java/org/apache/geode/internal/logging/LoggingIntegrationTestSuite.java
+++ /dev/null
@@ -1,28 +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.geode.internal.logging;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-import org.apache.geode.internal.logging.log4j.FastLoggerIntegrationJUnitTest;
-import
org.apache.geode.internal.logging.log4j.FastLoggerWithDefaultConfigJUnitTest;
-
-@RunWith(Suite.class)
[email protected]({DistributedSystemLogFileJUnitTest.class,
LocatorLogFileJUnitTest.class,
- LogServiceIntegrationJUnitTest.class, MergeLogFilesJUnitTest.class,
- FastLoggerWithDefaultConfigJUnitTest.class,
FastLoggerIntegrationJUnitTest.class,})
-public class LoggingIntegrationTestSuite {
-}
diff --git
a/geode-core/src/test/java/org/apache/geode/internal/logging/LoggingUnitTestSuite.java
b/geode-core/src/test/java/org/apache/geode/internal/logging/LoggingUnitTestSuite.java
deleted file mode 100755
index 2b0e729..0000000
---
a/geode-core/src/test/java/org/apache/geode/internal/logging/LoggingUnitTestSuite.java
+++ /dev/null
@@ -1,33 +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.geode.internal.logging;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-import org.apache.geode.internal.logging.log4j.AlertAppenderJUnitTest;
-import org.apache.geode.internal.logging.log4j.ConfigLocatorJUnitTest;
-import org.apache.geode.internal.logging.log4j.FastLoggerJUnitTest;
-import
org.apache.geode.internal.logging.log4j.FastLoggerWithDefaultConfigJUnitTest;
-import org.apache.geode.internal.logging.log4j.LocalizedMessageJUnitTest;
-import org.apache.geode.internal.logging.log4j.LogWriterAppenderJUnitTest;
-
-@RunWith(Suite.class)
[email protected]({LogServiceJUnitTest.class, LogWriterImplJUnitTest.class,
- SortLogFileJUnitTest.class, AlertAppenderJUnitTest.class,
ConfigLocatorJUnitTest.class,
- FastLoggerJUnitTest.class, FastLoggerWithDefaultConfigJUnitTest.class,
- LocalizedMessageJUnitTest.class, LogWriterAppenderJUnitTest.class,})
-public class LoggingUnitTestSuite {
-}
diff --git
a/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/Log4jIntegrationTestSuite.java
b/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/Log4jIntegrationTestSuite.java
deleted file mode 100755
index e752e98..0000000
---
a/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/Log4jIntegrationTestSuite.java
+++ /dev/null
@@ -1,24 +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.geode.internal.logging.log4j;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-@RunWith(Suite.class)
[email protected]({FastLoggerWithDefaultConfigJUnitTest.class,
- FastLoggerIntegrationJUnitTest.class,})
-public class Log4jIntegrationTestSuite {
-}
diff --git
a/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/Log4jUnitTestSuite.java
b/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/Log4jUnitTestSuite.java
deleted file mode 100755
index 189f23b..0000000
---
a/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/Log4jUnitTestSuite.java
+++ /dev/null
@@ -1,25 +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.geode.internal.logging.log4j;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-@RunWith(Suite.class)
[email protected]({AlertAppenderJUnitTest.class,
ConfigLocatorJUnitTest.class,
- FastLoggerJUnitTest.class, FastLoggerWithDefaultConfigJUnitTest.class,
- LocalizedMessageJUnitTest.class, LogWriterAppenderJUnitTest.class,})
-public class Log4jUnitTestSuite {
-}
diff --git
a/geode-core/src/test/java/org/apache/geode/internal/offheap/StoredObjectTestSuite.java
b/geode-core/src/test/java/org/apache/geode/internal/offheap/StoredObjectTestSuite.java
deleted file mode 100644
index 2119a2b..0000000
---
a/geode-core/src/test/java/org/apache/geode/internal/offheap/StoredObjectTestSuite.java
+++ /dev/null
@@ -1,26 +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.geode.internal.offheap;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
[email protected]({TinyStoredObjectJUnitTest.class,
OffHeapStoredObjectJUnitTest.class,
- OffHeapStoredObjectWithHeapFormJUnitTest.class,
OffHeapStoredObjectSliceJUnitTest.class,})
-@RunWith(Suite.class)
-public class StoredObjectTestSuite {
-
-}
diff --git
a/geode-core/src/test/java/org/apache/geode/test/golden/GoldenTestFrameworkTestSuite.java
b/geode-core/src/test/java/org/apache/geode/test/golden/GoldenTestFrameworkTestSuite.java
deleted file mode 100755
index f11aa00..0000000
---
a/geode-core/src/test/java/org/apache/geode/test/golden/GoldenTestFrameworkTestSuite.java
+++ /dev/null
@@ -1,33 +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.geode.test.golden;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-@RunWith(Suite.class)
[email protected]({FailWithErrorInOutputJUnitTest.class,
FailWithExtraLineInOutputJUnitTest.class,
- FailWithLineMissingFromEndOfOutputJUnitTest.class,
- FailWithLineMissingFromMiddleOfOutputJUnitTest.class,
- FailWithLoggerErrorInOutputJUnitTest.class,
FailWithLoggerFatalInOutputJUnitTest.class,
- FailWithLoggerWarnInOutputJUnitTest.class,
FailWithSevereInOutputJUnitTest.class,
- FailWithWarningInOutputJUnitTest.class, PassJUnitTest.class,
- PassWithExpectedErrorJUnitTest.class,
PassWithExpectedSevereJUnitTest.class,
- PassWithExpectedWarningJUnitTest.class,})
-/**
- * Suite of tests for the test.golden Golden Test framework classes.
- */
-public class GoldenTestFrameworkTestSuite {
-}
diff --git
a/geode-core/src/test/java/org/apache/geode/test/process/ProcessTestFrameworkTestSuite.java
b/geode-core/src/test/java/org/apache/geode/test/process/ProcessTestFrameworkTestSuite.java
deleted file mode 100755
index 9072e97..0000000
---
a/geode-core/src/test/java/org/apache/geode/test/process/ProcessTestFrameworkTestSuite.java
+++ /dev/null
@@ -1,23 +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.geode.test.process;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-@RunWith(Suite.class)
[email protected]({MainLauncherJUnitTest.class,
ProcessWrapperJUnitTest.class,})
-public class ProcessTestFrameworkTestSuite {
-}