Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add drush cr before running config:status #113

Open
mmatsoo opened this issue Feb 16, 2023 · 0 comments
Open

Add drush cr before running config:status #113

mmatsoo opened this issue Feb 16, 2023 · 0 comments

Comments

@mmatsoo
Copy link
Member

mmatsoo commented Feb 16, 2023

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant