scylladb / scylla-java-driver-matrix

2 stars 7 forks source link

run_test.sh: Mount /tmp into the unit test container #31

Closed k0machi closed 1 year ago

k0machi commented 1 year ago

This change fixes an issue where tests would try to share configuration with child containers via /tmp, but since those directories are not mounted and a parent docker socket is used the containers created this way would receive incorrect mounts. This fixes issues with SniProxy tests.

Fixes #28