Closed IanHoang closed 1 month ago
We can easily fix this by adding keys to each ID. Example:
"user-tags": [
"tid_1": "57632daf-5031-45c0-abe4-3d4ac8378c1b",
"tid_2": "32b6c048-7f74-411f-b6c9-2f6abd271a71",
"tid_3": "9d4cc35c-501f-49a1-80ea-f195bcee26d9"
],
Synced offline with @OVI3D0. Issue was on my end as I had outdated aggregate
feature.
Describe the bug
When I run
list test_executions
, an error occurs:OSB assumes user-tags in each test execution as a key-value pair source
This error is occurring because when OSB tries to fetch the user tags for aggregated test executions, it is unable to get the user tags because it's a list.
To reproduce
opensearch-benchmark list test_executions
Expected behavior
No response
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
No response
Additional context
No response
Relevant log output
No response