- 🇬🇧United Kingdom ChrisDarke London
Migrating Pittsburgh 2023 to Pittsburgh2023 tag for cleanup
- Status changed to Needs review
over 1 year ago 8:12am 22 June 2023 - last update
over 1 year ago Build Successful - Status changed to Needs work
over 1 year ago 2:43pm 22 June 2023 - 🇺🇸United States smustgrave
Seems reroll caused failures. And should target 11.x
- Status changed to Needs review
over 1 year ago 1:31pm 26 June 2023 - last update
over 1 year ago 29,470 pass, 34 fail - 🇺🇸United States smustgrave
Will let the tests finish but don't think the reroll was correct. Look at the file sizes. Almost tripled in size.
The last submitted patch, 28: 2544708-28.patch, failed testing. View results →
- last update
about 1 year ago Build Successful - 🇮🇳India vsujeetkumar Delhi
@smustgrave, Added reroll patch against 11.x with respect of #26, As Bartik and Seven theme are not the part of D10, 11, So below configurations are not part of this reroll, Please have a look and advise If this is a correct one.
core/profiles/standard/config/optional/block.block.bartik_account_menu.yml
core/profiles/standard/config/optional/block.block.bartik_breadcrumbs.yml
core/profiles/standard/config/optional/block.block.bartik_content.yml
core/profiles/standard/config/optional/block.block.bartik_footer.yml
core/profiles/standard/config/optional/block.block.bartik_help.yml
core/profiles/standard/config/optional/block.block.bartik_main_menu.yml
core/profiles/standard/config/optional/block.block.bartik_messages.yml
core/profiles/standard/config/optional/block.block.bartik_powered.yml
core/profiles/standard/config/optional/block.block.bartik_search.yml
core/profiles/standard/config/optional/block.block.bartik_tools.yml
core/profiles/standard/config/optional/block.block.seven_breadcrumbs.yml
core/profiles/standard/config/optional/block.block.seven_content.yml
core/profiles/standard/config/optional/block.block.seven_help.yml
core/profiles/standard/config/optional/block.block.seven_messages.yml - Status changed to Needs work
about 1 year ago 3:01pm 25 August 2023 - First commit to issue fork.
- last update
about 1 year ago Build Successful - @welly opened merge request.
- last update
about 1 year ago Build Successful - Status changed to Needs review
about 1 year ago 3:37pm 8 September 2023 - 🇬🇧United Kingdom welly
Rerolled the patch - note that umami profile and olivero adds weight to this change as there's a number of additional block configs that required updating.
- last update
about 1 year ago Build Successful - last update
about 1 year ago Custom Commands Failed - Status changed to Needs work
about 1 year ago 5:28pm 8 September 2023 - 🇺🇸United States smustgrave
Hiding patches as work has switched to MR 4729 which is on 11.x
Moving to NW for CC failure.
Am confused as the patch sizes have shifted each patch. So not sure if things were being removed or added.
Tagging for issue summary for what is being fixed.
- 🇬🇧United Kingdom welly
@smustgrave stuff is being added to the merge request. Turns out there are a LOT of tests and config for blocks, lots of which set the label_display, hence the merge request growing.
- Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - @welly opened merge request.
- Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - @welly opened merge request.
- Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - @welly opened merge request.
- Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - Merge request !5074Updated schema to use boolean rather than string, fixed block config... → (Open) created by welly
- Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Build Successful 0:59 24:36 Running22:29 0:55 Running11:11 43:45 Running- last update
about 1 year ago 30,365 pass, 37 fail - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago 30,366 pass, 36 fail - Status changed to Needs review
about 1 year ago 5:56pm 20 October 2023 - 🇬🇧United Kingdom welly
Sorry about the mess above! I'm still learning this new system.
I've got most of this done now, but having a problem with some tests passing, which you can see here - https://git.drupalcode.org/issue/drupal-2544708/-/jobs/202425
Would welcome some advice on how to get those tests passing. I believe it will be because the block config in the config tarball will have the old schema but not 100% sure how to update that.
I'll put this into "needs review" so we can get some eyes on it but appreciate it's not quite ready!
- last update
about 1 year ago 30,431 pass, 5 fail - 🇮🇳India vsujeetkumar Delhi
Test fails because of 'type' issue, Try to fixed that.
- 🇬🇧United Kingdom welly
The changes you made to MessageViewBuilder.php and LayoutBuilderEntityViewDisplay.php I'm pretty certain are not correct although the other two ()help.post_update.php and MigrateBlockTest.php) look to have been missed. The failing tests are update tests which need a correct update hook - the one I added isn't quite correct. Will be looking at this on Friday and hopefully will be able to get this passing all tests! :-)
- Status changed to Needs work
about 1 year ago 7:11pm 30 October 2023 - 🇮🇳India vsujeetkumar Delhi
@welly As mentioned in #49, reverted the file changes for 'MessageViewBuilder.php' & 'LayoutBuilderEntityViewDisplay.php'. During the investigation last I have added those, but now its reverted and try to fix the remaining tests.
- 🇬🇧United Kingdom welly
Have hit a bit of a wall with these tests.
Failed tests I'm coming up against are the following:
1. https://git.drupalcode.org/issue/drupal-2544708/-/jobs/381558#L1695
I'm struggling to see where the string type variable is coming from. When I put breakpoints into the code, I can see that the config value for core.entity_view_display.node.page.default:third_party_settings.layout_builder.sections.0.components.aeb0f8ae-7f1a-4d65-aaeb-c26ce56fa27d.configuration.label_display is set to "0". I just don't know where that is coming from.
It doesn't seem to be here: https://git.drupalcode.org/issue/drupal-2544708/-/blob/2544708-display-t...
2. https://git.drupalcode.org/issue/drupal-2544708/-/jobs/381558#L818
This seems to be unrelated to my PR so again, struggling to see how this is failing. If I check
core/tests/fixtures/config_install/multilingual.tar.gz there doesn't seem to be any deleted views configs so again, struggling to understand how this is failing.
3. https://git.drupalcode.org/issue/drupal-2544708/-/jobs/381557
All the tests are passing so not sure what the fail is here.
ERROR: Job failed: pod "runner-tdd8nzs6-project-119803-concurrent-1-w67bvbwo" status is "Failed"
And there are some failed tests in the Functional Javascript tests which I'll come back to as I've not looked at them too closely yet.
So any advice would be much appreciated!
- 🇬🇧United Kingdom welly
Going to look at the modified fixtures and see if they need repairing....
- 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
Looks like there is still a failure in
TimestampFormatterSettingsUpdateTest
, but that is the only remaining failure, that should be fixed. - 🇬🇧United Kingdom welly
So I've spent a bit of time trying to resolve this TimestampFormatterSettingsUpdateTest error without success. When that test runs, the runUpdate method call in testPostUpdateTimestampFormatter fails with the following assertion failures
There should be no errors in configuration 'core.entity_view_display.node.page.default'. Errors: Schema key core.entity_view_display.node.page.default:third_party_settings.layout_builder.sections.0.components.b961467b-96b6-47da-baab-fec95554f963.configuration.label_display failed with: variable type is string but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData Schema key core.entity_view_display.node.page.default:third_party_settings.layout_builder.sections.0.components.89467df8-8ca7-48a6-9f92-8292f125dd36.configuration.label_display failed with: variable type is string but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData Failed asserting that Array &0 ( 'core.entity_view_display.node.page.default:third_party_settings.layout_builder.sections.0.components.b961467b-96b6-47da-baab-fec95554f963.configuration.label_display' => 'variable type is string but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData' 'core.entity_view_display.node.page.default:third_party_settings.layout_builder.sections.0.components.89467df8-8ca7-48a6-9f92-8292f125dd36.configuration.label_display' => 'variable type is string but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData' ) is true.
I've tried to debug where the config change is occurring that is inserting those two components but I've had absolutely no success. I'd like to get this issue over the line but this one has me stumped and I've hit a wall.
Would appreciate any help with this one!
Thank you