[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gpsd-dev] [RFC] python client patch - reconnect to gpsd
From: |
Jason Azze |
Subject: |
Re: [gpsd-dev] [RFC] python client patch - reconnect to gpsd |
Date: |
Sun, 20 May 2018 15:01:14 -0400 |
On Fri, May 18, 2018, at 6:19 PM, Gary E. Miller wrote:
> Yo teyrana!
>
> On Fri, 18 May 2018 17:56:40 -0400
> teyrana <address@hidden> wrote:
>
> > It looks like the client-reconnect code never made it into master.
>
> Whoops. I had it in my current branch but forgot to push. Pushed now.
>
> Thanks for the reminder.
I think something broke on this commit. All of my builders failed scons check.
18:26:37 ./regress-driver -q test/daemon/passthrough.log
18:26:37 Processing test/daemon/passthrough.log
18:26:39 Traceback (most recent call last):
18:26:39 File
"/home/jenkins/workspace/gpsd_multiplatform/slave/pelican2/gpsfake", line 261,
in <module>
18:26:39 test.run()
18:26:39 File
"/home/jenkins/workspace/gpsd_multiplatform/slave/pelican2/gps/fake.py", line
749, in run
18:26:39 while chosen.waiting():
18:26:39 File
"/home/jenkins/workspace/gpsd_multiplatform/slave/pelican2/gps/client.py", line
90, in waiting
18:26:39 (self.sock,), (), (), timeout)
18:26:39 TypeError: argument must be an int, or have a fileno() method.
18:26:39 Output missing for test/daemon/passthrough.log
18:26:39 Regression test FAILED: 1 errors in 1 tests total (0 not found).
18:26:39 The following test Failed:
18:26:39 ================================================================
18:26:39 "test/daemon/passthrough.log"
18:26:39 ================================================================
18:26:39 scons: *** [gpsfake-pty] Error 1