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
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: