o365-moodle icon indicating copy to clipboard operation
o365-moodle copied to clipboard

Unit test error in MOODLE_403_STABLE

Open CarlosArceLopera opened this issue 8 months ago • 0 comments

Hi, I am getting this failure when using MOODLE_403_STABLE branch for auth_oidc

vendor/bin/phpunit --filter test_table_coverage privacy/tests/privacy/provider_test.php 
Moodle 4.3.11 (Build: 20250317), 49bf20af0b89c0ee36404017ccf0f6ee34f818dc
Php: 8.1.28, mysqli: 8.0.39, OS: Linux 6.8.0-52-generic x86_64
PHPUnit 9.5.28 by Sebastian Bergmann and contributors.

F                                                                   1 / 1 (100%)

Time: 00:00.181, Memory: 90.50 MB

There was 1 failure:

1) core_privacy\privacy\provider_test::test_table_coverage
The following tables with user fields must be covered with metadata providers: 
  - auth_oidc_sid (userid)

/var/www/mdlhq403/privacy/tests/privacy/provider_test.php:328
/var/www/mdlhq403/lib/phpunit/classes/advanced_testcase.php:81

FAILURES!
Tests: 1, Assertions: 1, Failures: 1.

CarlosArceLopera avatar Mar 18 '25 19:03 CarlosArceLopera