kirklund commented on a change in pull request #6746:
URL: https://github.com/apache/geode/pull/6746#discussion_r691644218



##########
File path: 
geode-dunit/src/integrationTest/java/org/apache/geode/codeAnalysis/AnalyzeDUnitSerializablesIntegrationTest.java
##########
@@ -16,13 +16,19 @@
 
 import org.junit.experimental.categories.Category;
 
+import 
org.apache.geode.test.dunit.internal.DUnitSanctionedSerializablesService;
 import org.apache.geode.test.junit.categories.SerializationTest;
 
-@Category({SerializationTest.class})
-public class AnalyzeCoreSerializablesJUnitTest extends 
AnalyzeSerializablesJUnitTestBase {
+@Category(SerializationTest.class)
+public class AnalyzeDUnitSerializablesIntegrationTest extends 
AnalyzeSerializablesJUnitTestBase {

Review comment:
       Local git diffs are correct, but github is incorrectly showing that 
AnalyzeCoreSerializablesJUnitTest changed to 
AnalyzeDUnitSerializablesIntegrationTest.

##########
File path: 
geode-gfsh/src/integrationTest/java/org/apache/geode/codeAnalysis/AnalyzeGfshSerializablesIntegrationTest.java
##########
@@ -12,17 +12,23 @@
  * or implied. See the License for the specific language governing permissions 
and limitations under
  * the License.
  */
-
 package org.apache.geode.codeAnalysis;
 
 import org.junit.experimental.categories.Category;
 
+import 
org.apache.geode.gfsh.internal.management.GfshSanctionedSerializablesService;
 import org.apache.geode.test.junit.categories.SerializationTest;
 
-@Category({SerializationTest.class})
-public class AnalyzeManagementSerializablesJUnitTest extends 
AnalyzeSerializablesJUnitTestBase {
+@Category(SerializationTest.class)
+public class AnalyzeGfshSerializablesIntegrationTest extends 
AnalyzeSerializablesJUnitTestBase {

Review comment:
       Local git diffs are correct, but github is incorrectly showing that 
AnalyzeManagementSerializablesJUnitTest changed to 
AnalyzeGfshSerializablesIntegrationTest.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to