![JAR search and dependency download from the Maven repository](/logo.png)
FitNesseRoot.files.testResults.RestFixtureTests.IssueFixes.Issue171.20160315223244_0_0_0_1.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartrics-RestFixture-LiveDoc Show documentation
Show all versions of smartrics-RestFixture-LiveDoc Show documentation
FitNesse tests documenting the RestFixture
<?xml version="1.0"?> <testResults> <FitNesseVersion>v20150424</FitNesseVersion> <rootPath>RestFixtureTests.IssueFixes.Issue171</rootPath> <result> <counts> <right>4</right> <wrong>0</wrong> <ignores>0</ignores> <exceptions>2</exceptions> </counts> <runTimeInMillis>11435</runTimeInMillis> <content><div class="collapsible closed"><ul><li><a href='#' class='expandall'>Expand</a></li><li><a href='#' class='collapseall'>Collapse</a></li></ul> <p class="title">Included page: <a href="RestFixtureTests.SetUp">.RestFixtureTests.SetUp</a> <a href="RestFixtureTests.SetUp?edit&amp;redirectToReferer=true&amp;redirectAction=" class="edit">(edit)</a></p> <div><table> <tr class="slimRowTitle"> <td>script</td> <td colspan="2"><span class="pass">smartrics.rest.test.fitnesse.fixture.HttpServerFixture</span></td> </tr> <tr class="slimRowColor0"> <td>check</td> <td>is started</td> <td><span class="pass">true</span></td> </tr> <tr class="slimRowColor9"> <td colspan="3"><span class="pass">reset resources database</span></td> </tr> </table> </div> </div> <br/><h3><a href="https://github.com/smartrics/RestFixture/issues/171">Issue #171</a> The resource URL is encoded after RestFixture<a title="create page" href="RestFixtureTests.IssueFixes.RestFixture?edit&amp;nonExistent=true">[?]</a> table execution</h3> <br/><table> <tr class="slimRowTitle"> <td><span class="pass">Table: Rest Fixture Config</span></td> <td>dont_excape_uri</td> </tr> <tr class="slimRowColor0"> <td>restfixture.resource.uris.are.escaped</td> <td><span class="pass">false</span></td> </tr> </table> <br/><table> <tr class="slimRowTitle"> <td><span class="pass">Table: Rest Fixture</span></td> <td><a href="http://localhost:9876">http://localhost:9876</a></td> <td colspan="3">dont_excape_uri</td> </tr> <tr class="slimRowColor0"> <td>GET <span class="error"><div>Execution of Get caused exception 'Http call failed for IO failure'</div></span></td> <td>/resources/0/text%3A%2F%2Feventis.nl%2Ftext</td> <td>200</td> <td>Content-Length : [\d]+</td> <td></td> </tr> </table> <br/><br/></content> <relativePageName>Issue171</relativePageName> <instructions> <instructionResult> <instruction>{id='scriptTable_0_0', instruction='make', instanceName='scriptTableActor', className='smartrics.rest.test.fitnesse.fixture.HttpServerFixture', args=[]}</instruction> <slimResult>pass(smartrics.rest.test.fitnesse.fixture.HttpServerFixture)</slimResult> <expectation> <status>pass</status> <instructionId>scriptTable_0_0</instructionId> <col>1</col> <row>0</row> <type>ConstructionExpectation</type> <evaluationMessage>smartrics.rest.test.fitnesse.fixture.HttpServerFixture</evaluationMessage> </expectation> </instructionResult> <instructionResult> <instruction>{id='scriptTable_0_1', instruction='call', instanceName='scriptTableActor', methodName='isStarted', args=[]}</instruction> <slimResult>pass(true)</slimResult> <expectation> <status>pass</status> <instructionId>scriptTable_0_1</instructionId> <col>2</col> <row>1</row> <type>ReturnedValueExpectation</type> <evaluationMessage>true</evaluationMessage> </expectation> </instructionResult> <instructionResult> <instruction>{id='scriptTable_0_2', instruction='call', instanceName='scriptTableActor', methodName='resetResourcesDatabase', args=[]}</instruction> <slimResult>pass()</slimResult> <expectation> <status>pass</status> <instructionId>scriptTable_0_2</instructionId> <col>0</col> <row>2</row> <type>ScriptActionExpectation</type> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_1_0', instruction='make', instanceName='tableTable_1', className='RestFixtureConfig', args=[dont_excape_uri]}</instruction> <slimResult>pass(Table: Rest Fixture Config)</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_1_0</instructionId> <col>0</col> <row>0</row> <type>ConstructionExpectation</type> <evaluationMessage>Table: Rest Fixture Config</evaluationMessage> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_1_1', instruction='call', instanceName='tableTable_1', methodName='doTable', args=[[[restfixture.resource.uris.are.escaped, false]]]}</instruction> <slimResult>pass()</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_1_1</instructionId> <type>TableTableExpectation</type> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_2_0', instruction='make', instanceName='tableTable_2', className='RestFixture', args=[<a href="http://localhost:9876">http://localhost:9876</a>, dont_excape_uri]}</instruction> <slimResult>pass(Table: Rest Fixture)</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_2_0</instructionId> <col>0</col> <row>0</row> <type>ConstructionExpectation</type> <evaluationMessage>Table: Rest Fixture</evaluationMessage> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_2_1', instruction='call', instanceName='tableTable_2', methodName='doTable', args=[[[GET, /resources/0/text%3A%2F%2Feventis.nl%2Ftext, 200, Content-Length : [\d]+, ]]]}</instruction> <slimResult>error()</slimResult> <expectation> <status>error</status> <instructionId>tableTable_2_1</instructionId> <type>TableTableExpectation</type> </expectation> </instructionResult> </instructions> </result> <executionLog> <testSystem></testSystem> <command></command> <exitCode>0</exitCode> <stdOut>Listening for transport dt_socket at address: 8000 22:32:56,066 ERROR [RestFixture] - Exception occurred when processing method=Get java.lang.IllegalStateException: Http call failed for IO failure at smartrics.rest.client.RestClientImpl.execute(RestClientImpl.java:130) at smartrics.rest.client.RestClientImpl.execute(RestClientImpl.java:100) at smartrics.rest.fitnesse.fixture.RestFixture.doMethod(RestFixture.java:972) at smartrics.rest.fitnesse.fixture.RestFixture.doMethod(RestFixture.java:924) at smartrics.rest.fitnesse.fixture.RestFixture.doMethod(RestFixture.java:912) at smartrics.rest.fitnesse.fixture.RestFixture.GET(RestFixture.java:585) 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:606) at smartrics.rest.fitnesse.fixture.RestFixture.processRow(RestFixture.java:846) at smartrics.rest.fitnesse.fixture.RestFixture.processSlimRow(RestFixture.java:1188) at smartrics.rest.fitnesse.fixture.RestFixture.doTable(RestFixture.java:390) 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:606) at fitnesse.slim.fixtureInteraction.DefaultInteraction.methodInvoke(DefaultInteraction.java:80) at fitnesse.slim.MethodExecutor.callMethod(MethodExecutor.java:44) at fitnesse.slim.MethodExecutor.invokeMethod(MethodExecutor.java:31) at fitnesse.slim.MethodExecutor.findAndInvoke(MethodExecutor.java:57) at fitnesse.slim.FixtureMethodExecutor.execute(FixtureMethodExecutor.java:20) at fitnesse.slim.StatementExecutor.getMethodExecutionResult(StatementExecutor.java:126) at fitnesse.slim.StatementExecutor.call(StatementExecutor.java:104) at fitnesse.slim.instructions.CallInstruction.executeInternal(CallInstruction.java:35) at fitnesse.slim.instructions.Instruction.execute(Instruction.java:29) at fitnesse.slim.ListExecutor$Executive.executeStatement(ListExecutor.java:49) at fitnesse.slim.ListExecutor$Executive.executeStatements(ListExecutor.java:43) at fitnesse.slim.ListExecutor.execute(ListExecutor.java:83) at fitnesse.slim.SlimServer.executeInstructions(SlimServer.java:84) at fitnesse.slim.SlimServer.processOneSetOfInstructions(SlimServer.java:77) at fitnesse.slim.SlimServer.tryProcessInstructions(SlimServer.java:56) at fitnesse.slim.SlimServer.serve(SlimServer.java:42) at fitnesse.slim.SlimService.handle(SlimService.java:186) at fitnesse.slim.SlimService.acceptOne(SlimService.java:194) at fitnesse.slim.SlimService.accept(SlimService.java:156) at fitnesse.slim.SlimService.startWithFactory(SlimService.java:77) at fitnesse.slim.SlimService.main(SlimService.java:57) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read(BufferedInputStream.java:254) at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78) at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106) at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116) at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973) at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735) at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098) at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398) at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323) at smartrics.rest.client.RestClientImpl.execute(RestClientImpl.java:118) ... 37 more </stdOut> <stdErr></stdErr> </executionLog> <finalCounts> <right>0</right> <wrong>0</wrong> <ignores>0</ignores> <exceptions>1</exceptions> </finalCounts> <totalRunTimeInMillis>11435</totalRunTimeInMillis> </testResults>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy