Fix conversion error shallowed and normalize conversion status (#115086)

* Fix the conversion shallowed error and normalize the conversion status

* Add unit tests to ensure all permutations data loss detection

* Fix counting issue
This commit is contained in:
Ivan Ortega Alba
2025-12-11 09:01:31 +01:00
committed by GitHub
parent 33c5cbf4de
commit 8aab6302c5
417 changed files with 5200 additions and 975 deletions
@@ -417,5 +417,10 @@
}
]
},
"status": {}
"status": {
"conversion": {
"failed": false,
"storedVersion": "v1beta1"
}
}
}