Details
-
Type:
Bug
-
Status: Open
-
Priority:
Low
-
Resolution: Unresolved
-
Affects Version/s: 3.12.2, 3.15.2, 3.18.1
-
Fix Version/s: None
-
Component/s: cf-agent
-
Labels:
-
Story Points:3
Description
When regular expression is used to define abortbundleclasses cf-agent emits errors:
error: Unable to parse class expression 'ITSV_BUNDLE_ABORT.*' error: Unable to parse class expression 'ITSV_BUNDLE_ABORT.*' error: Unable to parse class expression 'ITSV_BUNDLE_ABORT.*' error: Bundle 'example_abort_bundle' aborted on defined class 'ITSV_BUNDLE_ABORT_INVALID_USER'
The agent does appear to abort the bundle properly, but it seems that somewhere it's trying to treat a regex as a class expression.