Skip to content

Commit ebd3f4a

Browse files
committed
naming of test harnesses single & multi - use more letters and more words
1 parent 4d56c8b commit ebd3f4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+6
-6
lines changed

.github/workflows/run-test-programs-single-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
defaults:
1919
run:
20-
working-directory: ./test_harness/single
20+
working-directory: ./test_harness/single_node
2121
strategy:
2222
matrix:
2323
python: ['3.9','3.13']

.github/workflows/run-test-suite-multi-node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create a networked set of containers (via a Docker compose project) on which to run the client test suite.
22
# (For further information, see the README in `docker-testing`.)
33

4-
name: run-test-suite-multi-node
4+
name: run-test-suite-multiple-node
55

66
on: [push, pull_request]
77

@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:
14-
working-directory: ./test_harness/multi
14+
working-directory: ./test_harness/multiple_node
1515
strategy:
1616
matrix:
1717
python: ['3.9','3.13']
@@ -32,7 +32,7 @@ jobs:
3232
sleep 1
3333
done
3434
echo "client_container = [$client_container]"
35-
docker exec "${client_container}" /repo_root/test_harness/multi/run_tests.sh
35+
docker exec "${client_container}" /repo_root/test_harness/multiple_node/run_tests.sh
3636
3737
- name: Stop containers
3838
if: always()

.github/workflows/run-test-suite-single-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:
14-
working-directory: ./test_harness/single
14+
working-directory: ./test_harness/single_node
1515
strategy:
1616
matrix:
1717
python: ['3.9','3.13']

irods/test/scripts/run_suite_locally.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ run_tests() {
3737
# Install PREP (Python Rule Engine Plugin).
3838
(
3939
set -e
40-
cd "/prc/test_harness/single"
40+
cd "/prc/test_harness/single_node"
4141
apt update
4242
./install_python_rule_engine
4343
su irods -c './setup_python_rule_engine --wait'

test_harness/multi/harness-docker-compose-irods-4.yml renamed to test_harness/multiple_node/harness-docker-compose-irods-4.yml

File renamed without changes.

test_harness/multi/harness-docker-compose-irods-5.yml renamed to test_harness/multiple_node/harness-docker-compose-irods-5.yml

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)