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
In a multisite environment, perhaps because of running Tugboat tasks in parallel(?), a false positive reported a config diff between a multisite and the default config, even though the multisite in question was not being touched. Manually clearing the offending site's cache with drush cr allowed for the drush config:status test to complete successfully.
One possible solution is to run drush cr before running drush config:status. It will slow down the testing, but hopefully compare apples to apples.
In a multisite environment, perhaps because of running Tugboat tasks in parallel(?), a false positive reported a config diff between a multisite and the default config, even though the multisite in question was not being touched. Manually clearing the offending site's cache with
drush cr
allowed for thedrush config:status
test to complete successfully.One possible solution is to run
drush cr
before runningdrush config:status
. It will slow down the testing, but hopefully compare apples to apples.usher/src/Robo/Plugin/Commands/ValidateConfigCommands.php
Line 66 in 90b5979
The text was updated successfully, but these errors were encountered: