[ 
https://issues.apache.org/jira/browse/TINKERPOP-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17785710#comment-17785710
 ] 

ASF GitHub Bot commented on TINKERPOP-3013:
-------------------------------------------

codecov-commenter commented on PR #2341:
URL: https://github.com/apache/tinkerpop/pull/2341#issuecomment-1809405510

   ## 
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2341?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:
   > Comparison is base 
[(`33fb1cb`)](https://app.codecov.io/gh/apache/tinkerpop/commit/33fb1cb1e3fbac0fe2f584bc8b4ed9b936050149?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 76.00% compared to head 
[(`1c725ae`)](https://app.codecov.io/gh/apache/tinkerpop/pull/2341?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 71.05%.
   > Report is 10 commits behind head on 3.7-dev.
   
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@              Coverage Diff              @@
   ##             3.7-dev    #2341      +/-   ##
   =============================================
   - Coverage      76.00%   71.05%   -4.95%     
   =============================================
     Files           1071       25    -1046     
     Lines          64704     3942   -60762     
     Branches        7206        0    -7206     
   =============================================
   - Hits           49177     2801   -46376     
   + Misses         12871      950   -11921     
   + Partials        2656      191    -2465     
   ```
   
   
   
   </details>
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/2341?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).
   




> Console not sending scripts to the server when :remote console is enabled
> -------------------------------------------------------------------------
>
>                 Key: TINKERPOP-3013
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-3013
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 3.7.0
>            Reporter: Stephen Mallette
>            Priority: Blocker
>
> Not sure what's happening but commands seem to be only executing locally:
> {code}
> gremlin> :remote connect tinkerpop.server conf/remote.yaml
> ==>Configured localhost/127.0.0.1:8182
> gremlin> :remote console
> ==>All scripts will now be sent to Gremlin Server - 
> [localhost/127.0.0.1:8182] - type ':remote console' to return to local mode
> gremlin> g.V().count()
> No such property: g for class: groovysh_evaluate
> Type ':help' or ':h' for help.
> Display stack trace? [yN]n
> gremlin> :> g
> ==>graphtraversalsource[tinkergraph[vertices:10000 edges:116974], standard]
> gremlin> :> g.V().count()
> ==>10000
> {code}
> Only tested on 3.7.0 - could be bad on earlier versions. not sure....



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to