From: David B. <Dav...@qm...> - 2007-10-10 23:03:44
|
Why not make the test suite have built-in test services, and completely a= void external dependancies altogether. =20 If it was me, I'd make a "fake soap server" testing tool, that only knows= how to respond to one specific request with one specific "canned" respon= se, and (in order to test alternate functionalities, I'd make the "canned= responses" exactly match those currently given by services like weather,= google, etc. THis way, you get the tests against "external" systems (v= ia their canned "known responses" saved to a local configuration) , and d= on't rely on the 4external systems themselves being up. It also means t= hat the tests work behind big/secure firewalls and on off-line systems. Buzz. -----Original Message----- From: soa...@li... [mailto:soa...@li...]On Behalf Of Robert Landrum Sent: Thursday, 11 October 2007 12:36 AM To: Matthew Runo Cc: soaplite-devel Subject: Re: [Soaplite-devel] SOAP::Lite development - next release Matthew Runo wrote: > Yes, the test suite ran upon install has been failing for some time =20 > now. I've been ignoring it, and --force installing. I vote to remove =20 > it - add in a couple you know are live and go for it. >=20 That's sort of the problem. What is live, and what is going to be live=20 in perpetuity. It's a trivial matter to test against local services, but more often=20 than not, I find services written in Java, C#, etc, to be incompatible=20 with the current SOAP::Lite implementation... And that just within my=20 organization. :( I found this... http://www.xmethods.net/ilab/ I haven't looked at the test suite, so I'm not sure how many these are=20 actually being tested. Rob ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Soaplite-devel mailing list Soa...@li... https://lists.sourceforge.net/lists/listinfo/soaplite-devel The message and any attachment is confidential and may be privileged or o= therwise protected from disclosure. If you have received it by mistake pl= ease let us know by reply and then delete it from your system; you should= not copy the message or disclose its contents to anyone. |