Postponed on #3193189: Get only translations for localized vocabularies d6/TermLocalizedTranslation.php
Problem/Motivation
When running a migration with the UI, failures are logged to watchdog but that table is deleted as part of tearing down the test setup. That leaves the developer with no information to find the migration causing the failure, as seen in this screenshot at #2746541-153: Migrate D6 and D7 node revision translations to D8:
We need a way to save and report those errors.
Proposed resolution
Access all pages of /admin/reports/dblog in the test site so the results are saved in the BROWSERTEST_OUTPUT_DIRECTORY directory.
Remaining tasks
Patch
Review
Commit