Skip to content

Instantly share code, notes, and snippets.

Created November 7, 2011 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1345141 to your computer and use it in GitHub Desktop.
Save anonymous/1345141 to your computer and use it in GitHub Desktop.
Test failed on 0.18
<?xml version="1.0" encoding="UTF-8" ?>
- <testng-results skipped="0" failed="1" total="9" passed="8">
<reporter-output />
- <suite name="Gradle suite" duration-ms="25868" started-at="2011-11-07T13:20:35Z" finished-at="2011-11-07T13:21:01Z">
<groups />
- <test name="Gradle test" duration-ms="25868" started-at="2011-11-07T13:20:35Z" finished-at="2011-11-07T13:21:01Z">
- <class name="org.elasticsearch.script.groovy.GroovyScriptSearchTests">
<test-method status="PASS" signature="createNodes()" name="createNodes" is-config="true" duration-ms="3851" started-at="2011-11-07T13:20:48Z" finished-at="2011-11-07T13:20:52Z" />
<test-method status="PASS" signature="testCustomScriptBoost()" name="testCustomScriptBoost" duration-ms="698" started-at="2011-11-07T13:20:52Z" finished-at="2011-11-07T13:20:53Z" />
<test-method status="PASS" signature="closeNodes()" name="closeNodes" is-config="true" duration-ms="62" started-at="2011-11-07T13:20:53Z" finished-at="2011-11-07T13:20:53Z" />
<test-method status="PASS" signature="createNodes()" name="createNodes" is-config="true" duration-ms="3762" started-at="2011-11-07T13:20:53Z" finished-at="2011-11-07T13:20:57Z" />
<test-method status="PASS" signature="testGroovyScriptFilter()" name="testGroovyScriptFilter" duration-ms="354" started-at="2011-11-07T13:20:57Z" finished-at="2011-11-07T13:20:57Z" />
<test-method status="PASS" signature="closeNodes()" name="closeNodes" is-config="true" duration-ms="33" started-at="2011-11-07T13:20:57Z" finished-at="2011-11-07T13:20:57Z" />
<test-method status="PASS" signature="createNodes()" name="createNodes" is-config="true" duration-ms="3661" started-at="2011-11-07T13:20:57Z" finished-at="2011-11-07T13:21:01Z" />
<test-method status="PASS" signature="testScriptFieldUsingSource()" name="testScriptFieldUsingSource" duration-ms="480" started-at="2011-11-07T13:21:01Z" finished-at="2011-11-07T13:21:01Z" />
<test-method status="PASS" signature="closeNodes()" name="closeNodes" is-config="true" duration-ms="52" started-at="2011-11-07T13:21:01Z" finished-at="2011-11-07T13:21:01Z" />
</class>
- <class name="org.elasticsearch.groovy.test.client.DifferentApiExecutionTests">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="912" started-at="2011-11-07T13:20:41Z" finished-at="2011-11-07T13:20:42Z" />
- <test-method status="FAIL" signature="verifyDifferentApiExecutions()" name="verifyDifferentApiExecutions" duration-ms="392" started-at="2011-11-07T13:20:42Z" finished-at="2011-11-07T13:20:43Z">
- <exception class="java.lang.AssertionError">
- <message>
- <![CDATA[
Expected: <1>
but: was <0>
]]>
</message>
- <full-stacktrace>
- <![CDATA[
java.lang.AssertionError:
Expected: <1>
but: was <0>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
at org.hamcrest.MatcherAssert$assertThat.callStatic(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:50)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:157)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:169)
at org.elasticsearch.groovy.test.client.DifferentApiExecutionTests.verifyDifferentApiExecutions(DifferentApiExecutionTests.groovy:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:58)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:75)
at $Proxy3.stop(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.messaging.remote.internal.MethodInvocationUnmarshallingDispatch.dispatch(MethodInvocationUnmarshallingDispatch.java:48)
at org.gradle.messaging.dispatch.DiscardOnFailureDispatch.dispatch(DiscardOnFailureDispatch.java:31)
at org.gradle.messaging.dispatch.AsyncDispatch.dispatchMessages(AsyncDispatch.java:129)
at org.gradle.messaging.dispatch.AsyncDispatch.access$000(AsyncDispatch.java:33)
at org.gradle.messaging.dispatch.AsyncDispatch$1.run(AsyncDispatch.java:69)
at org.gradle.messaging.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:63)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
]]>
</full-stacktrace>
</exception>
</test-method>
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="142" started-at="2011-11-07T13:20:43Z" finished-at="2011-11-07T13:20:43Z" />
</class>
- <class name="org.elasticsearch.groovy.test.client.SimpleActionsTests">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="869" started-at="2011-11-07T13:20:43Z" finished-at="2011-11-07T13:20:44Z" />
<test-method status="PASS" signature="testSimpleOperations()" name="testSimpleOperations" duration-ms="676" started-at="2011-11-07T13:20:44Z" finished-at="2011-11-07T13:20:44Z" />
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="108" started-at="2011-11-07T13:20:44Z" finished-at="2011-11-07T13:20:44Z" />
</class>
- <class name="org.elasticsearch.groovy.test.client.BuilderActionsTests">
<test-method status="PASS" signature="setUp()" name="setUp" is-config="true" duration-ms="3366" started-at="2011-11-07T13:20:35Z" finished-at="2011-11-07T13:20:39Z" />
<test-method status="PASS" signature="testSimpleOperations()" name="testSimpleOperations" duration-ms="2472" started-at="2011-11-07T13:20:39Z" finished-at="2011-11-07T13:20:41Z" />
<test-method status="PASS" signature="tearDown()" name="tearDown" is-config="true" duration-ms="52" started-at="2011-11-07T13:20:41Z" finished-at="2011-11-07T13:20:41Z" />
</class>
- <class name="org.elasticsearch.script.groovy.GroovyScriptMultiThreadedTest">
<test-method status="PASS" signature="testExecutableNoRuntimeParams()" name="testExecutableNoRuntimeParams" duration-ms="912" started-at="2011-11-07T13:20:44Z" finished-at="2011-11-07T13:20:45Z" />
<test-method status="PASS" signature="testExecutableWithRuntimeParams()" name="testExecutableWithRuntimeParams" duration-ms="1096" started-at="2011-11-07T13:20:45Z" finished-at="2011-11-07T13:20:46Z" />
<test-method status="PASS" signature="testExecute()" name="testExecute" duration-ms="1890" started-at="2011-11-07T13:20:46Z" finished-at="2011-11-07T13:20:48Z" />
</class>
</test>
</suite>
</testng-results>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment