[ https://issues.apache.org/jira/browse/GEODE-8694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17230229#comment-17230229 ]
ASF GitHub Bot commented on GEODE-8694: --------------------------------------- sabbey37 commented on a change in pull request #5732: URL: https://github.com/apache/geode/pull/5732#discussion_r521637229 ########## File path: ci/scripts/execute_redis_tests.sh ########## @@ -49,8 +51,8 @@ failCount=0 --redis-port=6379 \ --redis-bind-address=127.0.0.1 -./runtest --host 127.0.0.1 --port 6379 --single unit/type/set --single unit/expire \ ---single unit/type/hash --single unit/type/string --single unit/type/srandmember \ +./runtest --host 127.0.0.1 --port 6380 --single unit/type/set --single unit/expire \ Review comment: We should change this port back to 6379 (since the Geode Redis server without a password is started on `6379`, which is why we get the error `Executing test client: NOAUTH Authentication required` in the RedisTests) ---------------------------------------------------------------- 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: us...@infra.apache.org > Use fork of Redis in Gemfire org to run Redis tests in CI > --------------------------------------------------------- > > Key: GEODE-8694 > URL: https://issues.apache.org/jira/browse/GEODE-8694 > Project: Geode > Issue Type: Improvement > Components: redis > Reporter: Sarah Abbey > Assignee: Helena Bales > Priority: Trivial > Labels: pull-request-available > > Currently, we are using a contributor's personal fork of Redis to run tests > against Geode Redis in CI. This should be switched to the fork of Redis in > the Gemfire org. Ideally, we will eventually be able to run tests from the > root Redis repo (currently we are unable to since we are not implementing all > the necessary commands). -- This message was sent by Atlassian Jira (v8.3.4#803005)