eclipse-cyclonedds / cyclonedds-python

Other
59 stars 47 forks source link

Fix CI #176

Closed thijsmie closed 1 year ago

thijsmie commented 1 year ago

Somewhere the CI for Python got really broken and it took me some time to get it running properly again. There is a very curious test failure in CI for Windows now that might be indicative of an actual bug, fixing it is out of scope for this PR, I'll look into it further.

poetinger commented 1 year ago

I wonder why Python 3.10 takes 20 minutes longer for its Fuzz tests, compared with Python 3.7-3.9. Probably not part of this pull request, but should this be investigated?

thijsmie commented 1 year ago

The time difference has nothing to do with the python version, it is caused by the luck of the draw when it comes to random types. 😇