[
https://issues.apache.org/jira/browse/GEODE-8516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17199696#comment-17199696
]
ASF GitHub Bot commented on GEODE-8516:
---------------------------------------
sabbeyPivotal opened a new pull request #5529:
URL: https://github.com/apache/geode/pull/5529
The commands that are allowed in the context of a subscribed client are
SUBSCRIBE, PSUBSCRIBE, UNSUBSCRIBE, PUNSUBSCRIBE, PING and QUIT.
Tests were added for these commands. We also discovered that we were not
throwing the proper error if we tried to do commands that were not supported
while subscribed. We corrected this issue. The test for PING while subscribed
was ignored because it is a different issue
(https://issues.apache.org/jira/browse/GEODE-8515).
----------------------------------------------------------------
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:
[email protected]
> Add Redis tests for multiple subscriptions for the same client
> --------------------------------------------------------------
>
> Key: GEODE-8516
> URL: https://issues.apache.org/jira/browse/GEODE-8516
> Project: Geode
> Issue Type: Test
> Components: redis, tests
> Reporter: Sarah Abbey
> Assignee: Sarah Abbey
> Priority: Minor
>
> The commands that are allowed in the context of a subscribed client are
> SUBSCRIBE, PSUBSCRIBE, UNSUBSCRIBE, PUNSUBSCRIBE, PING and QUIT.
> We need to add tests for these commands. We should also test that other
> commands are rejected in the subscribed state.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)