Skip to content

Commit

Permalink
Force early test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Nov 22, 2024
1 parent d35e896 commit d831521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local_cache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ func TestLargeFile(t *testing.T) {
size := test_utils.WriteBigBuffer(t, fp, 100)

require.NoError(t, err)
require.Error(t, err)

tr, err := client.DoGet(ctx, "pelican://"+param.Server_Hostname.GetString()+":"+strconv.Itoa(param.Server_WebPort.GetInt())+"/test/hello_world.txt",
filepath.Join(tmpDir, "hello_world.txt"), false, client.WithCaches(cacheUrl))
assert.NoError(t, err)
Expand Down

0 comments on commit d831521

Please sign in to comment.