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
Integrate Go driver examples into automated build process (#3239)
Summary
Integrates Go Gremlin examples into CI to ensure they remain functional in future releases. Examples now execute automatically after integration tests and fail the build if broken.
Changes Made
- Added example execution to gremlin-go-integration-tests container in docker-compose.yml
- Made server URLs configurable via environment variables (replaces hardcoded localhost:8182)
- Use specialized labels to isolate test data- Build fails if any example fails to execute
0 commit comments