-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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.
| $result = $this->taskExec("$this->drupalRoot/../vendor/bin/drush config:status --format=json") |
Metadata
Metadata
Assignees
Labels
No labels