socketwench / dropwhale

A Drop-in Docker environment for Drupal module testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use null cache backends

socketwench opened this issue · comments

There's a possible race condition in mkdir() in Drupal core given how Dropwhale is configured. It's possible that if we use the null cache backends, we'll avoid the issue.