Github user ghelmling commented on a diff in the pull request:
https://github.com/apache/incubator-twill/pull/33#discussion_r30765807
--- Diff: twill-yarn/src/test/java/org/apache/twill/yarn/BaseYarnTest.java
---
@@ -57,4 +78,35 @@ public final void cleanupTest() {
}
}
}
+
+ /**
+ * Poll the given {@link Iterable} until its size is greater than or
equal to the given count,
--- End diff --
Shouldn't this use "size < count" below is that is the desired behavior?
At the moment it would only exit on an exact == right?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---