- 
                Notifications
    
You must be signed in to change notification settings  - Fork 841
 
Integrate Go driver examples into automated build process #3239
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 Go driver examples into automated build process #3239
Conversation
1eecee3    to
    80f7885      
    Compare
  
    
          Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@              Coverage Diff              @@
##             3.7-dev    #3239      +/-   ##
=============================================
+ Coverage      76.14%   76.25%   +0.10%     
- Complexity     13152    13312     +160     
=============================================
  Files           1084     1092       +8     
  Lines          65160    67657    +2497     
  Branches        7285     7378      +93     
=============================================
+ Hits           49616    51590    +1974     
- Misses         12839    13324     +485     
- Partials        2705     2743      +38     ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
  | 
    
1ea370d    to
    4c1402a      
    Compare
  
    83246cf    to
    c5ee004      
    Compare
  
    - Add examples execution to gremlin-go-integration-tests container - Make server URLs configurable via environment variables - Use specialized labels (person-go-ex, go-conn-ex) to isolate test data - Build fails if any example fails to execute - Replace port placeholder logic with getEnvOrDefaultString() helper - Use configurable vertex labels in examples
c5ee004    to
    6df0a43      
    Compare
  
    | 
           Please add a changelog entry thanks!  | 
    
| 
           VOTE +1 pending changelog entry  | 
    
          
 Added a generic changelog entry for all GLV examples in #3231  | 
    
| 
           VOTE +1  | 
    
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