Clone
Behrouz NematiPour
committed
on 16 Feb 24
DEN-16679: UI: the log rotation test script issue on treatment logs
- The issue were in the pending folder exists in the treatment folder w… Show more
DEN-16679: UI: the log rotation test script issue on treatment logs

- The issue were in the pending folder exists in the treatment folder which then cause the du command to return two values which then cause calculation issue with a return value of "1 14871" which suppose to be only on value 14871.

- the fix is to get the last output from du command which is always going to be the parent folder and that is the one we want.

Show less

DEN-16686-UI-MS-S117-Integration + 5 more