-
Bug
-
Resolution: Fixed
-
Minor
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-54075-master-2nd -
- Run and confirm that the unit tests pass on Oracle
- Confirm that unit tests passed on Travis
- Confirm that tests passed on the CI server
Moodle 3.1beta (Build: 20160504), 73e7c7a675f526fe5bc41f753d0d490ccfe1192d
|
Php: 5.6.20, Oracle: 11.2.0.2.0, OS: Darwin 15.4.0 x86_64
|
PHPUnit 4.8.24 by Sebastian Bergmann and contributors.
|
|
......................F.......................................... 65 / 73 ( 89%)
|
.F......
|
|
Time: 5.33 minutes, Memory: 92.00Mb
|
|
There were 2 failures:
|
|
1) core_competency_api_testcase::test_list_plan_competencies_manage_archived_competencies
|
Failed asserting that '3' matches expected 1.
|
|
/Users/danp/moodles/im_oracle/moodle/competency/tests/api_test.php:1800
|
/Users/danp/moodles/im_oracle/moodle/lib/phpunit/classes/advanced_testcase.php:80
|
|
To re-run:
|
vendor/bin/phpunit core_competency_api_testcase competency/tests/api_test.php
|
|
2) core_competency_api_testcase::test_list_evidence
|
Failed asserting that 0 matches expected 1.
|
|
/Users/danp/moodles/im_oracle/moodle/competency/tests/api_test.php:4012
|
/Users/danp/moodles/im_oracle/moodle/lib/phpunit/classes/advanced_testcase.php:80
|
|
To re-run:
|
vendor/bin/phpunit core_competency_api_testcase competency/tests/api_test.php
|
|
FAILURES!
|
Tests: 73, Assertions: 773, Failures: 2.
|
- has a non-specific relationship to
-
MDL-43447 We cannot rely on ORDER BY id
- Closed
- will help resolve
-
MDL-54060 Random failure in the competencies unittest
- Closed
-
MDLQA-9590 CLONE - Run PHPUnit tests on Oracle
- Passed