You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/03/30 14:28:04 UTC

[GitHub] [geode] sabbey37 commented on pull request #6211: GEODE-9052: rename the geode-redis module

sabbey37 commented on pull request #6211:
URL: https://github.com/apache/geode/pull/6211#issuecomment-810307302


   This line in `execute_tests.sh` also needs to be updated:
   ```
   if [ "${GRADLE_TASK}" = ":geode-redis:redisAPITest" ] && ! grep -q redisAPITest geode/geode-redis/build.gradle ; then
   ```
   
   Right now the RedisTest is printing: 
   ```
   redisAPITest is not applicable for 1.13 and earlier
   ```
   because it is still looking for the redisAPITest task in the `geode-redis` module


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