commit | b36fb764447567fb617e27b7ac19e009b7b1f643 | [log] [tgz] |
---|---|---|
author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Thu Dec 05 19:19:46 2024 +0200 |
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Fri Dec 06 10:27:43 2024 +0000 |
tree | 297bf039e59ae0e2ab9d073cabe6c31e6ec001ab | |
parent | afdd30b5a0b59cab4618c43921bc161a633359c7 [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