浏览代码

Avoid pid value collision in test configuration.

'bar' entry already use this pid.
Grégory 14 年之前
父节点
当前提交
93b3416fbe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/supervisor/tests/base.py

+ 1 - 1
src/supervisor/tests/base.py

@@ -682,7 +682,7 @@ class DummySupervisorRPCNamespace:
         {
         'name':'baz_01',
         'group':'baz',
-        'pid':12,
+        'pid':13,
         'state':ProcessStates.STOPPED,
         'statename':'STOPPED',
         'start':_NOW - 100,