Ruslan Kabalin
Ruslan Kabalin
(https://pastvu.com/news/153?hl=comment-2705408) "Allowed count of files exceeded" на "Image upload limit reached"
Hello @timhunt! No, I did not see similar errors yet. Regarding the first one, I see in the CI log that you run behat test immediately following webserver and senenium...
>001 Scenario: Restore the STACK demo course. # /home/travis/build/moodle/question/type/stack/tests/behat/restore_demo.feature:15 689 And I upload "question/type/stack/samplequestions/STACK-demo.mbz" file to "Files" filemanager # /home/travis/build/moodle/question/type/stack/tests/behat/restore_demo.feature:11 690 Exception: invalid argument: File not found : /home/travis/build/moodle/question/type/stack/samplequestions/STACK-demo.mbz @timhunt...
Not at all @timhunt, glad it was helpful 😃
Thanks @james-cnz, let me trigger travis and see myself. I might be that we need to start selenium docker instance after moodle installation.
Thanks for verifying @james-cnz! @dvdcastro looks like Travis is no longer enabled on this repo :(
@marinaglancy should be 14.x indeed (https://github.com/moodle/moodle/blob/master/.nvmrc). I do not know if that will have any adversive effect on older versions, if fact this should be a part of installation step...
> Any leads how this can be already done without `moode-plugin-ci`? Perhaps this will shed some light how it can be implemented. That is what step 1 in outline is...
Thanks @ewallah, interesting. Re point 5, that might be because of concurrency, try with `--threads=1`, according to docs each thread needs [separate DB prefix](https://infection.github.io/guide/how-to.html#How-to-run-Infection-for-functional-tests), but it is not possible to...
Hello, the fatal error suggest the issue is in Moodle: ``` PHP Fatal error: Declaration of DI\\Container::get(string $id): mixed must be compatible with Psr\\Container\\ContainerInterface::get($id) in /var/www/moodle/lib/php-di/php-di/src/Container.php on line 124, referer:...