Skip to content
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

[TINKERPOP-2489] Server doesn't start if folder has spaces #3020

Open
wants to merge 3 commits into
base: 3.7-dev
Choose a base branch
from

Conversation

flora-jin
Copy link
Contributor

TINKERPOP: https://issues.apache.org/jira/browse/TINKERPOP-2489

Bug: If working directory contained spaces running gremlin-server.sh resulted in file not found exception

Fix: added quotations to appropriate areas and fixed code that replaced spaces with colons to not change any spaces directory names.

@codecov-commenter
Copy link

codecov-commenter commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.35%. Comparing base (9b46b67) to head (ef9b426).
Report is 312 commits behind head on 3.7-dev.

Additional details and impacted files
@@              Coverage Diff              @@
##             3.7-dev    #3020      +/-   ##
=============================================
+ Coverage      76.14%   76.35%   +0.20%     
- Complexity     13152    13226      +74     
=============================================
  Files           1084     1061      -23     
  Lines          65160    61567    -3593     
  Branches        7285     7342      +57     
=============================================
- Hits           49616    47008    -2608     
+ Misses         12839    12036     -803     
+ Partials        2705     2523     -182     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andreachild
Copy link
Contributor

VOTE +1

@Cole-Greer
Copy link
Contributor

VOTE +1

1 similar comment
@xiazcy
Copy link
Contributor

xiazcy commented Feb 13, 2025

VOTE +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants