Skip to content

Commit 385b6b5

Browse files
committed
[DEBUG] more logs from vertica
1 parent ba8a7d0 commit 385b6b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/integration/vertica.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ export DEBUG=testcontainers*
77
export TEST_VERTICA_VERSION=12.0.4-0
88

99
echo "::group::Vertica ${TEST_VERTICA_VERSION}"
10+
docker info
1011
echo "Before pull" && df -h
1112
docker pull vertica/vertica-ce:${TEST_VERTICA_VERSION}
1213
echo "After pull" && df -h
1314
bash -c 'sleep 5 && echo "5 sec after pull" && df -h' &
15+
bash -c 'sleep 30 && echo "30 sec after pull" && df -h' &
16+
bash -c 'sleep 45 && echo "45 sec after pull" && df -h' &
1417
yarn lerna run --concurrency 1 --stream --no-prefix integration:vertica
1518
echo "After tests" && df -h
1619
echo "::endgroup::"

0 commit comments

Comments
 (0)