MetOffice / dagrunner

Directed acyclic graph (DAG) runner and tools
https://github.com/MetOffice/dagrunner?tab=readme-ov-file#dagrunner
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

TEST: logging failures in CI #39

Closed cpelley closed 3 months ago

cpelley commented 3 months ago

test_sqlitedb is reliant on running the client and server on separate processes. pytest when running via github actions doesn't seem to like this. This seems to cause some intermittent failures.

Issues

cpelley commented 3 months ago

Fixed