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
# Create a lock option to simulate another update in progress
392
-
When I run `wp option add core_updater.lock 1`
393
-
And I try `wp core update --version=latest`
391
+
When I run `wp option update core_updater.lock 100000000000000`
392
+
And I try `wp core update --version=trunk`
394
393
Then STDERR should contain:
395
394
"""
396
395
Another update is currently in progress. You may need to run `wp option delete core_updater.lock` after verifying another update isn't actually running.
0 commit comments