- Issue created by @quietone
- Status changed to Needs review
over 1 year ago 4:48am 3 July 2023 - last update
over 1 year ago 110 pass - last update
over 1 year ago 109 pass, 2 fail - π³πΏNew Zealand quietone
The first step was to add a skip_on_empty if the content language settings existed.
The last submitted patch, 2: 3371869-2-fail.patch, failed testing. View results β
- last update
over 1 year ago 29,574 pass - π³πΏNew Zealand quietone
So, that proves that the new pipeline works.
Then add an optional dependency on
d7_entity_translation_settings
d7_language_content_taxonomy_vocabulary_settings.yml
so that it runs first. And then add a dependency ond7_language_content_taxonomy_vocabulary_settings
to the taxonomy term translation migrations.The changes to drupalci and the test are not needed, that leaves a patch with changes to a 4 migrations.
- Status changed to RTBC
over 1 year ago 2:17pm 3 July 2023 - πΊπΈUnited States smustgrave
Think the fail patch does a good job showing the problem.
So the change looks good to me.
- last update
over 1 year ago 29,801 pass - last update
over 1 year ago 29,802 pass - last update
over 1 year ago 29,802 pass - last update
over 1 year ago 29,807 pass - last update
over 1 year ago 29,811 pass - last update
over 1 year ago 29,815 pass - last update
over 1 year ago 29,815 pass - last update
over 1 year ago 29,822 pass - last update
over 1 year ago 29,839 pass - last update
over 1 year ago 29,878 pass - last update
over 1 year ago 29,881 pass - last update
over 1 year ago CI aborted - last update
over 1 year ago 29,908 pass - last update
over 1 year ago 29,911 pass - last update
over 1 year ago 29,946 pass - last update
over 1 year ago 29,953 pass - last update
over 1 year ago 29,953 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,959 pass - last update
over 1 year ago 29,967 pass - last update
over 1 year ago 30,049 pass - last update
over 1 year ago 30,056 pass - last update
over 1 year ago 30,056 pass - π³πΏNew Zealand quietone
I triaged this RTBC issue β sometime in the last weeks but didn't leave a comment.
I didn't find anything that needed to be done.
Leaving at RTBC
- last update
over 1 year ago 30,058 pass - last update
over 1 year ago 30,060 pass - last update
over 1 year ago 30,063 pass - last update
over 1 year ago 30,129 pass, 2 fail The last submitted patch, 4: 3371869-4.patch, failed testing. View results β
- last update
over 1 year ago 30,130 pass - πΊπΈUnited States smustgrave
Rerunning tests but believe to be unrelated.
- last update
over 1 year ago 30,135 pass - last update
over 1 year ago 30,136 pass - last update
over 1 year ago 30,136 pass - last update
over 1 year ago 30,146 pass - last update
over 1 year ago 30,146 pass - last update
over 1 year ago 30,148 pass - last update
over 1 year ago 30,139 pass, 2 fail The last submitted patch, 4: 3371869-4.patch, failed testing. View results β
- last update
over 1 year ago 30,154 pass - last update
over 1 year ago 30,161 pass - last update
over 1 year ago 30,168 pass 16:03 12:51 Running- last update
over 1 year ago 30,205 pass - last update
over 1 year ago 30,205 pass - last update
over 1 year ago 30,360 pass - last update
over 1 year ago 30,361 pass - last update
over 1 year ago 30,360 pass - last update
about 1 year ago 30,371 pass - last update
about 1 year ago 30,379 pass - last update
about 1 year ago 30,377 pass - last update
about 1 year ago 30,382 pass - last update
about 1 year ago 30,392 pass - last update
about 1 year ago 30,397 pass - last update
about 1 year ago 30,397 pass - last update
about 1 year ago CI error - last update
about 1 year ago 30,420 pass - last update
about 1 year ago 30,426 pass - last update
about 1 year ago Build Successful - last update
about 1 year ago 30,437 pass - last update
about 1 year ago 30,455 pass, 1 fail - last update
about 1 year ago 30,464 pass - last update
about 1 year ago 30,483 pass - last update
about 1 year ago 30,485 pass - last update
about 1 year ago 30,486 pass - last update
about 1 year ago 30,488 pass - last update
about 1 year ago 30,511 pass - Status changed to Needs work
about 1 year ago 12:06am 11 November 2023 The Needs Review Queue Bot β tested this issue.
While you are making the above changes, we recommend that you convert this patch to a merge request β . Merge requests are preferred over patches. Be sure to hide the old patch files as well. (Converting an issue to a merge request without other contributions to the issue will not receive credit.)
- Status changed to RTBC
about 1 year ago 6:04pm 11 November 2023 - πΊπΈUnited States smustgrave
Think this one was simple enough and clear which patch to use. Going to remark it.
- last update
about 1 year ago 30,518 pass, 2 fail - last update
about 1 year ago 30,530 pass - last update
about 1 year ago 30,551 pass, 2 fail - last update
about 1 year ago 30,601 pass, 2 fail - last update
about 1 year ago 30,602 pass, 2 fail - Merge request !5488Fix MigrateTestBase::executeMigrations() to execute migrations in dependency order β (Open) created by quietone
- Status changed to Needs review
about 1 year ago 7:33am 21 November 2023 - π³πΏNew Zealand quietone
The patch in #4 was failing and I tracked it to π Fix MigrateTestBase::executeMigrations() to execute migrations in dependency order Fixed . That issue ensures that the migrations will be ordered by dependency before execution. This resulted in the following error.
1) Drupal\Tests\node\Kernel\Migrate\d7\MigrateNodeTest::testNode 'language_content_settings' entity with ID 'node.et' already exists. (/var/www/html/core/lib/Drupal/Core/Entity/EntityStorageBase.php:519) Failed asserting that two strings are equal.
This is happening because 'language_content_settings' was being run last in that group. It needs to be before any translation migration and other 'language_content_settings' ones. The change was to add a dependency to d7_language_content_taxonomy_vocabulary_settings.yml so that it runs after d7_language_content_settings, if it exists.
- Status changed to RTBC
about 1 year ago 2:02pm 21 November 2023 - Status changed to Fixed
about 1 year ago 10:32am 21 December 2023 - π¬π§United Kingdom catch
Committed/pushed to 11.x and cherry-picked to 10.2.x, thanks!
Automatically closed - issue fixed for 2 weeks with no activity.