- Issue created by @poker10
- ๐ช๐ธSpain fjgarlin
Note that the report shows them as errors: https://git.drupalcode.org/project/drupal/-/pipelines/65788/test_report
I think the reason for this is that the job is taking the exit code of the last command being run (https://stackoverflow.com/questions/70820135/gitlab-make-the-ci-cd-faile...), so we need to capture if there was any error during the script and then add an
exit 1
in that case. - ๐ฌ๐งUnited Kingdom james.williams
james.williams โ made their first commit to this issueโs fork.
- Merge request !8466Issue #3409733 by james.williams, fjgarlin: Test-only job does not detect failures correctly โ (Open) created by james.williams
- Status changed to Needs review
7 months ago 9:15am 20 June 2024 - ๐ฌ๐งUnited Kingdom james.williams
Thanks for your guidance @fjgarlin - hopefully !8466 is along the right lines?
- ๐ช๐ธSpain fjgarlin
The code changes look correct to me and hopefully that's all that's needed. Now we need to verify it. Two options:
- Bring the test files from that other job to this MR, run the test only, then remove those changes.
- Bring the changes from this MR to that other issue, run the test only, then remove the changes.With that, I'd be happy to RTBC.
- ๐ฌ๐งUnited Kingdom james.williams
Thanks - I've done the second option; so let's see how https://git.drupalcode.org/issue/drupal-3454196/-/pipelines/203616 comes out for ๐ Filter placeholders without arguments are not replaced when HTML corrector filter applied afterwards Needs review ...
- Status changed to RTBC
7 months ago 9:32am 20 June 2024 - ๐ช๐ธSpain fjgarlin
Based on the code review I did before and this run https://git.drupalcode.org/issue/drupal-3454196/-/pipelines/203616 which verifies the fix in both the top level Test-only job and the per-version test-only job, I am marking this RTBC.
-
longwave โ
committed cdd8d3cc on 10.3.x
Issue #3409733 by james.williams, fjgarlin, poker10: Test-only job does...
-
longwave โ
committed cdd8d3cc on 10.3.x
-
longwave โ
committed 2d0757fd on 10.4.x
Issue #3409733 by james.williams, fjgarlin, poker10: Test-only job does...
-
longwave โ
committed 2d0757fd on 10.4.x
-
longwave โ
committed 1c3d9629 on 11.0.x
Issue #3409733 by james.williams, fjgarlin, poker10: Test-only job does...
-
longwave โ
committed 1c3d9629 on 11.0.x
-
longwave โ
committed 0ac3d2a0 on 11.x
Issue #3409733 by james.williams, fjgarlin, poker10: Test-only job does...
-
longwave โ
committed 0ac3d2a0 on 11.x
- Status changed to Fixed
7 months ago 10:05am 26 June 2024 - ๐ฌ๐งUnited Kingdom longwave UK
Committed and pushed 0ac3d2a036 to 11.x and 1c3d9629f4 to 11.0.x and 2d0757fde1 to 10.4.x and cdd8d3cc14 to 10.3.x. Thanks!
Automatically closed - issue fixed for 2 weeks with no activity.