#27132: Test PyLibMCCache on Jenkins
-------------------------------------+-------------------------------------
     Reporter:  edmorley             |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  Core (Cache system)  |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by timgraham):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 I don't have much guidance about the settings overrides. Whatever works.

 I'll take care of updating the Jenkins configuration. I'd guess it'll end
 up looking something like this:
 {{{
 CACHES = {
     'default': {
         'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
     },
     'memcached': {...},
     'pylibmc': {...}
 }
 }}}
 Ideally, we might have some feature flags on the classes so as not to
 hardcode class paths like
 "django.core.cache.backends.memcached.MemcachedCache". That may make the
 test suite reusable for third-party subclasses.

--
Ticket URL: <https://code.djangoproject.com/ticket/27132#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.c109553073a9a4066eb8a2bfbca2d549%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to