You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class Accumulator.scala - method setAdditionalInfo
Actual: method calls controlMeasure.setAdditionalInfo(kv, replaceIfExists) and do not save returned instance of controlMeasure
Expected: method saves returned instance of controlMeasure
Missing UT to catch this Bug.
Observed in Enceladus UT: StandardizationExecutionSuite->"StandardizationExecution" should "write dataset properties into info file"
The text was updated successfully, but these errors were encountered:
Class
Accumulator.scala
- methodsetAdditionalInfo
Actual: method calls
controlMeasure.setAdditionalInfo(kv, replaceIfExists)
and do not save returned instance ofcontrolMeasure
Expected: method saves returned instance of
controlMeasure
Missing UT to catch this Bug.
Observed in Enceladus UT:
StandardizationExecutionSuite
->"StandardizationExecution" should "write dataset properties into info file"
The text was updated successfully, but these errors were encountered: