Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Udit Gaurav <[email protected]>
  • Loading branch information
uditgaurav committed Apr 26, 2024
1 parent d2c10b3 commit 3c6b3d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func killStressMemorySerial(containerName, podName, namespace, memFreeCmd string
return cerrors.Error{ErrorCode: cerrors.ErrorTypeChaosRevert, Target: fmt.Sprintf("{podName: %s, namespace: %s}", podName, namespace), Reason: fmt.Sprintf("failed to revert chaos: %s", out)}
}
common.SetTargets(podName, "reverted", "pod", chaosDetails)
return err
return nil
}

// killStressMemoryParallel function to kill all the stress process running inside target container
Expand Down

0 comments on commit 3c6b3d7

Please sign in to comment.