Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing Unit test Moodle 4.1 #102

Open
x-iy opened this issue Dec 3, 2023 · 0 comments
Open

Failing Unit test Moodle 4.1 #102

x-iy opened this issue Dec 3, 2023 · 0 comments

Comments

@x-iy
Copy link

x-iy commented Dec 3, 2023

Failing unit test:

There was 1 error:

1) ouwiki_locallib_test::test_completion
dml_read_exception: Error reading from database (FUNCTION prolearn.MIN does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual
SELECT COUNT(1)
                   FROM phpu_ouwiki_versions v
             INNER JOIN phpu_ouwiki_pages p ON p.id = v.pageid
             INNER JOIN phpu_ouwiki_subwikis s ON s.id = p.subwikiid
                  WHERE v.userid = ? AND v.deletedat IS NULL AND s.wikiid = ? AND (SELECT MIN (id)
                                 FROM phpu_ouwiki_versions
                                WHERE pageid = p.id AND deletedat IS NULL) = v.id
x-iy added a commit to catalyst/moodle-mod_ouwiki that referenced this issue Dec 3, 2023
x-iy added a commit to catalyst/moodle-mod_ouwiki that referenced this issue Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant