Skip to content

Commit

Permalink
skip unreliable metalink test (cvmfs#3733)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDaveD authored Dec 19, 2024
1 parent 1096144 commit 5cea521
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions test/src/691-metalink/main
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ cvmfs_run_test() {
# It's not a vital check so comment it out.
#echo "*** Try reading second internal file, should fail"
#! cat ${repo_dir}/internal/file2 || return 53

echo "*** Switch to next host and try again"
#
#echo "*** Switch to next host and try again"
echo "*** Switch to next host to read next file"
sudo cvmfs_talk -p $test_pipe host switch || return 54
cat ${repo_dir}/internal/file2 || return 55
[ "$(attr -qg host $cvmfs_mnt)" = "$internal_http_base2" ] || return 56
Expand All @@ -183,10 +184,13 @@ cvmfs_run_test() {
cat ${repo_dir}/external/file1 || return 61
[ "$(attr -qg external_host $cvmfs_mnt)" = "$external_http_base1" ] || return 62

echo "*** Try reading second external file, should fail"
! cat ${repo_dir}/external/file2 || return 63

echo "*** Switch to next host and try again"
# This one usually works but sometimes failed on Fedora 40
# so comment it out too.
#echo "*** Try reading second external file, should fail"
#! cat ${repo_dir}/external/file2 || return 63
#
#echo "*** Switch to next host and try again"
echo "*** Switch to next external host to read next file"
sudo cvmfs_talk -p $test_pipe external host switch || return 64
cat ${repo_dir}/external/file2 || return 65
[ "$(attr -qg external_host $cvmfs_mnt)" = "$external_http_base2" ] || return 66
Expand Down

0 comments on commit 5cea521

Please sign in to comment.