Github user neykov commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/61#discussion_r14808637
--- Diff: utils/common/src/test/java/brooklyn/util/os/OsTest.java ---
@@ -84,5 +88,49 @@ public void testMergePaths() throws Exception {
assertEquals(Os.mergePaths("a", "b/"), "a/b/");
assertEquals(Os.mergePaths("/a", "b"), "/a/b");
}
+
+ @Test
+ public void testNewTempFile() {
--- End diff --
I chose the counter so that the tests finish in less than a second on my
system while still failing frequently on the old implementation. Considering
that there might be slower systems than mine it is a good idea to put it in
integration.
---
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.
---