CR: https://www.drupal.org/node/3112907
Either update tests or add the Simpletest contrib module as instructed in Change record.
| Comment | File | Size | Author |
|---|---|---|---|
| #17 | interdiff-3114798-15-17.txt | 12.37 KB | rpsu |
| #15 | 3114798-tests-for-d9-15.patch | 12.25 KB | rpsu |
CR: https://www.drupal.org/node/3112907
Either update tests or add the Simpletest contrib module as instructed in Change record.
| Comment | File | Size | Author |
|---|---|---|---|
| #17 | interdiff-3114798-15-17.txt | 12.37 KB | rpsu |
| #15 | 3114798-tests-for-d9-15.patch | 12.25 KB | rpsu |
Comments
Comment #2
rpsuComment #3
rpsuMoved tests to new location (with new namespace), added default theme, removed an non-testing -test as unnecessary.
Comment #4
rpsuNeeds review to kick off tests
Comment #6
rpsuRemove t() calls, change @group name to module machine name.
Comment #7
rpsuComment #8
rpsuRemove parse errors.
Comment #10
rpsuTrying with no
drupalci.ymlfileComment #12
rpsuTrying with
drupalci.ymlfile removed *before* this patch in branch2.0.x.Patch is the same as in #10 apart from the removal of
drupalci.ymlfile.Comment #13
rpsuProbably diff withough --stat works better for patching. Trying again.
Comment #15
rpsuReverting deletion of the old simpletest tests.
Comment #16
tr commentedThe problem is because Drupal 9 requires MySql 5.7.8+. Your tests are failing because you were running them with MySql 5.6.
I retested your patch in #13 and you can see it now works with MySql 5.7.
Comment #17
rpsuOnce more, moving tests to new location and changing them to extend from
BrowserTestBaseComment #19
rpsutests passing, closing the issue. Thanks @TR!