Replace Virtualbox based test fixtures with docker-compose #34095
Labels
:Delivery/Build
Build or test infrastructure
Team:Delivery
Meta label for Delivery team
>test
Issues or PRs that are addressing/adding tests
v7.2.0
v8.0.0-alpha1
Fixtures: We have some fixtures (Kerberos, HDFS, SMB, idp) that use Vagrant with the Virtualbox provider. There isn't a string reason to use neither vagrant nor Virtualbox for these fixtures and we want to reduce reliance on VirtualBox in the build.
We would use docker images instead with docker-compose and the gradle-docker-compose-plugin.
This should work reliably across all OSes. We would skip these tests if
docker-compose
is not available.Will require CI images to have docker-compose installed.
The text was updated successfully, but these errors were encountered: