owncloud / QA

:collision: public test plans for owncloud components and apps
GNU Affero General Public License v3.0
14 stars 17 forks source link

`JSON` assertion failure in different apps #800

Closed SagarGi closed 1 year ago

SagarGi commented 1 year ago

Description

There are failures in different apps on json assertion due to the recent changes on core where it adds a new library for json drill down.

Error:

      Fatal error: Class 'Helmich\JsonAssert\JsonAssertions' not found (Behat\Testwork\Call\Exception\FatalThrowableError)

Different apps build: https://drone.owncloud.com/owncloud/activity/3226/29/16 https://drone.owncloud.com/owncloud/files_primary_s3/3440/84/20 https://drone.owncloud.com/owncloud/user_ldap/4359/63/19 https://drone.owncloud.com/owncloud/firewall/2792 https://drone.owncloud.com/owncloud/files_classifier/3336 https://drone.owncloud.com/owncloud/admin_audit/2786 https://drone.owncloud.com/owncloud/encryption/2909/66/19

This failure might be because of the change in core with this PR https://github.com/owncloud/core/pull/40619

TODO:

SagarGi commented 1 year ago

Apps failing in nightly due to json-assert library has been fixed and is passing in todays nighty. So closing this issue.

SagarGi commented 1 year ago

Missing APP failure:

SagarGi commented 1 year ago

Apps failing due to the json-assert library all are passing innightly so closing this issue.