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

Method SetUp

cpp/src/arrow/filesystem/s3_test_util.h:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 S3Environment() : ec2_metadata_disabled_guard_("AWS_EC2_METADATA_DISABLED", "true") {}
93
94 void SetUp() override {
95 // Change this to increase logging during tests
96 S3GlobalOptions options;
97 options.log_level = S3LogLevel::Fatal;
98 ASSERT_OK(InitializeS3(options));
99 }
100
101 void TearDown() override { ASSERT_OK(FinalizeS3()); }
102

Callers

nothing calls this directly

Calls 1

InitializeS3Function · 0.85

Tested by

no test coverage detected