Change rake task 'verbose' parameter#938
Change rake task 'verbose' parameter#938nadjaheitmann wants to merge 1 commit intotheforeman:developfrom
Conversation
The verbose option does not work anymore, so we have to explicitly pass the '--verbose' option now.
44c5754 to
2c8fc02
Compare
|
Before After Well it does change things, but according to the source it shouldn't be necessary? Have you found out why it doesn't work anymore? |
I have relied on the bug explanation tbh: https://projects.theforeman.org/issues/39248 While this PR sure does not redesign or modernize the test suite, it at least unblocks the failing CI tests. |
Something along the way seems to interpret the Looking at the Before and After output, it seems to me that the IMHO this PR fixes the pipeline for now so 👍 |
|
@nadjaheitmann which rake version are you using? ruby/rake@5886caa fixed a regression in Rake 13.4.0/13.4.1. |
In this run, we have the pipeline failing and use rake 13.4.2: https://github.com/theforeman/smart-proxy/actions/runs/25096463025/job/73534458532#step:5:243 I started that run on this branch but with the fix commit reverted to double-check the issue was actually solved by the fix. |
|
Reading through the issue description, @ogajduse proposed a fix directly in ci-reporter/ci_reporter_test_unit#13 which is closer to the root cause of the problem than this PR which is more targeted at resolving the symptoms. But it is very unlikely to be merged given the project has not received any changes during the last 10 years. |
The verbose option does not work anymore, so we have to explicitly pass the '--verbose' option now.