Skip to content

Commit 68c023b

Browse files
authored
Merge pull request #357 from E3SM-Project/non-block-testing-fix
fixed typos in tests3 README file.
2 parents 10a5b8f + c0929ad commit 68c023b

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

tests3/README_TEST_BLOCKING

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the local copy can be deleted before the next tar-file is created.
1717
I. File System Setup
1818
====================
1919

20-
s one may want, or need to re-conduct testing under varied conditions, the
20+
As one may want, or need to re-conduct testing under varied conditions, the
2121
test script:
2222

2323
test_zstash_blocking.sh
@@ -39,7 +39,7 @@ working directory:
3939
[CWD]/dst_data/
4040

4141
- destination for Globus transfer of archives.
42-
42+
4343
[CWD]/tmp_cache/
4444

4545
- [Optional] alternative location for tar-file generation.
@@ -60,7 +60,7 @@ Note: It never hurts to run the supplied script:
6060
before a test run. This will delete any archives in the src_data/zstash
6161
cache and the receiving dst_data directories, and delete the src_data/zstash
6262
directory itself if it exists. This ensures a clean restart for testing.
63-
The rad data files placed into src_data are not affected.
63+
The raw data files placed into src_data are not affected.
6464

6565
II. Running the Test Script
6666
===========================
@@ -84,17 +84,17 @@ If "NON_BLOCKING" is selected, the zstash flag "--non-blocking" is supplied
8484
to the zstash command line, and tar files continue to be created in parallel
8585
to running Globus transfers.
8686

87-
It is suggested that you reun the test script with
87+
It is suggested that you run the test script with
8888

89-
test_zstash_blocking.sh (BLOCKING|NON_BLOCKING) > your_logfile 2>&1
89+
test_zstash_blocking.sh (BLOCKING|NON_BLOCKING) > your_logfile 2>&1
9090

9191
so that your command prompt returns and you can monitor progress with
9292

9393
snapshot.sh
9494

9595
which will provide a view of both the tarfile cache and the destination
96-
directory for delivred tar files. It is also suugested that you name your
97-
logfile to reflect the date, and whether BLOCKING or not.
96+
directory for delivred tar files. It is also suggested that you name your
97+
logfile to reflect the date, and whether BLOCKING or not was specified.
9898

9999

100100
FINAL NOTE: In the zstash code, the tar file "MINSIZE" parameter is taken

tests3/snapshot.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ ls -l src_data/zstash
1010
echo ""
1111
echo "tmp_cache:"
1212
ls -l tmp_cache
13-
14-

tests3/test_zstash_blocking.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,3 @@ fi
7070
echo "Testing Completed"
7171

7272
exit 0
73-

0 commit comments

Comments
 (0)