Fix float32 precision causing test failure in gcs cloud TF tests.
The time in nanoseconds was being cast to float32 which caused loss of precision. Because floats are used when parsing the time, the time calculation can still be rounded incorrectly. Also changing EXPECT_EQ to EXPECT_NEAR(,,1). PiperOrigin-RevId: 171338952
Loading
Please sign in to comment