[
https://issues.apache.org/jira/browse/GEODE-10218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534626#comment-17534626
]
ASF GitHub Bot commented on GEODE-10218:
----------------------------------------
lgtm-com[bot] commented on PR #954:
URL: https://github.com/apache/geode-native/pull/954#issuecomment-1123054711
This pull request **introduces 1 alert** when merging
4329b35950257a683e7654abce5ef4f91cb3c609 into
4d0578a829ee4d967ec4358133e4a8c3563f1310 - [view on
LGTM.com](https://lgtm.com/projects/g/apache/geode-native/rev/pr-2cc182192ac72cdaa2e11c915a8d06927a438ed1)
**new alerts:**
* 1 for Useless assignment to local variable
> Launch Cluster with Attachability Flag
> --------------------------------------
>
> Key: GEODE-10218
> URL: https://issues.apache.org/jira/browse/GEODE-10218
> Project: Geode
> Issue Type: Test
> Components: native client
> Reporter: Michael Martell
> Assignee: Michael Martell
> Priority: Minor
> Labels: pull-request-available
>
> To assist with protocol analysis it is very helpful to be able to step
> through the server code in the Intellij debugger while running native client
> test code. However, to be allowed to set breakpoints in the server code, the
> server must be started with the special flag below:
>
> --J=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=127.0.0.1:FREEPORT
> This ticket is to add support for the above flag in the native client test
> frameworks.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)