danmarsden / moodle-local_recompletion

Allows course recompletion
29 stars 45 forks source link

Privacy provider is refering to non existing table #156

Closed ewallah closed 7 months ago

ewallah commented 8 months ago

The privacy provider is referring to a non existing table local_recompletion_sst

As a result, the privacy tests fail.

danmarsden commented 8 months ago

ah - thanks - that will be an issue caused by the SCORM table changes - we need to get the sa and sv tables covered by the privacy api classes.

ewallah commented 7 months ago
vendor/bin/phpunit --colors --no-coverage --testsuite tool_dataprivacy_testsuite,tool_policy_testsuite,core_privacy_testsuite
Moodle 4.2.6+
Php: 8.2.16
PHPUnit 9.5.28

.............................................................   61 / 2110 (  2%)
.............................................................  122 / 2110 (  5%)
.............................................................  183 / 2110 (  8%)
.............................................................  244 / 2110 ( 11%)
.............................................................  305 / 2110 ( 14%)
.............................................................  366 / 2110 ( 17%)
.............................................................  427 / 2110 ( 20%)
.............................................................  488 / 2110 ( 23%)
.............................................................  549 / 2110 ( 26%)
.............................................................  610 / 2110 ( 28%)
.............................................................  671 / 2110 ( 31%)
.............................................................  732 / 2110 ( 34%)
.............................................................  793 / 2110 ( 37%)
.............................................................  854 / 2110 ( 40%)
.............................................................  915 / 2110 ( 43%)
.............................................................  976 / 2110 ( 46%)
............................................................. 1037 / 2110 ( 49%)
............................................................. 1098 / 2110 ( 52%)
............................................................. 1159 / 2110 ( 54%)
............................................................. 1220 / 2110 ( 57%)
............................................................. 1281 / 2110 ( 60%)
............................................................. 1342 / 2110 ( 63%)
............................................................. 1403 / 2110 ( 66%)
............................................................. 1464 / 2110 ( 69%)
............................................................. 1525 / 2110 ( 72%)
............................................................. 1586 / 2110 ( 75%)
............................................................. 1647 / 2110 ( 78%)
............................................................. 1708 / 2110 ( 80%)
............................................................. 1769 / 2110 ( 83%)
............................................................. 1830 / 2110 ( 86%)
............................................................. 1891 / 2110 ( 89%)
............................................................. 1952 / 2110 ( 92%)
............................................................. 2013 / 2110 ( 95%)
............................................................. 2074 / 2110 ( 98%)
....................................                          2110 / 2110 (100%)

Time: 01:07.035, Memory: 164.00 MB

OK (2110 tests, 14241 assertions)