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

Method SetUp

gpcontrib/gpcloud/test/compress_writer_test.cpp:45–50  ·  view source on GitHub ↗

Remember that SetUp() is run immediately before a test starts.

Source from the content-addressed store, hash-verified

43 protected:
44 // Remember that SetUp() is run immediately before a test starts.
45 virtual void SetUp() {
46 compressWriter.setWriter(&writer);
47 compressWriter.open(S3Params("s3://abc/def/"));
48
49 this->out = new Byte[S3_ZIP_DECOMPRESS_CHUNKSIZE];
50 }
51
52 // TearDown() is invoked immediately after a test finishes.
53 virtual void TearDown() {

Callers

nothing calls this directly

Calls 3

setWriterMethod · 0.80
S3ParamsClass · 0.50
openMethod · 0.45

Tested by

no test coverage detected