Actions
Bug #13202
closederror message in output of rudder 4.3 - 'default:_log_v3.class_prefix' contains a reference to itself, '${class_prefix}'
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
error: The value of variable 'default:_log_v3.class_prefix' contains a reference to itself, '${class_prefix}' error: The value of variable 'default:log_rudder.class_prefix' contains a reference to itself, '${class_prefix}'
this is because generic methods who don't make the action themselves still have the infamous
"promisers" slist => { @{this.callers_promisers}, cf_null }, policy => "ifdefined"; "class_prefix" string => canonify(join("_", "promisers"));
so class-prefix is always non_defined
Updated by Nicolas CHARLES over 6 years ago
- Related to User story #12426: Use the new class_prefix for service methods added
Updated by Nicolas CHARLES over 6 years ago
- Subject changed from error message in rudder 4.3 to error message in output of rudder 4.3 - 'default:_log_v3.class_prefix' contains a reference to itself, '${class_prefix}'
Updated by Nicolas CHARLES over 6 years ago
- Status changed from New to In progress
Updated by Nicolas CHARLES over 6 years ago
- Status changed from In progress to Pending release
Fixed in sub tickets
Updated by Vincent MEMBRÉ about 6 years ago
- Status changed from Pending release to Released
Updated by Nicolas CHARLES almost 6 years ago
- Related to Bug #14286: Using ${match.x} in generic method causes an error message in the agent output, and prevents multiple reporting based on this generic method added
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category changed from Generic methods to Generic methods
Actions