From 846fbcd9158dc974444e0129d7499f64d94acf0f Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 3 Apr 2008 08:40:36 +0000 Subject: [PATCH] LMS-142 add comment to dropped data sets, drop valid 3VCP1 twice SVN: 5220 --- integration-tests/run.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/integration-tests/run.sh b/integration-tests/run.sh index d51dedf1ae1..98df72c3721 100755 --- a/integration-tests/run.sh +++ b/integration-tests/run.sh @@ -442,15 +442,28 @@ function assert_pattern_present { function generate_test_data { echo Generate incoming data local DIR=$DATA/in-raw + + # drop an identifyable valid data set + copy_test_data 3VCP1 $DIR + sleep 30 + + # drop 3VCP1 twice which should yield an error (same external data set code) copy_test_data 3VCP1 $DIR sleep 30 + + # drop an identifyable invalid data set (wrong image name, missing plate) copy_test_data 3VCP3 $DIR sleep 30 + + # drop an identifyable invalid data set (missing TIFF folder) copy_test_data 3VCP4 $DIR sleep 30 + + # drop an unidentifyable data set copy_test_data UnknownPlate $DIR sleep 30 + # drop 3VCP1 again but this time it is a valid data set copy_test_data 3VCP3 $DATA mv $DATA/3VCP3/TIFF/blabla_3VCP1_K13_8_w460.tif $DATA/3VCP3/TIFF/blabla_3VCP3_K13_8_w460.tif echo image for well M03 > $DATA/3VCP3/TIFF/blabla_3VCP3_M03_2_w350.tif -- GitLab