[Lldb-commits] [PATCH] D90313: [lldb] Use reverse connection method for lldb-server tests

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 28 08:59:34 PDT 2020


JDevlieghere added a comment.

On GreenDragon we've also noticed the increased flakiness and it sounds like it could very well be the same issue? It seems like this would only solve it for lldb-server, while we run these tests with debugserver. The latter doesn't support `--reverse-connect`, so I'm wondering if there's something else we can do to solve the flakiness for both? Should we just return to using `127.0.0.1`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90313/new/

https://reviews.llvm.org/D90313



More information about the lldb-commits mailing list