瀏覽代碼

Adding a note to `testing.md` regarding failing handlers

cmacrae 9 年之前
父節點
當前提交
656fd99806
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      docs/testing.md

+ 8 - 0
docs/testing.md

@@ -10,3 +10,11 @@ To log in, use `admin` as both the username & password.
 
 
 As support for other operating systems/distributions is written, they will be added as options for testing.
+
+## Caveats
+It is expected that the following two handlers, triggered at the end of the test run will fail: 
+- `restart sensu-server service`
+- `restart sensu-api service`
+
+Both these handlers use the `delegate_to` directive, which does not play nice with Vagrant.  
+This __is__ expected to work in real deployments.