File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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}`
You can’t perform that action at this time.
0 commit comments