apoorva.sn got a fish trophy!
Bug Fixes for Snapshot Impor/Export
Review Request #1221 — Created Dec. 10, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| apoorva.sn | |
| AMP | |
| AE-2275, AE-2276, AE-2277 | |
| Reviewers | |
| mmiriam, ngurunathan, pmurugaiyan, pradeep, shuinvy | |
Problem
- Import Initiation API Returns Success Even When Import Operation Fails
- Import Status API Returns Undocumented Status “Error” Instead of Expected “Failed”
- UI Shows Incorrect Error Message & Displays Raw Backend Output During Snapshot Import Failure
Solution
- There was some issue in showing the status. It is corrected
- corrected status to Failed
- Not sending raw output as part of the message
Now along with success and failure sending the date time. so that user can know if the import/export status is of current or previously executed one.
{
status: "Successful",
completed_at: "2025-12-09 14:13:35"
}{
"status": "Failed",
"failed_at": "2025-12-10 14:20:30"
}
Tested locally
