Re: dblib test t002 hanging when run against SQL Server 2008r2 SP2 ?
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4cqK0aKLtJKUTh+b_MMtNMVNeKuiZynycnc1HOwdVsNiw@mail.gmail.com> |
I think there is no point in doing it. The server reply is really common. Language query (simplest one), no parameters, no prepared, no RPC. Protocol is quite simple, no strange headers, no MARS. Reply is simple too. ROWFMT, ROWs, DONE, ROWFMT, ROWs, DONE(final). The dblib buffer is not at the end. The TDS packet was entirely read (so even if server disconnect there are no problems). Could be some AppVeyor timeout? Try to disable collations "test" (this was not actually supposed to be a test) which is quite slow and executed before this test. Frediano 2015-06-12 13:06 GMT+01:00 Ramiro Morales <[email protected]>: > On Thu, Jun 11, 2015 at 6:03 PM, Frediano Ziglio <[email protected]> wrote: >> >> No ideas, I would add a >> >> putenv("TDSDUMP=stdout"); >> >> line to test and see the output from AppVeyor > > This is great advice Frediano. Thanks!. > > Did that but is seems it doesn't show additional info about the freeze > in the precise moment it happens: > > Commit: https://github.com/ramiro/freetds/commit/9b3a305562a772879f74bcbb893746f7ac48b7ea > Log: https://ci.appveyor.com/project/ramiro/freetds/build/174/job/mrcry453g61o351d#L5885 > > Will try to set up a Windows dev env at work today to see if it's > reproducible but I'm not sure which exact SQL Server 2008 (sub)version > they have there. > > Regards, > > -- > Ramiro Morales > @ramiromorales > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds