-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What's wrong?
When compile for PG17, Docker Hydra's pipeline is broken for tests.
I try to launch tests using Docker, modified for this docker-build.sh. Added --target checker to launch checker stage.
docker build --progress=plain --target checker -t $REPO:$TAG .
And got an error:
# initializing database system by copying initdb template
# copying of initdb template failed
# Examine "/columnar/src/test/regress/log/initdb.log" for the reason.
# Command was: cp -RPp "/tmp_install/initdb-template" "/columnar/src/test/regress/tmp_check/data" > "/columnar/src/test/regress/log/initdb.log" 2>&1
Bail out!make[1]: *** [Makefile:27: check-regression-columnar] Error 2
make[1]: Leaving directory '/columnar/src/test/regress'
make: *** [Makefile:49: check-all] Error 2
initdb.log contains
cp: cannot stat '/tmp_install/initdb-template': No such file or directory
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working