Comment 0 for bug 1362124

Revision history for this message
LaxmikantChitare (laxmikant-chitare) wrote :

I have created a PythonTest wiki page in FitNesse with the following contents:

!contents -R2 -g -p -f -h

!define TEST_SYSTEM {slim}
!path C:\Python26\Lib\site-packages\waferslim-1.0.2-py2.6.egg\waferslim
!define COMMAND_PATTERN {python -m waferslim.server --syspath %p -v -k -l "C:\config\logconfigTemp.ini"}

|import|
|waferslim.fixtures|

|script|echo fixture|
|$value_1=|echo|9|
|$value_2=|echo|11|

|import|
|waferslim.examples.helper_fixtures|

|DT:multiplication|
|value 1|value 2|result?|
|$value_1|$value_2|99|

When I save the page and hit Test, I get this error:
Testing was interrupted and results are incomplete. Test Pages: 0 right, 0 wrong, 0 ignored, 0 exceptions Assertions: 0 right, 0 wrong, 0 ignored, 0 exceptions (0.646 seconds)

When I click on the "Errors Occured" button, I see:

slim:fitnesse.slim.SlimService

Date: 4:22:00 PM (IST) on Wednesday, August 27, 2014
Test Page: .PythonTest
Command: python -m waferslim.server --syspath C:\Python26\Lib\site-packages\waferslim-1.0.2-py2.6.egg\waferslim -v -k -l "C:\Program Files (x86)\Front\Front Arena\extras\MigratorBeta\MKETemplate\config\logconfigTemp.ini" 8093
Exit code: 1
Time elapsed: 0.611 seconds

--------------------------------------------------------------------------------

Standard Output:
140827 162159 I WaferSlimServer Starting server v1.0.2 with options: {'syspath': 'C:\\Python26\\Lib\\site-packages\\waferslim-1.0.2-py2.6.egg\\waferslim', 'verbose': True, 'encoding': 'utf-8', 'logconf': 'C:\\config\\logconfigTemp.ini', 'inethost': 'localhost', 'port': '8093', 'keepalive': True}
140827 162159 I WaferSlimServer Started and listening on 127.0.0.1:8093
140827 162200 I WaferSlimServer Handling request from 127.0.0.1:58360
140827 162200 D WaferSlimServer Send Ack

I cannot figure out what is going wrong. Kindly help.

Regards,
Laxmikant Chitare