-
Notifications
You must be signed in to change notification settings - Fork 17
CI test run times can be really long #2473
Comments
it is really long? I'm not sure it's worth reporting - we all know that unless we run actor tests in debug they will take long due to the contract setup taking a lot of time in all cases. There was an idea to store an opened Cfd in DB so that we can start almost all tests from "open" state, but we never actioned that due to other priorities. Also: I see that in the linked run macOS run took 17m, whilst ubuntu took 16m - is that additional minute worth singling out macos? |
macos
CI test run times can be really long
You are both right, all tests are now significantly slower. This run here was relatively fast: https://github.com/itchysats/itchysats/actions/runs/2688891218
and the one afterwards was slow: https://github.com/itchysats/itchysats/actions/runs/2689104767
ever since the tests run for >15m It looks like ever since this landed we slowed down: #2404 |
cc @Restioson |
I'll try disable some more stuff from the macro's generated code itself when the tracing env var is disabled. It could be the 1s sleep or flush that's taking long. |
We had a CI
macos
test run that took15
minutes to complete!I don't think it is expected that CI takes that long.
See: https://github.com/itchysats/itchysats/runs/7407394638?check_suite_focus=true on #2469
The text was updated successfully, but these errors were encountered: