Closed (outdated)
Project:
Drupal core
Version:
9.0.x-dev
Component:
base system
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2020 at 23:37 UTC
Updated:
15 Jan 2020 at 10:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
longwaveComment #3
longwaveMissed a whole bunch of fixtures. Confirmed with grep that the fixtures in core/modules/system/tests/fixtures/update are not used anywhere else.
Comment #6
longwaveMissed some tests somehow.
Comment #8
wim leersIt'd be nice if this could incorporate #3087644-92: Remove Drupal 8 updates up to and including 88**. 🙏
Comment #9
longwaveThis now includes:
views.view.rest_export_with_authorization.ymlas per #3087644-92: Remove Drupal 8 updates up to and including 88**As seen in test failure of #3087644-92: Remove Drupal 8 updates up to and including 88**
views.view.rest_export_with_authorization_correction.ymlis still used by a kernel test.Comment #10
berdir> then remove the update hooks themselves.
Just to make sure I understand, we still do want to remove the actual update hooks here as well as adding the last removed hooks in this issue? Just removing the tests doesn't seem like such a good idea?
Comment #11
berdirAh, but of course we can't do that, because all these tests and updates are going to be interconnected and the system update tests won't pass anymore either.
Comment #12
longwaveParent issue will be used instead: #3087644: Remove Drupal 8 updates up to and including 88**