MCPcopy Create free account
hub / github.com/baidu/braft / FsyncTest

Class FsyncTest

test/test_fsync.cpp:15–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <butil/logging.h>
14
15class FsyncTest : public testing::Test {
16};
17
18TEST_F(FsyncTest, benchmark_append) {
19 butil::fd_guard fd(::open("fsync.data", O_RDWR | O_CREAT | O_TRUNC, 0644));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected