Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make test failed when using vertica 11.1.1 on centos(alma?) container, although make build the docker image successfully #54

Open
appleboy1977 opened this issue Nov 29, 2023 · 0 comments

Comments

@appleboy1977
Copy link

Logs to trace:

=> exporting to image 34.1s
=> => exporting layers 34.1s
=> => writing image sha256:bed05f1ab6e2e97d2f417bbe3453b4e7d9acdd5ea54cbcf6195a5120fd4e4491 0.0s
=> => naming to docker.io/vertica/verticasdk:alma-v11.1.1 0.0s
sed "s/++DEFAULT_VERTICA_VERSION++/11.1.1/" vsdk-exec.template > vsdk-exec
chmod +x vsdk-exec
sed "s/++DEFAULT_VERTICA_VERSION++/11.1.1/" vsdk-vertica.template > vsdk-vertica
chmod +x vsdk-vertica

[admin@localhost UDx-container]$ make test TARGET=rpm
Makefile:89: "PACKAGE is [vertica-11.1.1-23.x86_64.RHEL6.rpm]"
rm -rf tmp-test
mkdir tmp-test

test vsdk-cp to copy examples from container to local dir

./vsdk-cp -r /opt/vertica/sdk/examples tmp-test
ERROR: Set VSDK_IMAGE to vertica/verticasdk:-v<VERTICA_VERSION>
make: *** [Makefile:151:test] 错误 1

[admin@localhost UDx-container]$ make test OSTAG=centos TARGET=rpm
Makefile:89: "PACKAGE is [vertica-11.1.1-23.x86_64.RHEL6.rpm]"
rm -rf tmp-test
mkdir tmp-test

test vsdk-cp to copy examples from container to local dir

./vsdk-cp -r /opt/vertica/sdk/examples tmp-test
ERROR: Set VSDK_IMAGE to vertica/verticasdk:-v<VERTICA_VERSION>
make: *** [Makefile:151:test] 错误 1

[admin@localhost UDx-container]$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant