[Perlgssapi-developer] Re: [rt.cpan.org #19524]
Brought to you by:
achimgrolms
From: Achim G. <ac...@gr...> - 2006-05-27 15:12:25
|
On Saturday 27 May 2006 16:15, Florian Ragwitz via RT wrote: > Sat May 27 10:15:39 2006: Request 19524 was acted upon. > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=19524 > Thank you for sending the bugreport! > The submitter complains that the modules tests will fail while being > offline, as some of them require network access. I've checked this, he is right. I get the same fails after shutting down the networkinterface. (I think it depends on the underlying Kerberosimplemention what happens, I'm using MIT 1.3). > I'd suggest to either skip all tests that require networking unless some > condition is met, for example if $ENV{TEST_ONLINE} is set, or to be > smarter and try to detect if a network connection is available when > running the test suite. Skipping tests on some conditions is no problem, I can add that. But I dont't know *what* condition to test. Sure I can test if $ENV{TEST_ONLINE} is set, but who or what software sets that System-variable? Can you help me and answer what's the condition to test to? Achim |