You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Totally at a loss as to how this could be flaking. The test is a bunch of calls to synchronous dbgen functions, and then a direct call to a dbmem query. Maybe some Windows weirdness? Though doesn't explain why the test only started flaking a few months later.
The text was updated successfully, but these errors were encountered:
Closescoder/internal#447.
The test was failing 30% of the time on Windows without the rounding
applied by `dbtime`. `dbtime` was used on the timestamps inserted into
the DB, but not within the query. Once using `dbtime` within the query
there were no failures in 200 runs.
https://github.com/coder/coder/actions/runs/13623011640/job/38075570842
Totally at a loss as to how this could be flaking. The test is a bunch of calls to synchronous
dbgen
functions, and then a direct call to adbmem
query. Maybe some Windows weirdness? Though doesn't explain why the test only started flaking a few months later.The text was updated successfully, but these errors were encountered: