Closed yiranwang52 closed 5 years ago
This happens because the test create 2 directories test1 and test1/test2, and add headers to mock layer in the same order. However the when adding test1/test2, mod time of test1 was also updated.
We round the modtime to the nearest seconds before comparison. But if this test happens around second boundary, the modtime of test1 in mock layer and scanner layer will be seen as different.