You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/09/21 14:08:00 UTC

[jira] [Commented] (GEODE-8504) implement (but not support) Redis Info command

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

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

jdeppe-pivotal commented on a change in pull request #5526:
URL: https://github.com/apache/geode/pull/5526#discussion_r492072735



##########
File path: geode-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/server/InfoRedisAcceptanceTest.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.geode.redis.internal.executor.server;
+
+import org.junit.BeforeClass;
+import org.junit.ClassRule;
+import redis.clients.jedis.Jedis;
+
+import org.apache.geode.NativeRedisTestRule;
+
+public class InfoRedisAcceptanceTest extends InfoIntegrationTest {

Review comment:
       Please name this class `InfoNativeRedisAcceptanceTest` to be consistent with the other native acceptance tests.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> implement (but not support) Redis Info command 
> -----------------------------------------------
>
>                 Key: GEODE-8504
>                 URL: https://issues.apache.org/jira/browse/GEODE-8504
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: John Hutchison
>            Priority: Major
>
> create no-ops command to support apps using this command 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)