Actions
Bug #20863
closedBroken reporting for double nested method calls
Status:
Released
Priority:
N/A
Assignee:
Category:
Generic methods
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
It doesn't report as the classes are not copied tp the correct prefix:
2022-03-07T15:20:06+00:00 R: [DEBUG] Pushing method id service_action on stack 4b49d36d_be9e_4c8a_b71c_705c35df3a17 2022-03-07T15:20:06+00:00 R: [DEBUG] Entering method 4b49d36d_be9e_4c8a_b71c_705c35df3a17_service_action (should_report: true) 2022-03-07T15:20:06+00:00 R: [DEBUG] Pushing method id ncf_services on stack 4b49d36d_be9e_4c8a_b71c_705c35df3a17_service_action 2022-03-07T15:20:06+00:00 R: [DEBUG] Entering method 4b49d36d_be9e_4c8a_b71c_705c35df3a17_service_action_ncf_services (should_report: false) 2022-03-07T15:20:06+00:00 rudder info: Executing 'no timeout' ... '/bin/systemctl --no-ask-password reset-failed crond.service' 2022-03-07T15:20:06+00:00 rudder info: Completed execution of '/bin/systemctl --no-ask-password reset-failed crond.service' 2022-03-07T15:20:06+00:00 rudder info: Executing 'no timeout' ... '/bin/systemctl --no-ask-password restart crond.service' 2022-03-07T15:20:06+00:00 rudder info: Completed execution of '/bin/systemctl --no-ask-password restart crond.service' 2022-03-07T15:20:06+00:00 R: [INFO] Executing restart on crond using the systemctl method 2022-03-07T15:20:06+00:00 R: [DEBUG] Executing: '/bin/systemctl --no-ask-password restart crond.service' 2022-03-07T15:20:06+00:00 R: [DEBUG] Exiting method ncf_services from 4b49d36d_be9e_4c8a_b71c_705c35df3a17_service_action_ncf_services, should_report: false 2022-03-07T15:20:06+00:00 R: [DEBUG] Popping method id 4b49d36d_be9e_4c8a_b71c_705c35df3a17 from method stack (length: 2, new length: 1) 2022-03-07T15:20:06+00:00 R: [DEBUG] Exiting method service_action from 4b49d36d_be9e_4c8a_b71c_705c35df3a17, should_report: false
Updated by Alexis Mousset over 2 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset over 2 years ago
- Description updated (diff)
- Status changed from In progress to New
- Assignee deleted (
Alexis Mousset)
Updated by Alexis Mousset over 2 years ago
- Status changed from New to Pending technical review
- Assignee set to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/ncf/pull/1339
Updated by Vincent MEMBRÉ over 2 years ago
- Target version changed from 7.1.0~beta1 to 7.1.0~beta2
Updated by Alexis Mousset over 2 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset ncf|81615a475cd2eb2117f9ed2243ecbff7ad4725a2.
Updated by Alexis Mousset over 2 years ago
Applied in changeset ncf|fe7724b7d7faf90b3724d50433d54f6abab49290.
Updated by Vincent MEMBRÉ over 2 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.1.0~beta2 which was released today.
Actions