From b17daa9436055d938e4a13c7ce817942b5193f01 Mon Sep 17 00:00:00 2001 From: Craig Cornelius Date: Mon, 6 Jan 2025 17:35:03 -0800 Subject: [PATCH] Removing old target DDT_DATA (#376) --- runDDT.sh | 58 -------------------------------- testdriver/runAll_node_local.sh | 15 --------- testdriver/runAll_rust_local.sh | 3 -- testdriver/runCollNum_ALL.sh | 3 -- testdriver/runColl_ALL.sh | 3 -- testdriver/runColl_node.sh | 3 -- testdriver/runColl_node_local.sh | 3 -- testdriver/runColl_python.sh | 3 -- testdriver/runColl_rust.sh | 3 -- testdriver/runLangNames_node.sh | 3 -- testdriver/runNum_node.sh | 3 -- testdriver/runNum_python.sh | 3 -- testdriver/runNum_rust.sh | 3 -- verifier/verifyAll.sh | 2 -- verifier/verifyNodeJS.sh | 2 -- verifier/verifyNode_local.sh | 5 --- verifier/verifyRust.sh | 2 -- verifier/verifyRust_local.sh | 2 -- 18 files changed, 119 deletions(-) delete mode 100644 runDDT.sh delete mode 100755 testdriver/runAll_node_local.sh delete mode 100755 testdriver/runAll_rust_local.sh delete mode 100644 testdriver/runCollNum_ALL.sh delete mode 100755 testdriver/runColl_ALL.sh delete mode 100755 testdriver/runColl_node.sh delete mode 100755 testdriver/runColl_node_local.sh delete mode 100644 testdriver/runColl_python.sh delete mode 100755 testdriver/runColl_rust.sh delete mode 100755 testdriver/runLangNames_node.sh delete mode 100755 testdriver/runNum_node.sh delete mode 100644 testdriver/runNum_python.sh delete mode 100755 testdriver/runNum_rust.sh delete mode 100644 verifier/verifyAll.sh delete mode 100644 verifier/verifyNodeJS.sh delete mode 100644 verifier/verifyNode_local.sh delete mode 100644 verifier/verifyRust.sh delete mode 100644 verifier/verifyRust_local.sh diff --git a/runDDT.sh b/runDDT.sh deleted file mode 100644 index 26986527..00000000 --- a/runDDT.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/bash -set -e - -# Short tests to check node and icu4x with small amout of data. - -# Enable seting the version of NodeJS -export NVM_DIR=$HOME/.nvm; -source $NVM_DIR/nvm.sh; - -# Executes all tests on small data set -# Save the results - -export TEMP_DIR=DDT_DATA - -# Executes all tests on that new data in the new directory -rm -rf $TEMP_DIR/testOutput -mkdir -p $TEMP_DIR/testOutput - -# Invoke all tests on all platforms -pushd testdriver -nvm install 20.1.0 -nvm use 20.1.0 -python3 testdriver.py --icu_version icu73 --exec node --test_type collation_short number_fmt lang_names likely_subtags --file_base ../$TEMP_DIR --per_execution 10000 --run_limit 10000 -echo $? -popd - -pushd executors/rust/ -cargo clean - rustup install 1.61 - rustup run 1.61 cargo build --release -popd - -# Try with rust -pushd testdriver -python3 testdriver.py --icu_version icu73 --exec rust --test_type collation_short number_fmt lang_names --file_base ../$TEMP_DIR --per_execution 1000 --run_limit 10000 - -echo $? - - -popd - -# Verify everything - -rm -rf $TEMP_DIR/testReports -mkdir -p $TEMP_DIR/testReports -pushd verifier -python3 verifier.py --file_base ../$TEMP_DIR --exec rust node dart_web python --test_type collation_short number_fmt lang_names likely_subtags - -popd - - -# Push testresults and test reports to Cloud Storge -# TODO -echo $? - -# Clean up directory -# ... after results are reported -#rm -rf ../$TEMP_DIR diff --git a/testdriver/runAll_node_local.sh b/testdriver/runAll_node_local.sh deleted file mode 100755 index 84bc5dc9..00000000 --- a/testdriver/runAll_node_local.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -set -e - -# Runs collation test on only on node -# Test data and output directories are under ~/DDT_DATA -rm -rf ../DDT_DATA/testOutput -rm -rf ../DDT_DATA/testResults - -source "$HOME/.nvm/nvm.sh" - -nvm install 20.1.0 -nvm use 20.1.0 - -python3 testdriver.py --icu_version icu73 --test collation_short number_fmt lang_names likely_subtags --exec node --file_base ../DDT_DATA --run_limit 1000 --per_execution 10000 - diff --git a/testdriver/runAll_rust_local.sh b/testdriver/runAll_rust_local.sh deleted file mode 100755 index 3389b448..00000000 --- a/testdriver/runAll_rust_local.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Runs collation test on only on rust -# Test data and output directories are under ~/DDT_DATA -python3 testdriver.py --icu_version icu71 --test coll_shift_short number_fmt --exec rust --file_base ../DDT_DATA diff --git a/testdriver/runCollNum_ALL.sh b/testdriver/runCollNum_ALL.sh deleted file mode 100644 index 5346b023..00000000 --- a/testdriver/runCollNum_ALL.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Runs collation test on only on all executors -# Test data and output directories are under ~/DDT_DATA -python3 testdriver.py --test coll_shift_short number_fmt --exec node rust "python3 ../executors/python/executor.py" --run_limit 27 --file_base ~/DDT_DATA diff --git a/testdriver/runColl_ALL.sh b/testdriver/runColl_ALL.sh deleted file mode 100755 index 95cd77a6..00000000 --- a/testdriver/runColl_ALL.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Runs collation test on node, rust, and python -# Test data and output directories are under ~/DDT_DATA -python3 testdriver.py --test coll_shift_short --exec node rust "python3 ../executors/python/executor.py" --run_limit 27 --file_base ~/DDT_DATA diff --git a/testdriver/runColl_node.sh b/testdriver/runColl_node.sh deleted file mode 100755 index 00446b3d..00000000 --- a/testdriver/runColl_node.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Runs collation test on only on node -# Test data and output directories are under ~/DDT_DATA -python3 testdriver.py --test coll_shift_short --exec node --run_limit 27 --file_base ~/DDT_DATA --debug 3 diff --git a/testdriver/runColl_node_local.sh b/testdriver/runColl_node_local.sh deleted file mode 100755 index 8dd4430c..00000000 --- a/testdriver/runColl_node_local.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Runs collation test on only on node -# Test data and output directories are under ~/DDT_DATA -python3 testdriver.py --test coll_shift_short --exec node --run_limit 27 --file_base ../DDT_DATA diff --git a/testdriver/runColl_python.sh b/testdriver/runColl_python.sh deleted file mode 100644 index 467288af..00000000 --- a/testdriver/runColl_python.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Runs collation test on only on python sample -# Test data and output directories are under ~/DDT_DATA -python3 testdriver.py --test coll_shift_short --exec "python3 ../executors/python/executor.py" --run_limit 3 --file_base ~/DDT_DATA diff --git a/testdriver/runColl_rust.sh b/testdriver/runColl_rust.sh deleted file mode 100755 index b21d2b2e..00000000 --- a/testdriver/runColl_rust.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Runs collation test on only on rust -# Test data and output directories are under ~/DDT_DATA -python3 testdriver.py --test coll_shift_short --exec rust --run_limit 27 --file_base ~/DDT_DATA --debug 3 diff --git a/testdriver/runLangNames_node.sh b/testdriver/runLangNames_node.sh deleted file mode 100755 index 83a68693..00000000 --- a/testdriver/runLangNames_node.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Runs collation test on only on node -# Test data and output directories are under ~/DDT_DATA -python3 testdriver.py --test lang_names --exec node --run_limit 27 --file_base ~/DDT_DATA diff --git a/testdriver/runNum_node.sh b/testdriver/runNum_node.sh deleted file mode 100755 index a697fc44..00000000 --- a/testdriver/runNum_node.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Runs collation test on only on node -# Test data and output directories are under ~/DDT_DATA -python3 testdriver.py --test number_fmt --exec node --run_limit 27 --file_base ~/DDT_DATA diff --git a/testdriver/runNum_python.sh b/testdriver/runNum_python.sh deleted file mode 100644 index 7020a65e..00000000 --- a/testdriver/runNum_python.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Runs collation test on only on python sample -# Test data and output directories are under ~/DDT_DATA -python3 testdriver.py --test number_fmt --exec "python3 ../executors/python/executor.py" --run_limit 3 --file_base ~/DDT_DATA diff --git a/testdriver/runNum_rust.sh b/testdriver/runNum_rust.sh deleted file mode 100755 index d73c4ddd..00000000 --- a/testdriver/runNum_rust.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Runs collation test on only on rust -# Test data and output directories are under ~/DDT_DATA -python3 testdriver.py --test number_fmt --exec rust --run_limit 27 --file_base ~/DDT_DATA diff --git a/verifier/verifyAll.sh b/verifier/verifyAll.sh deleted file mode 100644 index bfdaeec4..00000000 --- a/verifier/verifyAll.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Tests tests in sample data -python3 verifier.py --verify_all --file_base ../DDT_DATA diff --git a/verifier/verifyNodeJS.sh b/verifier/verifyNodeJS.sh deleted file mode 100644 index cbf880c2..00000000 --- a/verifier/verifyNodeJS.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Tests node with coll_short_shift and number_fmt -python3 verifier.py --file_base ~/DDT_DATA --exec node --test_type coll_shift_short number_fmt diff --git a/verifier/verifyNode_local.sh b/verifier/verifyNode_local.sh deleted file mode 100644 index 6be5f0d7..00000000 --- a/verifier/verifyNode_local.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -set -e - -# Tests node with coll_short_shift and number_fmt -python3 verifier.py --file_base ../DDT_DATA --exec node --test_type collation_short number_fmt lang_names likely_subtags diff --git a/verifier/verifyRust.sh b/verifier/verifyRust.sh deleted file mode 100644 index b0ad419b..00000000 --- a/verifier/verifyRust.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Tests rust with coll_short_shift and number_fmt -python3 verifier.py --file_base ~/DDT_DATA --exec rust --test_type coll_shift_short number_fmt diff --git a/verifier/verifyRust_local.sh b/verifier/verifyRust_local.sh deleted file mode 100644 index 87948262..00000000 --- a/verifier/verifyRust_local.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Tests rust with coll_short_shift and number_fmt -python3 verifier.py --file_base ../DDT_DATA --exec rust --test_type coll_shift_short number_fmt