Closed daipom closed 2 years ago
I found the cause of occasional test failures in https://github.com/treasure-data/serverengine/pull/132.
It was caused by Timecop.freeze occurring before setting restart-time.
Timecop.freeze
This fix will make tests stable.
I found the cause of occasional test failures in https://github.com/treasure-data/serverengine/pull/132.
It was caused by
Timecop.freeze
occurring before setting restart-time.This fix will make tests stable.