MCPcopy Create free account
hub / github.com/apache/mesos / stat

Class stat

src/tests/container_logger_tests.cpp:793–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791 ASSERT_TRUE(os::exists(stdoutPath));
792
793 struct stat stdoutStat;
794 ASSERT_GE(::stat(stdoutPath.c_str(), &stdoutStat), 0);
795
796 // Depending on the `--switch_user`, the expected user is either

Callers 1

TEST_PFunction · 0.70

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.56