From 9f46866c751e2eb1a7664aecef3ed3cae7ed8144 Mon Sep 17 00:00:00 2001 From: Arun Kulshreshtha Date: Wed, 30 Jan 2019 18:19:35 -0800 Subject: [PATCH] remotefilelog: rename debugmononokeapi to debughttphealthcheck Summary: Rename this debug command to make it obvious what it does (i.e., perform a health check) and make it print more useful output (i.e., the name of the server for which it performs the health check). Reviewed By: DurhamG Differential Revision: D13890867 fbshipit-source-id: 8fc96bcc06d04611a308ecc0b870049936f1cb29 --- tests/integration/test-apiserver-remotefilelog.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/test-apiserver-remotefilelog.t b/tests/integration/test-apiserver-remotefilelog.t index 165fde0d89..71908f7bdc 100644 --- a/tests/integration/test-apiserver-remotefilelog.t +++ b/tests/integration/test-apiserver-remotefilelog.t @@ -32,5 +32,5 @@ Enable Mononoke API for Mercurial client > host = $APISERVER > EOF - $ hg debugmononokeapi - success + $ hg debughttphealthcheck + successfully connected to: http://localhost:* (glob)