-
Notifications
You must be signed in to change notification settings - Fork 838
Integrate Python driver examples into automated build process #3231
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
base: 3.7-dev
Are you sure you want to change the base?
Integrate Python driver examples into automated build process #3231
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.7-dev #3231 +/- ##
=============================================
+ Coverage 76.14% 76.24% +0.09%
- Complexity 13152 13305 +153
=============================================
Files 1084 1092 +8
Lines 65160 67657 +2497
Branches 7285 7378 +93
=============================================
+ Hits 49616 51582 +1966
- Misses 12839 13330 +491
- Partials 2705 2745 +40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6729d40
to
e7f3287
Compare
- Add examples execution to gremlin-python-integration-tests container - Make server URLs configurable via environment variables - Add cleanup for mutating examples - Graph binding detection (gmodern in CI, g locally) - Handle SSL certificates and Kerberos failures - Build fails if any example fails to execute
- Add explanatory comments for Docker port configurations - Use specialized labels (person-py-ex, py-conn-ex) to isolate test data - Replace global cleanup with targeted cleanup using has_label() - Add conditional SSL certificate verification for non-localhost connections - Fix Kerberos hostname to match conftest.py approach
…ern_traversals.py
048955a
to
523ac1b
Compare
VOTE +1 thanks! |
VOTE +1 |
1 similar comment
VOTE +1 |
Hoping to merge this today, I also forgot to ask for a changelog entry |
Added a generic changelog entry for all GLV examples in 7c3bc33 |
Unfortunately I need to ask you to make a separate PR to target these same changes but against |
Summary
Integrates Python 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