You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add rest catalog integration test (apache#361)
Add integration testing infrastructure for the REST Catalog:
- Docker Compose setup (`docker-compose.yml`) for running a real REST catalog server
- Test utilities for process management (`cmd_util.cc/h`) - run cli commands
- Docker Compose control utilities (`docker_compose_util.cc/h`) managing containerized services
- Modified GitHub CI to support integration tests.
- These test cases (cmd / docker compose related) only work on Linux, so added conditional compilation flags for Linux-specific test utilities.
0 commit comments