Integration tests. Data partitions are hardcoded
Hello.
We were adding Google implementation for the service and faced an issue with the integration tests that the data-partition-id values are hardcoded to opendes
(e.g., here, or here).
This causes two problems:
- We do not have a data partition with the name
opendes
and we are constantly getting the error - Since we support Multipartition, we want to pass this data-partition-id dynamically
For now, we are going to mark our, GC, tests as allowed to fail in the CICD
Edited by Yan Sushchynski (EPAM)