On Wed Oct 29 12:12:49 2025 +0000, zhengyong chen wrote:
It is not about checking the order of the subkeys, but rather verifying whether the subkey names are correct after renaming, because according to MR !!9247, modifying a key value may also alter subsequent key values.
Before !!9247, if we have subkeys **`[a, c, d, renamed_key]`** where:
* **`a`** is at **`cur_index = 0`** * If renaming a to b, after find_subkey, **`index = 1`** * After rename_key, will get [b, b, d, **`renamed_key`**]
This test can verify this prolem