提交 383b90ea 编写于 作者: J Jesse Glick

waitUntilNoActivityUpTo should list OneOffExecutable.executor if that is the problem.

上级 c4c55d1c
......@@ -1483,6 +1483,10 @@ public class JenkinsRule implements TestRule, MethodRule, RootAction {
if (e.isBusy())
building.add(e.getCurrentExecutable());
}
for (Executor e : c.getOneOffExecutors()) {
if (e.isBusy())
building.add(e.getCurrentExecutable());
}
}
dumpThreads();
throw new AssertionError(String.format("Jenkins is still doing something after %dms: queue=%s building=%s",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册