[Twisted-Python] Twisted 17.5 vs txkube
Hello, Sadly the txkube test suite is still pretty busted against Twisted 17.5. It was broken for a long time with Twisted 17.1 as well. I'm not sure if these are exactly the same problems or not but they look somewhat related. https://travis-ci.org/LeastAuthority/txkube/builds/269920984 If anyone feels like getting to the bottom of this, I'd appreciate it. Jean-Paul
On 30 Aug 2017, at 22:05, Jean-Paul Calderone <exarkun@twistedmatrix.com> wrote:
Hello,
Sadly the txkube test suite is still pretty busted against Twisted 17.5. It was broken for a long time with Twisted 17.1 as well. I'm not sure if these are exactly the same problems or not but they look somewhat related.
https://travis-ci.org/LeastAuthority/txkube/builds/269920984 <https://travis-ci.org/LeastAuthority/txkube/builds/269920984>
If anyone feels like getting to the bottom of this, I'd appreciate it.
Jean-Paul
I took a stab at some fixes a while ago in https://github.com/LeastAuthority/txkube/pull/135 <https://github.com/LeastAuthority/txkube/pull/135> -- some using private APIs, if I remember, sadly -- but I don't have the time at the moment to get it in a mergable state. But it might be a good start for others. - Amber
I hope that won't discourage anyone else from taking a look. On Wed, Aug 30, 2017 at 8:09 AM, Amber Hawkie Brown < hawkowl@atleastfornow.net> wrote:
On 30 Aug 2017, at 22:05, Jean-Paul Calderone <exarkun@twistedmatrix.com> wrote:
Hello,
Sadly the txkube test suite is still pretty busted against Twisted 17.5. It was broken for a long time with Twisted 17.1 as well. I'm not sure if these are exactly the same problems or not but they look somewhat related.
https://travis-ci.org/LeastAuthority/txkube/builds/269920984
If anyone feels like getting to the bottom of this, I'd appreciate it.
Jean-Paul
I took a stab at some fixes a while ago in https://github.com/ LeastAuthority/txkube/pull/135 -- some using private APIs, if I remember, sadly -- but I don't have the time at the moment to get it in a mergable state. But it might be a good start for others.
- Amber
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
I submitted one pull request, based on Amber's previous patch: https://github.com/LeastAuthority/txkube/pull/150 that brings the test failures down to only 1 failed test with Twisted 17.5.0 on Python 2.7. For the last failing test, it looks like It looks like changes which went into Twisted 17.1 for HostnameEndpoint and SSL here: https://github.com/twisted/twisted/pull/624 are causing that test to fail. I'm not so familiar with Endpoints and SSL, so that will take a while for me to figure out. -- Craig On Wed, Aug 30, 2017 at 5:05 AM, Jean-Paul Calderone < exarkun@twistedmatrix.com> wrote:
Hello,
Sadly the txkube test suite is still pretty busted against Twisted 17.5. It was broken for a long time with Twisted 17.1 as well. I'm not sure if these are exactly the same problems or not but they look somewhat related.
https://travis-ci.org/LeastAuthority/txkube/builds/269920984
If anyone feels like getting to the bottom of this, I'd appreciate it.
Jean-Paul
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
participants (3)
-
Amber Hawkie Brown
-
Craig Rodrigues
-
Jean-Paul Calderone