#129·tachyon

FileTest.GetInfoForCreationTime is failed on CI

Author: dongchangYooCreated Oct 30, 2023Updated Jul 26, 2024
Labelsbug

Issue type

Bug

Current behavior?

FileTest.GetInfoForCreationTime is failed when testing with openmp on.

tachyon/base/files/file_unittest.cc:474: Failure
Expected: (info.creation_time.ToDeltaSinceUnixEpoch().InSeconds()) >= (before_creation_time_s), actual: 1698560434 vs 1698560435
Stack trace:
  0x5621b1e[363](https://github.com/kroma-network/tachyon/actions/runs/6681633807/job/18155958345?pr=123#step:9:364)dc: tachyon::FileTest_GetInfoForCreationTime_Test::TestBody()
  0x5621b1ec6fa9: testing::internal::HandleSehExceptionsInMethodIfSupported<>()
  0x5621b1ec06bd: testing::internal::HandleExceptionsInMethodIfSupported<>()
  0x5621b1ea0916: testing::Test::Run()
  0x5621b1ea13f0: testing::TestInfo::Run()
... Google Test internal frames ...

Expected Behavior?

FileTest.GetInfoForCreationTime should pass.

Links