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

Failing configuration check #1

Open
mtodor opened this issue Mar 30, 2017 · 0 comments
Open

Failing configuration check #1

mtodor opened this issue Mar 30, 2017 · 0 comments

Comments

@mtodor
Copy link

mtodor commented Mar 30, 2017

Before Drupal tests are executed active site configuration is validated. Since latest released version (8.1.1-beta4) of harbourmaster module has broken schema definition, all Drupal tests with enabled module are failing.

Here is stacktrace:

    There was 1 error:
    
    1)
    Drupal\Tests\[awesome_tests]\Functional\InstalledConfigurationTest::testInstalledConfiguration
    Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for
    harbourmaster.settings with the following errors:
    harbourmaster.settings:sso_cookie_lifetime missing schema
    
    /.../core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php:95
    /.../core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:111
    /.../core/lib/Drupal/Core/Config/Config.php:227
    /.../core/lib/Drupal/Core/Config/ConfigInstaller.php:334
    /.../core/lib/Drupal/Core/Config/ConfigInstaller.php:134
    /.../core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php:75
    /.../core/lib/Drupal/Core/Extension/ModuleInstaller.php:248
    /.../core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php:83
    /.../core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:419

I have found that there is commit that fixes problem (23e9f87), but it's not pushed to drupal.org and it's not released (tagged).

Can you please push mentioned commit to drupal.org and make new release of module? So that tests on Drupal project with enabled harbourmaster module can be executed.

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