Closed michaelsatish closed 11 months ago
thank you @michaelsatish will check it out. you can disable migrations using helm chart var. might be documentdb doesn't support indicies
@vsukhin Thank you. I reverted back the API version to 1.15.20 and it worked again. May be the new version broke an existing functionality?
Looking at the diff, I see changes to pkg/repository/result/mongo.go https://github.com/kubeshop/testkube/compare/v1.15.20...v1.16.8
I am not experienced in mongo pipelines, if it helps here is the AWS DocumentDB stage operators https://docs.aws.amazon.com/documentdb/latest/developerguide/mongo-apis.html#mongo-apis-aggregation-pipeline-stage
Hi @michaelsatish, the problem is that we have used hashed index that is not supported in the DocumentDB.
I don't think that it is a big problem for us to use regular index instead in the OSS version, so we will just do that 👍
Thank you for the report!
Wonderful. Thank you so much @rangoo94
Hi @michaelsatish!
The fix has been just released in v1.16.9 🎉 I hope that it helps.
Once again, thank you for reporting the problem!
Describe the bug After updating the testkube components, I am getting the below error on the tests page.
Version / Cluster
Additional Information
I am using AWS DocumentDB, and here are the logs from API Server.