gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26689 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r26689 - gnunet/src/integration-tests
Date: Sun, 31 Mar 2013 03:24:01 +0200

Author: LRN
Date: 2013-03-31 03:24:01 +0200 (Sun, 31 Mar 2013)
New Revision: 26689

Removed:
   gnunet/src/integration-tests/test_buildslave_hangup.py
Modified:
   gnunet/src/integration-tests/Makefile.am
Log:
Remove temporary W32 buildslave test

Modified: gnunet/src/integration-tests/Makefile.am
===================================================================
--- gnunet/src/integration-tests/Makefile.am    2013-03-31 01:23:56 UTC (rev 
26688)
+++ gnunet/src/integration-tests/Makefile.am    2013-03-31 01:24:01 UTC (rev 
26689)
@@ -33,19 +33,9 @@
 endif
 # test_integration_disconnect.py 
 
-# This temporary test does one thing: hangs up for 1300 seconds
-# to test buildslave hangup process killing functionality
-# It's in integration tests because integration-tests is one of the few
-# tests that are configured to run under more-than-1200-seconds watchdog
-if MINGW
-  hangup = test_buildslave_hangup.py
-else
-  hangup = 
-endif
 if HAVE_MHD
 if ENABLE_TEST_RUN
 TESTS = \
- $(hangup) \
  $(check_SCRIPTS)  
 endif
 endif

Deleted: gnunet/src/integration-tests/test_buildslave_hangup.py
===================================================================
--- gnunet/src/integration-tests/test_buildslave_hangup.py      2013-03-31 
01:23:56 UTC (rev 26688)
+++ gnunet/src/integration-tests/test_buildslave_hangup.py      2013-03-31 
01:24:01 UTC (rev 26689)
@@ -1,7 +0,0 @@
-#!/bin/python
-import sys
-import time 
-
-print ("This test hangs up for 1300 seconds to see how buildslave will go 
about killing it")
-time.sleep (1300)
-sys.exit (0)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]