-
Notifications
You must be signed in to change notification settings - Fork 44
PyTango test suite CI for Windows #369
Comments
It is probably easier to make a small change to the AppVeyor scripts to do this. However, GitHub Actions are another option if we find some limitation using AppVeyor. |
First problem was that in tango/test_context.py calling: without previously closing the handle would result in an error. |
Running more than one test using DeviceTestContext would result in Segmentation Fault occuring in the second test, as mentioned here: #387 (comment) Two workarounds:
For now we still have to use pytango 9.3.1, because this issue is blocking: #355 |
@spirit1317 Thanks for the feedback. Nice work, figuring this out! I prefer the batch file execution of the tests under Windows, ca4f8a0. I have the following comments:
|
@ajoubertza Thanks for your remarks. Because on windows we are running each test separately, I thought it's a nice idea to add some kind of summary like here 64eba09. Both commits include fix for windows DLL problem #355 |
Adding a summary is a good idea. I'm not sure about the TangoTest Windows binary. Using your personal repo is not a good solution. I've asked about it on kernel dev Slack channel.
|
Run PyTango test suite in AppVeyor to quickly find up Windows-related bugs.
The text was updated successfully, but these errors were encountered: