Skip to content

Commit 1eb3ad4

Browse files
committed
Chrysalis fixes
1 parent a66e101 commit 1eb3ad4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,16 @@ cd tests/integration/bash_tests/run_from_chrysalis/
6767
# Log into globus.org
6868
# Log into endpoints (LCRC Improv DTN, NERSC Perlmutter) at globus.org: File Manager > Add the endpoints in the "Collection" fields
6969

70-
# In all cases, do:
70+
# Reset completely:
71+
# Revoke consents: https://auth.globus.org/v2/web/consents > Globus Endpoint Performance Monitoring > rescind all
72+
# Run the following lines to set up the database_corruption test
73+
# Alternative option: Rerun the `test_single_auth_code ${path_to_repo} NERSC_PERLMUTTER_ENDPOINT ${perlmutter_dst_dir}` line from `globus_auth.bash`
74+
rm ~/.zstash_globus_tokens.json
75+
mkdir zstash_demo; echo 'file0 stuff' > zstash_demo/file0.txt
76+
# NERSC_PERLMUTTER_ENDPOINT=6bdc7956-fc0f-4ad2-989c-7aa5ee643a79
77+
zstash create --hpss=globus://6bdc7956-fc0f-4ad2-989c-7aa5ee643a79//global/homes/f/forsyth/zstash/tests/test_database_corruption_setup23 zstash_demo
78+
# You'll have to paste an auth code here, but NOT during the database_corruption test.
79+
rm -rf zstash_demo/
7180
# Then, increment `try_num` below to avoid using an old directory.
7281
# Alternatively, start fresh by deleting the directory on Perlmutter:
7382
# `rm -rf /global/homes/f/forsyth/zstash/tests/test_database_corruption_try{try_num}`

0 commit comments

Comments
 (0)