[ https://issues.apache.org/jira/browse/TINKERPOP-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17924324#comment-17924324 ]
ASF GitHub Bot commented on TINKERPOP-2489: ------------------------------------------- codecov-commenter commented on PR #3020: URL: https://github.com/apache/tinkerpop/pull/3020#issuecomment-2638368101 ## [Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/3020?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report All modified and coverable lines are covered by tests :white_check_mark: > Project coverage is 76.36%. Comparing base [(`9b46b67`)](https://app.codecov.io/gh/apache/tinkerpop/commit/9b46b6777d2fa250e41daacf2fa4554605aff53a?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) to head [(`d923edb`)](https://app.codecov.io/gh/apache/tinkerpop/commit/d923edb485a1c622c7ea14f132fdf00241f0e1b0?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). > Report is 307 commits behind head on 3.7-dev. <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## 3.7-dev #3020 +/- ## ============================================= + Coverage 76.14% 76.36% +0.22% - Complexity 13152 13236 +84 ============================================= Files 1084 1061 -23 Lines 65160 61579 -3581 Branches 7285 7342 +57 ============================================= - Hits 49616 47026 -2590 + Misses 12839 12033 -806 + Partials 2705 2520 -185 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/3020?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). > Server doesn't start if folder has spaces > ----------------------------------------- > > Key: TINKERPOP-2489 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2489 > Project: TinkerPop > Issue Type: Bug > Components: server > Affects Versions: 3.4.8 > Reporter: Divij Vaidya > Priority: Major > > Repro steps: > 1. Download the server zip. > 2. Unzip the binary. > 3. Rename the unzipped folder and add a space, e.g. > {code:java} > apache-tinkerpop-gremlin-server-3.4.9 my{code} > 4. Start the server > {code:java} > ./bin/gremlin-server.sh start{code} > 5. The server will fail to start (check status) with the error "Error: Could > not find or load main class my.conf.log4j-server.properties" > -- This message was sent by Atlassian Jira (v8.20.10#820010)