-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
Steps to reproduce:
- create a transient variable with the value foo
- try to change the variable value to bar
Observed Behavior:
The following exception is throwns
ENGINE-17006 Cannot set transient variable with name test. Persisted variable already exists
Expected Behavior:
The value of a transient variable can be changed without any exception.
Hint:
- A transient variable should remain as a transient variable.