sapling/tests/integration/third_party
Stanislau Hlebik d787921c35 mononoke: tls for hgcli and Mononoke server
Summary:
Use tls for connection between hgcli and Mononoke server always, even for
localhost connections[1]

The setup is similar to tls setup of Eden server.

[1] This is not necessary of course, but adding an option to bypass tls
connection may result in accidental use of it in prod. However if it turns out
to be too unusable, we can add such option in the future

Reviewed By: jsgf

Differential Revision: D8644299

fbshipit-source-id: 0898e30e33b718e13a766763479f3adf9323ffe7
2018-06-29 14:37:44 -07:00
..
dummyssh.py mononoke: tls for hgcli and Mononoke server 2018-06-29 14:37:44 -07:00
hg_run_tests.py mononoke: improve integration tests infra 2018-02-16 03:08:40 -08:00
hghave mononoke: add hghave 2017-09-26 00:36:55 -07:00
hghave.py mononoke: add hghave 2017-09-26 00:36:55 -07:00
killdaemons.py Initial commit 2017-07-27 18:00:19 -07:00
README Initial commit 2017-07-27 18:00:19 -07:00

These files are from https://www.mercurial-scm.org/repo/hg/rev/6f775d10e83b.

* tests/run-tests.py -> hg_run_tests.py
* tests/killdaemons.py -> killdaemons.py
* tests/dummyssh -> dummyssh.py

TODO (t19267625): for the open source version, fetch these files dynamically
using a script instead.