Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="zstash",
version="1.6.0rc1",
version="1.6.0rc2",
author="Ryan Forsyth, Chris Golaz, Zeshawn Shaheen",
author_email="forsyth2@llnl.gov, golaz1@llnl.gov, shaheen2@llnl.gov",
description="Long term HPSS archiving software for E3SM",
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/E3SM-Project/zstash.git"

[version]
current = "1.6.0rc1"
current = "1.6.0rc2"

# Example of a semver regexp with support for PEP 440
# release candidates.Make sure this matches current_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ check_log_has()
done
}

run_hsi() {
env -u LD_LIBRARY_PATH -u LD_PRELOAD hsi "$@"
}

setup()
{
echo "##########################################################################################################"
Expand All @@ -22,7 +26,7 @@ setup()
case_name="${3}"
archive_name=$4
if [[ "${use_hpss}" == "true" ]]; then
hsi rm -R ${archive_name}
run_hsi rm -R ${archive_name}
fi
echo "use_hpss=${use_hpss}"
echo "follow_symlinks=${follow_symlinks}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ check_log_has()
fi
}

run_hsi() {
env -u LD_LIBRARY_PATH -u LD_PRELOAD hsi "$@"
}

# base.setupDirs ##############################################################
test_dir=zstash_test

Expand Down Expand Up @@ -47,7 +51,7 @@ echo "Cache:"
ls -l ${test_dir}/${cache} 2>&1 | tee ${case_name}_cache.log
check_log_has "index.db" ${case_name}_cache.log
echo "HPSS:"
hsi ls -l ${hpss_path} 2>&1 | tee ${case_name}_hpss.log
run_hsi ls -l ${hpss_path} 2>&1 | tee ${case_name}_hpss.log
check_log_has "000000.tar" ${case_name}_hpss.log
check_log_has "index.db" ${case_name}_hpss.log

Expand All @@ -65,7 +69,7 @@ echo "Cache:"
ls -l ${test_dir}/${cache} 2>&1 | tee ${case_name}_cache.log
check_log_has "index.db" ${case_name}_cache.log
echo "HPSS:"
hsi ls -l ${hpss_path} 2>&1 | tee ${case_name}_hpss.log
run_hsi ls -l ${hpss_path} 2>&1 | tee ${case_name}_hpss.log
check_log_has "000000.tar" ${case_name}_hpss.log
check_log_has "000001.tar" ${case_name}_hpss.log
check_log_has "index.db" ${case_name}_hpss.log
Expand All @@ -81,7 +85,7 @@ echo "Cache:"
ls -l ${test_dir}/${cache} 2>&1 | tee ${case_name}_cache.log
check_log_has "index.db" ${case_name}_cache.log
echo "HPSS:"
hsi ls -l ${hpss_path} 2>&1 | tee ${case_name}_hpss.log
run_hsi ls -l ${hpss_path} 2>&1 | tee ${case_name}_hpss.log
check_log_has "000000.tar" ${case_name}_hpss.log
check_log_has "000001.tar" ${case_name}_hpss.log
check_log_has "000002.tar" ${case_name}_hpss.log
Expand All @@ -97,7 +101,7 @@ echo "Cache:"
ls -l ${test_dir}/${cache} 2>&1 | tee ${case_name}_cache.log
check_log_has "index.db" ${case_name}_cache.log
echo "HPSS:"
hsi ls -l ${hpss_path} 2>&1 | tee ${case_name}_hpss.log
run_hsi ls -l ${hpss_path} 2>&1 | tee ${case_name}_hpss.log
check_log_has "000000.tar" ${case_name}_hpss.log
check_log_has "000001.tar" ${case_name}_hpss.log
check_log_has "000002.tar" ${case_name}_hpss.log
Expand All @@ -114,7 +118,7 @@ echo "Cache:"
ls -l ${test_dir}/${cache} 2>&1 | tee ${case_name}_cache.log
check_log_has "index.db" ${case_name}_cache.log
echo "HPSS:"
hsi ls -l ${hpss_path} 2>&1 | tee ${case_name}_hpss.log
run_hsi ls -l ${hpss_path} 2>&1 | tee ${case_name}_hpss.log
check_log_has "000000.tar" ${case_name}_hpss.log
check_log_has "000001.tar" ${case_name}_hpss.log
check_log_has "000002.tar" ${case_name}_hpss.log
Expand All @@ -135,4 +139,4 @@ rm create.log
rm create_*.log
rm ls.log
rm update*.log
hsi rm -R ${hpss_path}
run_hsi rm -R ${hpss_path}
2 changes: 1 addition & 1 deletion zstash/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v1.6.0rc1"
__version__ = "v1.6.0rc2"
1 change: 1 addition & 0 deletions zstash/globus_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
REGEX_ENDPOINT_MAP: Dict[str, str] = {
r"theta.*\.alcf\.anl\.gov": "08925f04-569f-11e7-bef8-22000b9a448b",
r"beboplogin\d+.*\.lcrc\.anl\.gov": "15288284-7006-4041-ba1a-6b52501e49f1",
r"ilogin\d+.*\.lcrc\.anl\.gov": "15288284-7006-4041-ba1a-6b52501e49f1",
r"blueslogin.*\.lcrc\.anl\.gov": "15288284-7006-4041-ba1a-6b52501e49f1",
r"chrlogin.*\.lcrc\.anl\.gov": "15288284-7006-4041-ba1a-6b52501e49f1",
r"b\d+\.lcrc\.anl\.gov": "15288284-7006-4041-ba1a-6b52501e49f1",
Expand Down
Loading