kirill-stepanishin opened a new pull request, #3239: URL: https://github.com/apache/tinkerpop/pull/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 - Replaced port placeholder logic with getEnvOrDefaultString() helper function (mimic existing integration tests) - Build fails if any example fails to execute -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
