Timing, clock skew, and network conditions can cause slight skew in the generated/expected timestamps in the unit test vs. actual recorded timestamps in the database. This can cause flakiness in the tests due to sporadic failures when things don't perfectly align. To fix this, we change assertEquals() to assertEqualsWithDelta() with a small (3 second) delta to account for this potential delay. |
||
|---|---|---|
| .. | ||
| configs | ||
| configtest | ||
| integration | ||
| units | ||
| .htaccess | ||
| Dockerfile | ||
| integration.mysql.xml | ||
| integration.postgres.xml | ||
| integration.sqlite.xml | ||
| units.mssql.xml | ||
| units.mysql.xml | ||
| units.postgres.xml | ||
| units.sqlite.xml | ||