dify/api/providers/vdb/vdb-clickzetta/tests
Yunlu Wen ae898652b2
refactor: move vdb implementations to workspaces (#34900)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: wangxiaolei <fatelei@gmail.com>
2026-04-13 08:56:43 +00:00
..
integration_tests refactor: move vdb implementations to workspaces (#34900) 2026-04-13 08:56:43 +00:00
unit_tests refactor: move vdb implementations to workspaces (#34900) 2026-04-13 08:56:43 +00:00
README.md refactor: move vdb implementations to workspaces (#34900) 2026-04-13 08:56:43 +00:00

Clickzetta Integration Tests

Running Tests

To run the Clickzetta integration tests, you need to set the following environment variables:

export CLICKZETTA_USERNAME=your_username
export CLICKZETTA_PASSWORD=your_password
export CLICKZETTA_INSTANCE=your_instance
export CLICKZETTA_SERVICE=api.clickzetta.com
export CLICKZETTA_WORKSPACE=your_workspace
export CLICKZETTA_VCLUSTER=your_vcluster
export CLICKZETTA_SCHEMA=dify

Then run the tests:

pytest api/tests/integration_tests/vdb/clickzetta/

Security Note

Never commit credentials to the repository. Always use environment variables or secure credential management systems.