You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/09/04 17:24:22 UTC

[GitHub] [incubator-superset] bkyryliuk commented on a change in pull request #10761: feat: [WIP] implement cache invalidation api

bkyryliuk commented on a change in pull request #10761:
URL: https://github.com/apache/incubator-superset/pull/10761#discussion_r483758459



##########
File path: tests/superset_test_config.py
##########
@@ -76,6 +76,14 @@ def GET_FEATURE_FLAGS_FUNC(ff):
 REDIS_PORT = os.environ.get("REDIS_PORT", "6379")
 REDIS_CELERY_DB = os.environ.get("REDIS_CELERY_DB", 2)
 REDIS_RESULTS_DB = os.environ.get("REDIS_RESULTS_DB", 3)
+REDIS_CACHE_DB = os.environ.get("REDIS_CACHE_DB", 4)
+
+CACHE_CONFIG = {

Review comment:
       needed for cache to work on CI




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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org