owncloud / user_ldap

📒
GNU Affero General Public License v3.0
17 stars 17 forks source link

Acceptance tests are failing in Nightly in `BeforeScenario` #784

Closed SwikritiT closed 1 year ago

SwikritiT commented 1 year ago

Acceptance tests are failing in CI with

┌─ @BeforeScenario # FeatureContext::before()
      │
      ╳  Fatal error: Typed property FeatureContext::$skipImportLdif must not be accessed before initialization (Behat\Testwork\Call\Exception\FatalThrowableError)

Recently we did a big refactoring in core https://github.com/owncloud/core/pull/40754/files, so this might be one of the reasons behind this failure or it could be something else. Find out the issue and fix it.

Build link: https://drone.owncloud.com/owncloud/user_ldap/4499/67

SwikritiT commented 1 year ago

This issue and this issue https://github.com/owncloud/richdocuments/issues/490 might have a similar fix

SagarGi commented 1 year ago

Fixed by this PR https://github.com/owncloud/core/pull/40767