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
Actions