crate / sqlalchemy-cratedb

SQLAlchemy dialect for CrateDB.
https://cratedb.com/docs/sqlalchemy-cratedb/
Apache License 2.0
3 stars 2 forks source link

Tests: Flakyness within "doctests/itests.txt" #114

Closed amotl closed 1 year ago

amotl commented 2 years ago

Apparently, it only happens on macOS so far, maybe when picking a slow runner.

File "/Users/runner/work/crate-python/crate-python/src/crate/client/sqlalchemy/doctests/itests.txt", line 83, in itests.txt
Failed example:
    (now - location.datetime_tz).seconds < 4
Expected:
    True
Got:
    False

-- https://github.com/crate/crate-python/actions/runs/3180929220/jobs/5185222240#step:4:358 -- https://github.com/crate/crate-python/actions/runs/3198878846/jobs/5223969314#step:4:337 -- https://github.com/crate/crate-python/actions/runs/3218660768/jobs/5263106301#step:4:440

amotl commented 1 year ago

Haven't seen this fluke for a while. Closing this.