Marcin Pączkowski
Marcin Pączkowski
I guess it's possible that it's timing out. Having to run the tests suite for longer than 20 minutes is probably not desirable long run, but for to test you...
I don't know why the tests are slow, of the top of my head. BTW I could recreate locally some failures only when running the test suite on a fully...
> Do we maybe want to fix the classes before having the failing tests in the CI? Yes, definitely :) @JordanHendersonMusic, you can skip the failing tests by adding them...
@JordanHendersonMusic can you decide whether we should put this on the 3.14 board? Let's start by rebasing on current develop to see whether the tests pass.
@Spacechild1 as this is about Windows, do you think this is okay?
As this is fixed, I'll unpin this issue, I hope that's okay.
I'd suggest to keep this as a Draft until the reblocking PR is merged. Also, could the formatting of the opening comment be adjusted to remove the extra newlines?
Note: build failures are note related to this PR, there seems to be an issue with installing Qt.
> I am not sure why this is. Have you tried writing instead: I guess I should've linked to a file in this PR... [what you proposed is how they...
I found the reason for the failures. There was `server.sync` called in the teardown function of `TestNodeProxy_Server`, after `server.quitSync` was already called in the test itself and the server wasn't...