You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lock is stored in a global lock variable, requesting a new lock will extend the expiration of the lock and return true. So to test a failed lock we need it to be called from a separate process.
see #2876
lock is stored in a global lock variable, requesting a new lock will extend the expiration of the lock and return true. So to test a failed lock we need it to be called from a separate process.
to test we need a server to request a url
https://api.drupal.org/api/drupal/modules%21simpletest%21tests%21lock.test/function/LockFunctionalTest%3A%3AtestLockAcquire/7.x
hypothesis: use a drush command to acquire a lock, run a second drush command to also acquire the lock
The text was updated successfully, but these errors were encountered: