opensearch-project / opensearch-benchmark

OpenSearch Benchmark - a community driven, open source project to run performance tests for OpenSearch
https://opensearch.org/docs/latest/benchmark/
Apache License 2.0
111 stars 78 forks source link

Add docker-compose-tests.yml back in to fix integ tests #605

Closed IanHoang closed 3 months ago

IanHoang commented 3 months ago

Description

Integration tests are currently searching for docker-compose-tests.yml which was removed yesterday. Adding it back in. Example

ERROR it/sources_test.py::test_sources[in-memory-it] - FileNotFoundError: [Errno 2] No such file or directory: 'docker-compose'

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.