socketwench / dropwhale

A Drop-in Docker environment for Drupal module testing
GNU Lesser General Public License v3.0
15 stars 2 forks source link

Use null cache backends #27

Open socketwench opened 7 years ago

socketwench commented 7 years ago

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.