[7.17] Fix Python systems tests with forked docker-compose package#38743
[7.17] Fix Python systems tests with forked docker-compose package#38743cmacknz merged 3 commits intoelastic:7.17from
Conversation
|
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
|
This pull request is now in conflicts. Could you fix it? 🙏 |
💔 Build Failed
Expand to view the summary
Build stats
Pipeline error
❕ Flaky test reportNo test was executed to be analysed. 🤖 GitHub commentsExpand to view the GitHub comments
To re-run your PR in the CI, just comment with:
|
|
The test failed but not with the errors this change fixes, force merging. |
maybe we forgot to backport something here (not related to the docker fix), I will take a look. |
|
#38664 is one of them |
That I'm pretty sure I haven't seen before. |
…ocker-compose package (#38746) * [7.17] Fix Python systems tests with forked docker-compose package (#38743) * Manual port of docker CI fix from #38199 * Fix order in requirements.txt. (cherry picked from commit 33b776a) # Conflicts: # libbeat/tests/system/requirements.txt # libbeat/tests/system/requirements_aix.txt # metricbeat/Dockerfile * Resolve conflicts * Restore uintentionally removed packages * Remove duplicate package. * Add dropped docker copy --------- Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
This is a manual backport of the fix for the Python systems tests contained in #38199, which uses a fork of the docker-compose Python package as a work around.