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

Method SetUp

gpcontrib/gpcloud/test/s3key_writer_test.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20 protected:
21 virtual void SetUp() {
22 this->setS3InterfaceService(&mockS3Interface);
23
24 testParams.setChunkSize(1000);
25 testParams.setCred({"accessid", "secret"});
26 testParams.setNumOfChunks(3);
27 }
28
29 virtual void TearDown() {
30 }

Callers

nothing calls this directly

Calls 4

setCredMethod · 0.80
setNumOfChunksMethod · 0.80
setS3InterfaceServiceMethod · 0.45
setChunkSizeMethod · 0.45

Tested by

no test coverage detected