-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix splitting tests on windows #407
Conversation
Signed-off-by: Karsten Knese <[email protected]>
Signed-off-by: Karsten Knese <[email protected]>
Signed-off-by: Karsten Knese <[email protected]>
Look at that, a green Windows build :) This is ready for review. |
that looks now like a different problem:
That looks like another timing issue where the database is locked or not released on time before the next test starts. |
Doing a search for |
Signed-off-by: Karsten Knese <[email protected]>
I've let it run 100 times wo/ any errors on my local Windows VM with the latest change. Regarding the SQL Locks, there was a PR from @sriramster in #189 which we never pursued any further. But I think it's orthogonal to the fix proposed here. EDIT: I've just seen there is already an open ticket for that case where the database is locked: #240 |
Is the solution basically just cleaning up all directories at the end of each test run? |
no, the fix is to fill in the metadata correctly. |
fixes #305