Skip to content
Chris Timperley edited this page Nov 13, 2016 · 24 revisions

grep

  • v1-DG_4: 187, 188
  • v1-KP_2: Everything
  • v1-KP_5: 158
  • v2-DG_1: 31, 123, 124, 184, 185, 186, 187
  • v3-DG_2: Everything
  • v3-DG_3: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 24, 25, 26, 30, 31, 123, 124, 125, 146, 158, 159, 173, 182, 184, 185, 186, 187
  • v3-KP_7: 25, 30, 31
  • v4-KP_6: 21, 76

Not working:

  • v2: DG_2, DG_5, KP_1, KP_2, KP_3, KP_4, KP_5
  • v3: DG_1, DG_4, DG_5, DG_6, DG_7, DG_8, DG_9, DG_10, KP_1, KP_2, KP_3, KP_5, KP_6, KP_8, KP_9
  • v4: DG_2, DG_3, DG_4, DG_5, KP_1, KP_2, KP_3, KP_4, KP_5, KP_7, KP_8
  • v5: DG_17

gzip

Test suite generator needs to be adapted to take into account calls to test scripts:

PROBLEM: Scripts rely on directory structure to match "$experiment_root/gzip".

# Fix test scripts
cd testplans.alt/testscripts
sed "s#\$experiment_root/gzip#/experiment#g" cleanup.sh
rm *.old
find . -name '*.sh' -exec sed -i 's#$experiment_root/gzip/#experiment/#g' "{}" \;
echo ">>>>>>>>running test 27"
../source/allfile ../inputs/testdir/file15 -2  > ../outputs/test27 2>&1
../testplans.alt/testscripts/cpopt2.sh

>>>>>>>>running test 10
mv: cannot stat '/experiment/gzip/inputs/gzdir/file9': No such file or directory
../testplans.alt/testscripts/cpoptd.sh: line 5: /experiment/gzip/testplans.alt/testscripts/cleanup.sh: No such file or directory
Clone this wiki locally