test_os windows failed test handling#4764
Conversation
…r all platforms`
youknowone
left a comment
There was a problem hiding this comment.
Other parts looks perfect. Thank you so much!
Sorry, something went wrong.
youknowone
left a comment
There was a problem hiding this comment.
👍
Sorry, something went wrong.
|
ah, removing test_os from platform independent tests allowed windows to run test_os, and it started failing |
Sorry, something went wrong.
But it shouldn't fail on windows, should it? |
Sorry, something went wrong.
|
Yes. In that case, skipping test is better than failing CI. |
Sorry, something went wrong.
|
I see the test failed, but it was run without |
Sorry, something went wrong.
Did you run |
Sorry, something went wrong.
|
here is copy of the failing messages. They look like all coming from the same reason. |
Sorry, something went wrong.
This is related to the |
Sorry, something went wrong.
|
Taking a look at what I did in #3807, you'd probably need to add (After, of course, running |
Sorry, something went wrong.
|
Just ran this command without any code changes |
Sorry, something went wrong.
Which command? It would be helpful to type it out in full. |
Sorry, something went wrong.
|
Command: |
Sorry, something went wrong.
|
I marked this PR as help-wanted. I think this PR need help from windows environment |
Sorry, something went wrong.
|
I've got a Windows partition taking up space on my hard drive, I'll hopefully get time at weekend to test out after a gazillion updates. |
Sorry, something went wrong.
|
It might be important to consider that GitHub's Windows runners are running Windows Server 2022, not Windows 10 or 11. |
Sorry, something went wrong.
|
that would be dope @derlih, if it fails we'll be pretty certain its the cause (and I'll also avoid doing updates on Windows yet again!) |
Sorry, something went wrong.
youknowone
left a comment
There was a problem hiding this comment.
Thank you so much !
Sorry, something went wrong.
#3960 for test_os
In addition removed test_iter from platform dependant tests.