diff tests/test-inotify-issue1208.t @ 12650:fed4bb2c8def

inotify: raise correct error if server is already started in a deep repository When path is too long to be an Unix socket address, we create a socket in a temporary directory and link from the long path to the shorter one. But checks in server code at startup were insufficient in this case, and used to raise an unclear "tried linking .hg/inotify.sock to a temporary socket but .hg/inotify.sock already exists"
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sat, 09 Oct 2010 15:41:53 +0200
parents b98d931482e6
children f2719b387380
line wrap: on
line diff
--- a/tests/test-inotify-issue1208.t	Fri Oct 08 21:43:21 2010 +0200
+++ b/tests/test-inotify-issue1208.t	Sat Oct 09 15:41:53 2010 +0200
@@ -26,4 +26,11 @@
 
   $ hg status
   ? hg.pid
+
+if we try to start twice the server, make sure we get a correct error
+
+  $ hg inserve -d --pid-file=hg2.pid
+  abort: inotify-server: cannot start: socket is already bound
+  abort: child process failed to start
+  [255]
   $ kill `cat hg.pid`