[Swift-commit] r6909 - in trunk/tests/sites: . crow ibicluster intrepid surveyor

yadunandb at ci.uchicago.edu yadunandb at ci.uchicago.edu
Wed Aug 21 11:52:57 CDT 2013


Author: yadunandb
Date: 2013-08-21 11:52:57 -0500 (Wed, 21 Aug 2013)
New Revision: 6909

Added:
   trunk/tests/sites/todo/
Removed:
   trunk/tests/sites/beagle/
   trunk/tests/sites/crow/001-catsn.check.sh
   trunk/tests/sites/crow/001-catsn.clean.sh
   trunk/tests/sites/crow/001-catsn.setup.sh
   trunk/tests/sites/crow/001-catsn.swift
   trunk/tests/sites/crow/001-catsn.timeout
   trunk/tests/sites/crow/big/
   trunk/tests/sites/crow/data.txt
   trunk/tests/sites/crow/title.txt
   trunk/tests/sites/ibicluster/catsn.0001.out.expected
   trunk/tests/sites/ibicluster/catsn.0002.out.expected
   trunk/tests/sites/ibicluster/catsn.0003.out.expected
   trunk/tests/sites/ibicluster/catsn.0004.out.expected
   trunk/tests/sites/ibicluster/catsn.0005.out.expected
   trunk/tests/sites/ibicluster/catsn.0006.out.expected
   trunk/tests/sites/ibicluster/catsn.0007.out.expected
   trunk/tests/sites/ibicluster/catsn.0008.out.expected
   trunk/tests/sites/ibicluster/catsn.0009.out.expected
   trunk/tests/sites/ibicluster/catsn.0010.out.expected
   trunk/tests/sites/ibicluster/catsn.check.sh
   trunk/tests/sites/ibicluster/catsn.setup.sh
   trunk/tests/sites/ibicluster/catsn.swift
   trunk/tests/sites/ibicluster/catsn.timeout
   trunk/tests/sites/ibicluster/data.txt
   trunk/tests/sites/ibicluster/title.txt
   trunk/tests/sites/intrepid/100-cp.check.sh
   trunk/tests/sites/intrepid/100-cp.clean.sh
   trunk/tests/sites/intrepid/100-cp.setup.sh
   trunk/tests/sites/intrepid/100-cp.swift
   trunk/tests/sites/intrepid/100-cp.timeout
   trunk/tests/sites/local-coasters/
   trunk/tests/sites/local/
   trunk/tests/sites/mcs/
   trunk/tests/sites/osg/
   trunk/tests/sites/surveyor/001-catsn-surveyor.check.sh
   trunk/tests/sites/surveyor/001-catsn-surveyor.setup.sh
   trunk/tests/sites/surveyor/001-catsn-surveyor.swift
   trunk/tests/sites/surveyor/001-catsn-surveyor.timeout
   trunk/tests/sites/surveyor/catsn.0001.out.expected
   trunk/tests/sites/surveyor/catsn.0002.out.expected
   trunk/tests/sites/surveyor/catsn.0003.out.expected
   trunk/tests/sites/surveyor/catsn.0004.out.expected
   trunk/tests/sites/surveyor/catsn.0005.out.expected
   trunk/tests/sites/surveyor/catsn.0006.out.expected
   trunk/tests/sites/surveyor/catsn.0007.out.expected
   trunk/tests/sites/surveyor/catsn.0008.out.expected
   trunk/tests/sites/surveyor/catsn.0009.out.expected
   trunk/tests/sites/surveyor/catsn.0010.out.expected
   trunk/tests/sites/surveyor/data.txt
   trunk/tests/sites/uc3/
Log:

Removing old sites test which are not in use



Deleted: trunk/tests/sites/crow/001-catsn.check.sh
===================================================================
--- trunk/tests/sites/crow/001-catsn.check.sh	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/crow/001-catsn.check.sh	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-set -x
-
-COUNT=$( ls catsn.*.out | wc -l )
-[[ $COUNT == 10 ]] || exit 1
-
-exit 0

Deleted: trunk/tests/sites/crow/001-catsn.clean.sh
===================================================================
--- trunk/tests/sites/crow/001-catsn.clean.sh	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/crow/001-catsn.clean.sh	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-set -x
-
-rm -v catsn.*.out || exit 1
-
-exit 0

Deleted: trunk/tests/sites/crow/001-catsn.setup.sh
===================================================================
--- trunk/tests/sites/crow/001-catsn.setup.sh	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/crow/001-catsn.setup.sh	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-cp -v $GROUP/data.txt . || exit 1

Deleted: trunk/tests/sites/crow/001-catsn.swift
===================================================================
--- trunk/tests/sites/crow/001-catsn.swift	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/crow/001-catsn.swift	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,12 +0,0 @@
-type file;
-
-app (file o) cat (file i)
-{
-  cat @i stdout=@o;
-}
-
-file out[]<simple_mapper; location=".", prefix="catsn.",suffix=".out">;
-foreach j in [1:@toint(@arg("n","10"))] {
-  file data<"data.txt">;
-  out[j] = cat(data);
-}

