commit | 927b407fa248d62afa97b3cc0c99debe4cef0003 | [log] [tgz] |
---|---|---|
author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Thu Dec 05 19:19:46 2024 +0200 |
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Thu Dec 05 19:19:46 2024 +0200 |
tree | ad0133a093b965dde7d9b16839f1f7e80d5be88e | |
parent | 90be697ca20569f8f133b13a9287dec2918c5109 [diff] |
Fix order dependency in gnocchi search gabbit order of elements in search result is not guaranteed, and gnocchi API has no server-side sorting we could use to ensure ordering ourselves. Stop relying and testing for spesific order of elements in the response, just test for sub-string presence. Change-Id: I4eef2ec82b711ca5e57a2f9c0e608b8444a4227e Closes-Issue: PRODX-48117