Skip to content

Instantly share code, notes, and snippets.

@fix
Created December 29, 2011 11:03
Show Gist options
  • Save fix/1533541 to your computer and use it in GitHub Desktop.
Save fix/1533541 to your computer and use it in GitHub Desktop.
testng result for purplefox/vert.x issue #37
<testng-results skipped="0" failed="6" total="152" passed="146">
<reporter-output>
</reporter-output>
<suite name="Ant suite" duration-ms="15268" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:42Z">
<groups>
</groups>
<test name="Ant test" duration-ms="15268" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:42Z">
<class name="org.vertx.tests.core.http.RouteMatcherTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testRouteWithPattern()" name="testRouteWithPattern" duration-ms="91" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testRouteWithRegEx()" name="testRouteWithRegEx" duration-ms="9" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
</class>
<class name="org.vertx.tests.core.http.HttpTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="test100ContinueDefault()" name="test100ContinueDefault" duration-ms="14" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="test100ContinueHandled()" name="test100ContinueHandled" duration-ms="5" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testDELETE()" name="testDELETE" duration-ms="101" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testGET()" name="testGET" duration-ms="65" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testGetNow()" name="testGetNow" duration-ms="4" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testHEAD()" name="testHEAD" duration-ms="51" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testOPTIONS()" name="testOPTIONS" duration-ms="47" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:36Z">
</test-method>
<test-method status="PASS" signature="testPOST()" name="testPOST" duration-ms="50" started-at="2011-12-29T11:57:36Z" finished-at="2011-12-29T11:57:36Z">
</test-method>
<test-method status="PASS" signature="testPUT()" name="testPUT" duration-ms="42" started-at="2011-12-29T11:57:36Z" finished-at="2011-12-29T11:57:36Z">
</test-method>
<test-method status="PASS" signature="testPauseResume()" name="testPauseResume" duration-ms="383" started-at="2011-12-29T11:57:36Z" finished-at="2011-12-29T11:57:36Z">
</test-method>
<test-method status="PASS" signature="testPipelining()" name="testPipelining" duration-ms="2022" started-at="2011-12-29T11:57:36Z" finished-at="2011-12-29T11:57:38Z">
</test-method>
<test-method status="PASS" signature="testPooling()" name="testPooling" duration-ms="909" started-at="2011-12-29T11:57:38Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testSendFile()" name="testSendFile" duration-ms="21" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testSimple()" name="testSimple" duration-ms="4" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testTRACE()" name="testTRACE" duration-ms="56" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testWriteAndEndBuffer()" name="testWriteAndEndBuffer" duration-ms="4" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testWriteAndEndString()" name="testWriteAndEndString" duration-ms="1" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
</class>
<class name="org.vertx.tests.core.TimerTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:27Z">
</test-method>
<test-method status="PASS" signature="testNoContext()" name="testNoContext" duration-ms="100" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:27Z">
</test-method>
<test-method status="PASS" signature="testOneOff()" name="testOneOff" duration-ms="4" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:27Z">
</test-method>
<test-method status="PASS" signature="testPeriodic()" name="testPeriodic" duration-ms="1389" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:28Z">
</test-method>
<test-method status="PASS" signature="testTimings()" name="testTimings" duration-ms="510" started-at="2011-12-29T11:57:28Z" finished-at="2011-12-29T11:57:29Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:29Z" finished-at="2011-12-29T11:57:29Z">
</test-method>
</class>
<class name="org.vertx.tests.core.GlobalHandlersTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:27Z">
</test-method>
<test-method status="PASS" signature="testActorNoContext()" name="testActorNoContext" duration-ms="1" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:27Z">
</test-method>
<test-method status="PASS" signature="testGlobalHandlers()" name="testGlobalHandlers" duration-ms="8" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:27Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="3" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:27Z">
</test-method>
</class>
<class name="org.vertx.tests.core.file.FileSystemTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="FAIL" signature="testChmod()" name="testChmod" duration-ms="5" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
<exception class="java.lang.AssertionError">
<message>
<![CDATA[null]]>
</message>
<full-stacktrace>
<![CDATA[java.lang.AssertionError: null
at org.vertx.tests.core.TestBase.azzert(TestBase.java:81)
at org.vertx.tests.core.TestBase.azzert(TestBase.java:75)
at org.vertx.tests.core.file.FileSystemTest.testChmod(FileSystemTest.java:436)
at org.vertx.tests.core.file.FileSystemTest.testChmodNonRecursive(FileSystemTest.java:395)
at org.vertx.tests.core.file.FileSystemTest.testChmod(FileSystemTest.java:373)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:673)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:842)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1166)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.runWorkers(TestRunner.java:1178)
at org.testng.TestRunner.privateRun(TestRunner.java:757)
at org.testng.TestRunner.run(TestRunner.java:608)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
at org.testng.SuiteRunner.run(SuiteRunner.java:240)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
at org.testng.TestNG.run(TestNG.java:999)
at org.testng.TestNG.privateMain(TestNG.java:1301)
at org.testng.TestNG.main(TestNG.java:1265)
]]>
</full-stacktrace>
</exception>
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="FAIL" signature="testCopyEmptyDir()" name="testCopyEmptyDir" duration-ms="8" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
<exception class="java.lang.AssertionError">
<message>
<![CDATA[null]]>
</message>
<full-stacktrace>
<![CDATA[java.lang.AssertionError: null
at org.vertx.tests.core.TestBase.azzert(TestBase.java:81)
at org.vertx.tests.core.TestBase.azzert(TestBase.java:75)
at org.vertx.tests.core.file.FileSystemTest.testChmod(FileSystemTest.java:436)
at org.vertx.tests.core.file.FileSystemTest.testChmodNonRecursive(FileSystemTest.java:395)
at org.vertx.tests.core.file.FileSystemTest.testChmod(FileSystemTest.java:373)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:673)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:842)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1166)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.runWorkers(TestRunner.java:1178)
at org.testng.TestRunner.privateRun(TestRunner.java:757)
at org.testng.TestRunner.run(TestRunner.java:608)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
at org.testng.SuiteRunner.run(SuiteRunner.java:240)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
at org.testng.TestNG.run(TestNG.java:999)
at org.testng.TestNG.privateMain(TestNG.java:1301)
at org.testng.TestNG.main(TestNG.java:1265)
]]>
</full-stacktrace>
</exception>
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testCopyIntoDir()" name="testCopyIntoDir" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testCopyNonEmptyDir()" name="testCopyNonEmptyDir" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testCreateFileNoPerms()" name="testCreateFileNoPerms" duration-ms="2" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testCreateFileWithPerms()" name="testCreateFileWithPerms" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testDeleteEmptyDir()" name="testDeleteEmptyDir" duration-ms="2" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testDeleteNonEmptyFails()" name="testDeleteNonEmptyFails" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testDeleteNonExistent()" name="testDeleteNonExistent" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testDeleteRecursive()" name="testDeleteRecursive" duration-ms="15" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testExists()" name="testExists" duration-ms="12" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testFailCopyDirAlreadyExists()" name="testFailCopyDirAlreadyExists" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testLink()" name="testLink" duration-ms="2" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="FAIL" signature="testMkdirCreateParents()" name="testMkdirCreateParents" duration-ms="2" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
<exception class="java.lang.AssertionError">
<message>
<![CDATA[null]]>
</message>
<full-stacktrace>
<![CDATA[java.lang.AssertionError: null
at org.vertx.tests.core.TestBase.azzert(TestBase.java:81)
at org.vertx.tests.core.TestBase.azzert(TestBase.java:75)
at org.vertx.tests.core.file.FileSystemTest.testMkdirCreateParents(FileSystemTest.java:799)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:673)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:842)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1166)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.runWorkers(TestRunner.java:1178)
at org.testng.TestRunner.privateRun(TestRunner.java:757)
at org.testng.TestRunner.run(TestRunner.java:608)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
at org.testng.SuiteRunner.run(SuiteRunner.java:240)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
at org.testng.TestNG.run(TestNG.java:999)
at org.testng.TestNG.privateMain(TestNG.java:1301)
at org.testng.TestNG.main(TestNG.java:1265)
]]>
</full-stacktrace>
</exception>
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="FAIL" signature="testMkdirCreateParentsWithPerms()" name="testMkdirCreateParentsWithPerms" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
<exception class="java.lang.AssertionError">
<message>
<![CDATA[null]]>
</message>
<full-stacktrace>
<![CDATA[java.lang.AssertionError: null
at org.vertx.tests.core.TestBase.azzert(TestBase.java:81)
at org.vertx.tests.core.TestBase.azzert(TestBase.java:75)
at org.vertx.tests.core.file.FileSystemTest.testMkdirCreateParents(FileSystemTest.java:799)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:673)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:842)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1166)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.runWorkers(TestRunner.java:1178)
at org.testng.TestRunner.privateRun(TestRunner.java:757)
at org.testng.TestRunner.run(TestRunner.java:608)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
at org.testng.SuiteRunner.run(SuiteRunner.java:240)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
at org.testng.TestNG.run(TestNG.java:999)
at org.testng.TestNG.privateMain(TestNG.java:1301)
at org.testng.TestNG.main(TestNG.java:1265)
]]>
</full-stacktrace>
</exception>
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="FAIL" signature="testMkdirSimple()" name="testMkdirSimple" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
<exception class="java.lang.AssertionError">
<message>
<![CDATA[null]]>
</message>
<full-stacktrace>
<![CDATA[java.lang.AssertionError: null
at org.vertx.tests.core.TestBase.azzert(TestBase.java:81)
at org.vertx.tests.core.TestBase.azzert(TestBase.java:75)
at org.vertx.tests.core.file.FileSystemTest.testMkdirSimple(FileSystemTest.java:769)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:673)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:842)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1166)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.runWorkers(TestRunner.java:1178)
at org.testng.TestRunner.privateRun(TestRunner.java:757)
at org.testng.TestRunner.run(TestRunner.java:608)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
at org.testng.SuiteRunner.run(SuiteRunner.java:240)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
at org.testng.TestNG.run(TestNG.java:999)
at org.testng.TestNG.privateMain(TestNG.java:1301)
at org.testng.TestNG.main(TestNG.java:1265)
]]>
</full-stacktrace>
</exception>
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="FAIL" signature="testMkdirWithParentsFails()" name="testMkdirWithParentsFails" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
<exception class="java.lang.AssertionError">
<message>
<![CDATA[null]]>
</message>
<full-stacktrace>
<![CDATA[java.lang.AssertionError: null
at org.vertx.tests.core.TestBase.azzert(TestBase.java:81)
at org.vertx.tests.core.TestBase.azzert(TestBase.java:75)
at org.vertx.tests.core.file.FileSystemTest.testMkdirSimple(FileSystemTest.java:769)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:673)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:842)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1166)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.runWorkers(TestRunner.java:1178)
at org.testng.TestRunner.privateRun(TestRunner.java:757)
at org.testng.TestRunner.run(TestRunner.java:608)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
at org.testng.SuiteRunner.run(SuiteRunner.java:240)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
at org.testng.TestNG.run(TestNG.java:999)
at org.testng.TestNG.privateMain(TestNG.java:1301)
at org.testng.TestNG.main(TestNG.java:1265)
]]>
</full-stacktrace>
</exception>
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testMkdirWithPerms()" name="testMkdirWithPerms" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testMoveEmptyDir()" name="testMoveEmptyDir" duration-ms="3" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testMoveNonEmptyDir()" name="testMoveNonEmptyDir" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="testPumpFileStreams()" name="testPumpFileStreams" duration-ms="850" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="2" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testReadAsync()" name="testReadAsync" duration-ms="3" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testReadDirSimple()" name="testReadDirSimple" duration-ms="3" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testReadDirWithFilter()" name="testReadDirWithFilter" duration-ms="7" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testReadFile()" name="testReadFile" duration-ms="2" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testReadStream()" name="testReadStream" duration-ms="4" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testReadSymlink()" name="testReadSymlink" duration-ms="3" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testRecursiveCopy()" name="testRecursiveCopy" duration-ms="2" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testSimpleCopy()" name="testSimpleCopy" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testSimpleCopyFileAlreadyExist()" name="testSimpleCopyFileAlreadyExist" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testSimpleDelete()" name="testSimpleDelete" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testSimpleMove()" name="testSimpleMove" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testSimpleMoveFileAlreadyExist()" name="testSimpleMoveFileAlreadyExist" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testStat()" name="testStat" duration-ms="2" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testStatLink()" name="testStatLink" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testStatFileDoesNotExist()" name="testStatFileDoesNotExist" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testTruncate()" name="testTruncate" duration-ms="2" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testTruncateFileDoesNotExist()" name="testTruncateFileDoesNotExist" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testUnlink()" name="testUnlink" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testWriteAsync()" name="testWriteAsync" duration-ms="2" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testWriteFile()" name="testWriteFile" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="testWriteStream()" name="testWriteStream" duration-ms="3" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="before()" name="before" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="after()" name="after" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:35Z" finished-at="2011-12-29T11:57:35Z">
</test-method>
</class>
<class name="org.vertx.tests.core.shared.SharedDataTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="testMapTypes()" name="testMapTypes" duration-ms="3" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="testMap()" name="testMap" duration-ms="0" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="testSet()" name="testSet" duration-ms="0" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
</class>
<class name="org.vertx.tests.core.http.SharedHttpTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testHandlerDistribution()" name="testHandlerDistribution" duration-ms="83" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
</class>
<class name="org.vertx.tests.core.stdio.StdioTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="testIn()" name="testIn" duration-ms="3" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="testOut()" name="testOut" duration-ms="0" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
</class>
<class name="org.vertx.tests.core.net.ThreadingTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:41Z" finished-at="2011-12-29T11:57:41Z">
</test-method>
<test-method status="PASS" signature="testNetHandlers()" name="testNetHandlers" duration-ms="75" started-at="2011-12-29T11:57:41Z" finished-at="2011-12-29T11:57:41Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:41Z" finished-at="2011-12-29T11:57:41Z">
</test-method>
</class>
<class name="org.vertx.tests.core.net.TLSTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="4" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testClientAndServerAuth()" name="testClientAndServerAuth" duration-ms="970" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:41Z">
</test-method>
<test-method status="PASS" signature="testClientAuthAll()" name="testClientAuthAll" duration-ms="191" started-at="2011-12-29T11:57:41Z" finished-at="2011-12-29T11:57:41Z">
</test-method>
<test-method status="PASS" signature="testServerAuthOnly()" name="testServerAuthOnly" duration-ms="174" started-at="2011-12-29T11:57:41Z" finished-at="2011-12-29T11:57:41Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:41Z" finished-at="2011-12-29T11:57:41Z">
</test-method>
</class>
<class name="org.vertx.tests.core.parsetools.RecordParserTest">
<test-method status="PASS" signature="delimited()" name="delimited" duration-ms="427" started-at="2011-12-29T11:57:41Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="fixed()" name="fixed" duration-ms="90" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="testMixed()" name="testMixed" duration-ms="2" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
</class>
<class name="org.vertx.tests.core.buffer.BufferTest">
<test-method status="PASS" signature="testAppendBuff()" name="testAppendBuff" duration-ms="5" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testAppendByte2()" name="testAppendByte2" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testAppendByte()" name="testAppendByte" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testAppendBytes()" name="testAppendBytes" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testCopy()" name="testCopy" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testAppendString1()" name="testAppendString1" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testAppendString2()" name="testAppendString2" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testCreateBuffers()" name="testCreateBuffers" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testGetByte()" name="testGetByte" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testGetBytes2()" name="testGetBytes2" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testGetDouble()" name="testGetDouble" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testGetBytes()" name="testGetBytes" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testGetFloat()" name="testGetFloat" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testGetLong()" name="testGetLong" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testGetInt()" name="testGetInt" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testGetOutOfBounds()" name="testGetOutOfBounds" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testGetShort()" name="testGetShort" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetByte()" name="testSetByte" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetByteExpandBuffer()" name="testSetByteExpandBuffer" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetBytesString()" name="testSetBytesString" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetBytesBuffer()" name="testSetBytesBuffer" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetBytesBufferExpandBuffer()" name="testSetBytesBufferExpandBuffer" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetBytesStringExpandBuffer()" name="testSetBytesStringExpandBuffer" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetDouble()" name="testSetDouble" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetDoubleExpandBuffer()" name="testSetDoubleExpandBuffer" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetFloat()" name="testSetFloat" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetFloatExpandBuffer()" name="testSetFloatExpandBuffer" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetIntExpandBuffer()" name="testSetIntExpandBuffer" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetInt()" name="testSetInt" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetShort()" name="testSetShort" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetLong()" name="testSetLong" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetLongExpandBuffer()" name="testSetLongExpandBuffer" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testToString()" name="testToString" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSetShortExpandBuffer()" name="testSetShortExpandBuffer" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
</class>
<class name="org.vertx.tests.core.sockjsbridge.SockJSBridgeTest">
<test-method status="PASS" signature="testBridge()" name="testBridge" duration-ms="0" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
</class>
<class name="org.vertx.tests.core.sockjs.SockJSTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="testWebSockets()" name="testWebSockets" duration-ms="214" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="testXHRPolling()" name="testXHRPolling" duration-ms="13" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
</class>
<class name="org.vertx.tests.core.streams.PumpTest">
<test-method status="PASS" signature="testPumpBasic()" name="testPumpBasic" duration-ms="1" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
<test-method status="PASS" signature="testPumpPauseResume()" name="testPumpPauseResume" duration-ms="0" started-at="2011-12-29T11:57:42Z" finished-at="2011-12-29T11:57:42Z">
</test-method>
</class>
<class name="org.vertx.tests.core.eventbus.EventBusTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="test()" name="test" duration-ms="3019" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="586" started-at="2011-12-29T11:57:34Z" finished-at="2011-12-29T11:57:34Z">
</test-method>
</class>
<class name="org.vertx.tests.core.appmanager.AppManagerTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:29Z" finished-at="2011-12-29T11:57:29Z">
</test-method>
<test-method status="PASS" signature="testIsolationJava()" name="testIsolationJava" duration-ms="913" started-at="2011-12-29T11:57:29Z" finished-at="2011-12-29T11:57:30Z">
</test-method>
<test-method status="PASS" signature="testRequestsDistributedJava()" name="testRequestsDistributedJava" duration-ms="830" started-at="2011-12-29T11:57:30Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
</class>
<class name="org.vertx.tests.core.net.SharedNetTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testConnectionDistribution()" name="testConnectionDistribution" duration-ms="24" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
</class>
<class name="org.vertx.tests.core.net.NetTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testClientParams()" name="testClientParams" duration-ms="0" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testCloseHandlerCloseFromClient()" name="testCloseHandlerCloseFromClient" duration-ms="26" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testCloseHandlerCloseFromServer()" name="testCloseHandlerCloseFromServer" duration-ms="4" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testConnect()" name="testConnect" duration-ms="25" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testSendDataClientToServerBytes()" name="testSendDataClientToServerBytes" duration-ms="20" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testSendDataClientToServerString()" name="testSendDataClientToServerString" duration-ms="8" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testSendDataServerToClientBytes()" name="testSendDataServerToClientBytes" duration-ms="8" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testSendDataServerToClientString()" name="testSendDataServerToClientString" duration-ms="13" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testSendFileClientToServer()" name="testSendFileClientToServer" duration-ms="13" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testSendFileServerToClient()" name="testSendFileServerToClient" duration-ms="13" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testServerParams()" name="testServerParams" duration-ms="0" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testWriteWithCompletion()" name="testWriteWithCompletion" duration-ms="10" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
</class>
<class name="org.vertx.tests.core.http.WebsocketTest">
<test-method status="PASS" signature="testWSBinaryHybi00()" name="testWSBinaryHybi00" duration-ms="36" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testWSBinaryHybi08()" name="testWSBinaryHybi08" duration-ms="3" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testWSBinaryHybi17()" name="testWSBinaryHybi17" duration-ms="15" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testWSStringHybi00()" name="testWSStringHybi00" duration-ms="14" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testWSStringHybi08()" name="testWSStringHybi08" duration-ms="15" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testWSStringHybi17()" name="testWSStringHybi17" duration-ms="8" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testWriteFromConnectHybi00()" name="testWriteFromConnectHybi00" duration-ms="6" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testWriteFromConnectHybi08()" name="testWriteFromConnectHybi08" duration-ms="8" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="testWriteFromConnectHybi17()" name="testWriteFromConnectHybi17" duration-ms="8" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:40Z" finished-at="2011-12-29T11:57:40Z">
</test-method>
</class>
<class name="org.vertx.tests.core.http.ThreadingTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="testHTTPHandlers()" name="testHTTPHandlers" duration-ms="96" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
</class>
<class name="org.vertx.tests.core.composition.ComposerTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testCantCallParallelAfterExecuted()" name="testCantCallParallelAfterExecuted" duration-ms="1" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testMixedSeries()" name="testMixedSeries" duration-ms="2" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testCantCallSeriesAfterExecuted()" name="testCantCallSeriesAfterExecuted" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testParallel()" name="testParallel" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="testSimpleSeries()" name="testSimpleSeries" duration-ms="0" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="9" started-at="2011-12-29T11:57:31Z" finished-at="2011-12-29T11:57:31Z">
</test-method>
</class>
<class name="org.vertx.tests.core.http.SharedWebsocketTest">
<test-method status="PASS" signature="testHandlerDistribution()" name="testHandlerDistribution" duration-ms="95" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="0" started-at="2011-12-29T11:57:39Z" finished-at="2011-12-29T11:57:39Z">
</test-method>
</class>
<class name="org.vertx.tests.core.ConnectionPoolTest">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="45" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:27Z">
</test-method>
<test-method status="PASS" signature="test1()" name="test1" duration-ms="203" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:27Z">
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="3" started-at="2011-12-29T11:57:27Z" finished-at="2011-12-29T11:57:27Z">
</test-method>
</class>
</test>
</suite>
</testng-results>
@purplefox
Copy link

Looking at the trace....

The test assumes creates a new file, and assumes that the file is initially created with permissions: rw-r--r--

Can you type "touch foo" from the command line in the same directory and as the same user who ran the tests, and then "ls -l foo"?

If the permissions are not rw-r--r-- then probably your umask is set to something other than 0022 (0022 is the default on Linux). Can you try setting it to 0022 and trying again?

If that doesn't work, another possibility is some other process (virus scanner??) is changing the permissions on the file after it has been created.

@fix
Copy link
Author

fix commented Dec 29, 2011

actually yes, default permission is "rw.rw.r..". You nailed it, I changed umask to 0022 solved somehow the problem so far (previously it was 0002).

I made a quick search and it actually turned around that from ubuntu 11.10 default umask will be 0002 https://blueprints.launchpad.net/ubuntu/+spec/umask-to-0002
same for fedora as well
So you may have several people having the issue...

@purplefox
Copy link

Great.

I'll add something to the wiki about setting umask to 0022 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment