- Issue created by @lostcarpark
- Merge request !25Update fixture and add version check to setDatabaseDumpFiles → (Merged) created by lostcarpark
- Status changed to Needs review
3 months ago 2:17am 31 August 2024 - 🇮🇪Ireland lostcarpark
Ran command to load fixture:
php ./core/scripts/db-tools.php import ./modules/contrib/scheduled_publish/tests/fixtures/update/drupal-10.1.2-scheduled_publish-3.10.php.gz
Reverted to version of Scheduled Publish prior to adding update to view (couldn't go all the way back to 3.9 as it didn't support D10).
Ran
drush updb
to run core updates.Ran script to extract new fixture:
php ./core/scripts/db-tools.php dump-database-d8-mysql > ./modules/contrib/scheduled_publish/tests/fixtures/update/drupal-10.3.2-scheduled_publish-3.10.php
Added check to test to use appropriate version of fixture for Drupal version.
Verified next-major test now passes.
- Status changed to RTBC
3 months ago 8:54am 31 August 2024 - 🇮🇪Ireland lostcarpark
Ideally I'd have preferred someone else to review, but I'm satisfied tests are passing, and I really want to get a D11 release.
- Status changed to Fixed
3 months ago 9:18am 31 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.