File tree Expand file tree Collapse file tree 4 files changed +7
-58
lines changed
tests/acceptance/features/cliMain Expand file tree Collapse file tree 4 files changed +7
-58
lines changed Original file line number Diff line number Diff line change 1+ Enhancement: Remove "Fill E-Tags" Repair-Step
2+
3+ This legacy repair-step took very long to run during an upgrade of a large system and
4+ didn't repair anything anymore.
5+
6+ https://github.com/owncloud/core/pull/40996
Original file line number Diff line number Diff line change 4343use OC \Repair \SharePropagation ;
4444use OC \Repair \SqliteAutoincrement ;
4545use OC \Repair \DropOldTables ;
46- use OC \Repair \FillETags ;
4746use OC \Repair \InnoDB ;
4847use OC \Repair \RepairMimeTypes ;
4948use OC \Repair \SearchLuceneTables ;
@@ -134,7 +133,6 @@ public static function getRepairSteps() {
134133 \OC ::$ server ->getLogger (),
135134 \OC ::$ server ->getConfig ()
136135 ),
137- new FillETags (\OC ::$ server ->getDatabaseConnection ()),
138136 new CleanTags (\OC ::$ server ->getDatabaseConnection (), \OC ::$ server ->getUserManager ()),
139137 new DropOldTables (\OC ::$ server ->getDatabaseConnection ()),
140138 new DropOldJobs (\OC ::$ server ->getJobList ()),
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,12 +9,11 @@ Feature: Maintenance command
99 Scenario : Repair steps should be listed correctly
1010 When the administrator list the repair steps using the occ command
1111 Then the command should have been successful
12- And the command output should contain the text "Found 17 repair steps"
12+ And the command output should contain the text "Found 16 repair steps"
1313 And the command output table should contain the following text:
1414 | table_column |
1515 | OC \Repair \RepairMimeTypes |
1616 | OC \Repair \RepairMismatchFileCachePath |
17- | OC \Repair \FillETags |
1817 | OC \Repair \CleanTags |
1918 | OC \Repair \DropOldTables |
2019 | OC \Repair \DropOldJobs |
You can’t perform that action at this time.
0 commit comments