Deleted: trunk/tests/sites/crow/001-catsn.timeout
===================================================================
--- trunk/tests/sites/crow/001-catsn.timeout	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/crow/001-catsn.timeout	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-1000

Deleted: trunk/tests/sites/crow/data.txt
===================================================================
--- trunk/tests/sites/crow/data.txt	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/crow/data.txt	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-HELLO

Deleted: trunk/tests/sites/crow/title.txt
===================================================================
--- trunk/tests/sites/crow/title.txt	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/crow/title.txt	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Local PBS Coasters: Crow

Deleted: trunk/tests/sites/ibicluster/catsn.0001.out.expected
===================================================================
--- trunk/tests/sites/ibicluster/catsn.0001.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.0001.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-blah blah

Deleted: trunk/tests/sites/ibicluster/catsn.0002.out.expected
===================================================================
--- trunk/tests/sites/ibicluster/catsn.0002.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.0002.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-blah blah

Deleted: trunk/tests/sites/ibicluster/catsn.0003.out.expected
===================================================================
--- trunk/tests/sites/ibicluster/catsn.0003.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.0003.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-blah blah

Deleted: trunk/tests/sites/ibicluster/catsn.0004.out.expected
===================================================================
--- trunk/tests/sites/ibicluster/catsn.0004.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.0004.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-blah blah

Deleted: trunk/tests/sites/ibicluster/catsn.0005.out.expected
===================================================================
--- trunk/tests/sites/ibicluster/catsn.0005.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.0005.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-blah blah

Deleted: trunk/tests/sites/ibicluster/catsn.0006.out.expected
===================================================================
--- trunk/tests/sites/ibicluster/catsn.0006.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.0006.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-blah blah

Deleted: trunk/tests/sites/ibicluster/catsn.0007.out.expected
===================================================================
--- trunk/tests/sites/ibicluster/catsn.0007.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.0007.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-blah blah

Deleted: trunk/tests/sites/ibicluster/catsn.0008.out.expected
===================================================================
--- trunk/tests/sites/ibicluster/catsn.0008.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.0008.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-blah blah

Deleted: trunk/tests/sites/ibicluster/catsn.0009.out.expected
===================================================================
--- trunk/tests/sites/ibicluster/catsn.0009.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.0009.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-blah blah

Deleted: trunk/tests/sites/ibicluster/catsn.0010.out.expected
===================================================================
--- trunk/tests/sites/ibicluster/catsn.0010.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.0010.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-blah blah

Deleted: trunk/tests/sites/ibicluster/catsn.check.sh
===================================================================
--- trunk/tests/sites/ibicluster/catsn.check.sh	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.check.sh	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-set -x
-
-for count in `seq --format "%04.f" 1 1 10`
-do
-	[ -f catsn.$count.out ] || exit 1
-	CONTENTS1=$( cat catsn.$count.out.expected )
-	CONTENTS2=$( cat catsn.$count.out )
-	[[ $CONTENTS1 == $CONTENTS2 ]] || exit 1
-done
-exit 0

