Skip to content

Commit 3305012

Browse files
tanmayrauthclaude
andcommitted
fix(test): pre-create hadoop-warehouse dir before Docker compose
The integration-setup target now creates the hadoop-warehouse directory before docker compose up, ensuring it is owned by the CI runner rather than root. This allows Go tests to create namespace subdirectories inside it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ceb784a commit 3305012

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ lint-install:
3232
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION)
3333

3434
integration-setup:
35+
mkdir -p internal/recipe/hadoop-warehouse
3536
docker compose -f internal/recipe/docker-compose.yml up -d
3637
sleep 10
3738
docker compose -f internal/recipe/docker-compose.yml exec -T spark-iceberg ipython ./provision.py

0 commit comments

Comments
 (0)