DOMjudge / domjudge-packaging

DOMjudge packaging for (Linux) distributions and live image
31 stars 37 forks source link

Faketime #91

Closed vmcj closed 3 years ago

vmcj commented 3 years ago

This will be used for the visual regression test,

It is now possible to do: faketime -f "2021-01-01 00:10:10" bash

which will freeze the clock for that shell (but not the parent shells) so the tests can not have regression when one test is ran on a different time.

See https://www.systutorials.com/docs/linux/man/1-faketime/

vmcj commented 3 years ago

This was solved in a different way and using faketime did not solve all issues in a clean way. Will close this one.