commit | 1d7f52a65ba58cf1149fb21157c8114325e8df18 | [log] [tgz] |
---|---|---|
author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Thu Dec 05 19:19:46 2024 +0200 |
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Thu Dec 19 13:05:30 2024 +0000 |
tree | ca987e213a2f53d927b1a4ba198040750d453bc6 | |
parent | a0141bc26b0542668a764992ebe66868fd7d9016 [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 (cherry picked from commit b36fb764447567fb617e27b7ac19e009b7b1f643)