Class org.broadinstitute.hellbender.utils.gcs.BucketUtilsUnitTest

19

tests

0

failures

0

ignored

4.518s

duration

100%

successful

Tests

Test Duration Result
testBucketPathToPublicHttpUrl 0.947s passed
testCopyAndDeleteGCS 1.028s passed
testCreateSignedUrl 0.324s passed
testDirSizeGCS 1.400s passed
testGetPathOnGcsDirectory 0s passed
testIsEligibleForPrefetchingWithPathSpecifier[0](localFile, false) 0s passed
testIsEligibleForPrefetchingWithPathSpecifier[1](file:///local/file, false) 0s passed
testIsEligibleForPrefetchingWithPathSpecifier[2](http://www.somewhere.com, true) 0s passed
testIsEligibleForPrefetchingWithPathSpecifier[3](https://www.somewhere.com, true) 0s passed
testIsEligibleForPrefetchingWithPathSpecifier[4](gs://abucket/bucket, true) 0.001s passed
testIsEligibleForPrefetchingWithPathSpecifier[5](gs://abucket_with_underscores, true) 0s passed
testIsEligibleForPrefetching[0](localFile, false) 0.001s passed
testIsEligibleForPrefetching[1](file:///local/file, false) 0s passed
testIsEligibleForPrefetching[2](http://www.somewhere.com, true) 0.001s passed
testIsEligibleForPrefetching[3](https://www.somewhere.com, true) 0s passed
testIsEligibleForPrefetching[4](gs://abucket/bucket, true) 0.001s passed
testIsEligibleForPrefetching[5](gs://abucket_with_underscores, true) 0s passed
testIsGcsUrl 0s passed
testRequesterPays 0.815s passed