Closed (fixed)
Project:
Drupal core
Version:
10.1.x-dev
Component:
phpunit
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2023 at 17:47 UTC
Updated:
26 Oct 2023 at 14:44 UTC
Jump to comment: Most recent
Comments
Comment #3
fjgarlin commentedMR is ready for review.
Comment #4
catchLooks good, will commit in the morning if nothing comes up.
Comment #5
bbralaYeah, this is good. Silly that slipped through.
Comment #6
catchCommitted/pushed to 11.x and cherry-picked to 10.1.x, thanks!
Comment #9
catchI think there's something still wrong here:
From https://git.drupalcode.org/project/drupal/-/jobs/165210
Note TARGET_DB there is mysql-8 so it doesn't match the test against _TARGET_DB when determining SIMPLETEST_DB
Comment #10
catchRe-opening, I think the database type checks are wrong now, or I'm missing something.
Comment #11
catchAlso the branch tests look wrong to me, only running on one environment.
https://git.drupalcode.org/project/drupal/-/pipelines?scope=branches&page=1
Comment #13
longwaveThe above commit fixes the test-only runs; we need a wildcard check on TARGET_DB.
Branch tests look OK to me: https://git.drupalcode.org/project/drupal/-/pipelines/29420 ran on four environments, failed on one.
Comment #14
longwaveComment #15
catchAhhhh! That looks right.
Comment #16
fjgarlin commentedDoh! I should have remembered that change too! Thanks for fixing that. Looks good.
Comment #17
longwaveCommitted and pushed 8e33624c95 to 11.x and 64113ded7b to 10.2.x and 9538b30d4d to 10.1.x. Thanks!