MCPcopy Create free account
hub / github.com/apache/cloudberry / TEST_F

Function TEST_F

gpcontrib/gpcloud/test/s3interface_test.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56};
57
58TEST_F(S3InterfaceServiceTest, GetResponseWithZeroRetry) {
59 string url = "https://s3-us-west-2.amazonaws.com/s3test.pivotal.io/whatever";
60 HTTPHeaders headers;
61
62 EXPECT_THROW(this->getResponseWithRetries(url, headers, 0), S3FailedAfterRetry);
63}
64
65TEST_F(S3InterfaceServiceTest, GetResponseWithTwoRetries) {
66 string url = "https://s3-us-west-2.amazonaws.com/s3test.pivotal.io/whatever";

Callers

nothing calls this directly

Calls 15

S3ConnectionErrorClass · 0.85
ResponseClass · 0.85
BucketContentClass · 0.85
S3UrlClass · 0.85
S3QueryAbortClass · 0.85
getStatusMethod · 0.80
listBucketMethod · 0.80
pushBuckentContentMethod · 0.80

Tested by

no test coverage detected