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

ASF GitHub Bot commented on GEODE-4127:
---------------------------------------

nabarunnag closed pull request #1189: GEODE-4127: Removed 
HAInterestDistributedTestCase
URL: https://github.com/apache/geode/pull/1189
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/HAInterestDistributedTestCase.java
 
b/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/HAInterestDistributedTestCase.java
deleted file mode 100755
index bc077fdb27..0000000000
--- 
a/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/HAInterestDistributedTestCase.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.cache.tier.sockets;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-@RunWith(Suite.class)
-@Suite.SuiteClasses({HAInterestPart1DUnitTest.class, 
HAInterestPart2DUnitTest.class,})
-/**
- * Suite of distributed tests for HAInterest.
- */
-public class HAInterestDistributedTestCase {
-}


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Remove the file HAInterestDistributedTestCase.java
> --------------------------------------------------
>
>                 Key: GEODE-4127
>                 URL: https://issues.apache.org/jira/browse/GEODE-4127
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>            Reporter: nabarun
>
> Remove the HAInterestDistributedTestCase.java file.
> This suite class was causing the tests to be run twice - 
> {HAInterestPart1DUnitTest.class, HAInterestPart2DUnitTest.class,}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to