Deleted: trunk/tests/sites/ibicluster/catsn.setup.sh
===================================================================
--- trunk/tests/sites/ibicluster/catsn.setup.sh	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.setup.sh	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-cp -v $GROUP/data.txt . || exit 1
-cp -v $GROUP/*expected . || exit 1
-
-export QUEUE=normal
-

Deleted: trunk/tests/sites/ibicluster/catsn.swift
===================================================================
--- trunk/tests/sites/ibicluster/catsn.swift	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.swift	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,12 +0,0 @@
-type file;
-
-app (file o) cat (file i)
-{
-  cat @i stdout=@o;
-}
-
-file out[]<simple_mapper; location=".", prefix="catsn.",suffix=".out">;
-foreach j in [1:@toint(@arg("n","10"))] {
-  file data<"data.txt">;
-  out[j] = cat(data);
-}

Deleted: trunk/tests/sites/ibicluster/catsn.timeout
===================================================================
--- trunk/tests/sites/ibicluster/catsn.timeout	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/catsn.timeout	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-1800

Deleted: trunk/tests/sites/ibicluster/data.txt
===================================================================
--- trunk/tests/sites/ibicluster/data.txt	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/data.txt	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-blah blah

Deleted: trunk/tests/sites/ibicluster/title.txt
===================================================================
--- trunk/tests/sites/ibicluster/title.txt	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/ibicluster/title.txt	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-IBICluster SGE Test

Deleted: trunk/tests/sites/intrepid/100-cp.check.sh
===================================================================
--- trunk/tests/sites/intrepid/100-cp.check.sh	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/intrepid/100-cp.check.sh	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -x 
-
-grep $( uname -m )  100-cp-output.txt || exit 1
-
-exit 0

Deleted: trunk/tests/sites/intrepid/100-cp.clean.sh
===================================================================
--- trunk/tests/sites/intrepid/100-cp.clean.sh	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/intrepid/100-cp.clean.sh	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -x 
-
-rm -v 100-cp-input.txt 100-cp-output.txt || exit 1
-
-exit 0

Deleted: trunk/tests/sites/intrepid/100-cp.setup.sh
===================================================================
--- trunk/tests/sites/intrepid/100-cp.setup.sh	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/intrepid/100-cp.setup.sh	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -x 
-
-uname -a > 100-cp-input.txt || exit 1
-
-exit 0

Deleted: trunk/tests/sites/intrepid/100-cp.swift
===================================================================
--- trunk/tests/sites/intrepid/100-cp.swift	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/intrepid/100-cp.swift	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,13 +0,0 @@
-
-type file;
-
-app (file o) cp(file i)
-{
-  cp @i @o;
-}
-
-file input<"100-cp-input.txt">;
-file output<"100-cp-output.txt">;
-
-output = cp(input);
-

Deleted: trunk/tests/sites/intrepid/100-cp.timeout
===================================================================
--- trunk/tests/sites/intrepid/100-cp.timeout	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/intrepid/100-cp.timeout	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-3000

Deleted: trunk/tests/sites/surveyor/001-catsn-surveyor.check.sh
===================================================================
--- trunk/tests/sites/surveyor/001-catsn-surveyor.check.sh	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/001-catsn-surveyor.check.sh	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-set -x
-
-for count in `seq --format "%04.f" 1 1 10`
-do
-	[ -f catsn.$count.out ] || exit 1
-	CONTENTS1=$( cat catsn.$count.out.expected )
-	CONTENTS2=$( cat catsn.$count.out )
-	[[ $CONTENTS1 == $CONTENTS2 ]] || exit 1
-done
-exit 0

Deleted: trunk/tests/sites/surveyor/001-catsn-surveyor.setup.sh
===================================================================
--- trunk/tests/sites/surveyor/001-catsn-surveyor.setup.sh	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/001-catsn-surveyor.setup.sh	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-cp -v $GROUP/data.txt . || exit 1
-cp -v $GROUP/*expected . || exit 1

Deleted: trunk/tests/sites/surveyor/001-catsn-surveyor.swift
===================================================================
--- trunk/tests/sites/surveyor/001-catsn-surveyor.swift	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/001-catsn-surveyor.swift	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1,15 +0,0 @@
-type file;
-
-app (file o) cat (file i)
-{
-  cat @i stdout=@o;
-}
-
-string t = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
-string char[] = @strsplit(t, "");  
-
-file out[]<simple_mapper; location=".", prefix="catsn.",suffix=".out">;
-foreach j in [1:@toint(@arg("n","10"))] {
-  file data<"data.txt">;
-  out[j] = cat(data);
-}

Deleted: trunk/tests/sites/surveyor/001-catsn-surveyor.timeout
===================================================================
--- trunk/tests/sites/surveyor/001-catsn-surveyor.timeout	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/001-catsn-surveyor.timeout	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-1000

Deleted: trunk/tests/sites/surveyor/catsn.0001.out.expected
===================================================================
--- trunk/tests/sites/surveyor/catsn.0001.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/catsn.0001.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Hello world

Deleted: trunk/tests/sites/surveyor/catsn.0002.out.expected
===================================================================
--- trunk/tests/sites/surveyor/catsn.0002.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/catsn.0002.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Hello world

Deleted: trunk/tests/sites/surveyor/catsn.0003.out.expected
===================================================================
--- trunk/tests/sites/surveyor/catsn.0003.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/catsn.0003.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Hello world

Deleted: trunk/tests/sites/surveyor/catsn.0004.out.expected
===================================================================
--- trunk/tests/sites/surveyor/catsn.0004.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/catsn.0004.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Hello world

Deleted: trunk/tests/sites/surveyor/catsn.0005.out.expected
===================================================================
--- trunk/tests/sites/surveyor/catsn.0005.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/catsn.0005.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Hello world

Deleted: trunk/tests/sites/surveyor/catsn.0006.out.expected
===================================================================
--- trunk/tests/sites/surveyor/catsn.0006.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/catsn.0006.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Hello world

Deleted: trunk/tests/sites/surveyor/catsn.0007.out.expected
===================================================================
--- trunk/tests/sites/surveyor/catsn.0007.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/catsn.0007.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Hello world

Deleted: trunk/tests/sites/surveyor/catsn.0008.out.expected
===================================================================
--- trunk/tests/sites/surveyor/catsn.0008.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/catsn.0008.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Hello world

Deleted: trunk/tests/sites/surveyor/catsn.0009.out.expected
===================================================================
--- trunk/tests/sites/surveyor/catsn.0009.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/catsn.0009.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Hello world

Deleted: trunk/tests/sites/surveyor/catsn.0010.out.expected
===================================================================
--- trunk/tests/sites/surveyor/catsn.0010.out.expected	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/catsn.0010.out.expected	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Hello world

Deleted: trunk/tests/sites/surveyor/data.txt
===================================================================
--- trunk/tests/sites/surveyor/data.txt	2013-08-21 16:40:28 UTC (rev 6908)
+++ trunk/tests/sites/surveyor/data.txt	2013-08-21 16:52:57 UTC (rev 6909)
@@ -1 +0,0 @@
-Hello world




More information about the Swift-commit mailing list