Skip to Content.
Sympa Menu

freetds - Re: [freetds] [0.95rc1] Some preliminary test results

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddy77 AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] [0.95rc1] Some preliminary test results
  • Date: Fri, 8 May 2015 19:10:51 +0100

2015-05-07 19:50 GMT+01:00 Sergio NNX <sfhacker AT hotmail.com>:
> Thanks guys for all your hard work!
>
> Some test results .... using MS SQL Server 2008
>
> Compile-time settings (established with the "configure" script)
> Version: freetds v0.95rc1
> freetds.conf directory: \freetds-0.95rc1\etc
> MS db-lib source compatibility: no
> Sybase binary compatibility: no
> Thread safety: yes
> iconv library: yes
> TDS version: 7.0
> iODBC: no
> unixodbc: yes
> SSPI "trusted" logins: yes
> Kerberos: yes (Heimdal 1.6.99)
> OpenSSL: yes (OpenSSL 1.0.2a)
> GnuTLS: no
>

Looks like a Windows build! Good.

>
> ===================
> All 20 tests passed (tds/unittests)
> ===================
>
> ===================
> All 29 tests passed (ctlib/unittests)
> ===================
>
> ====================
> 2 of 35 tests failed (dblib/unittests)
> ====================
>
> Failed tests: rpc, thread
>
> [...]
> retrieving output parameters...
> param name type length data
> ---- ------------------- ---- ----- ------------------------------
> 1 @null_input 39 3 xml
> 2 @first_type 39 6 bigint
> 3 @nullout 56 0
> 4 @varchar_tds7_out 39 8000 ÷÷÷÷÷÷÷÷÷÷...
> 5 @nvarchar_tds7_out 39 4000 öööööööööö...
> 6 @nrows 56 4 3
> Good: Got 6 output parameters and 1 return status of 42.
> Expected an empty resultset got 2.
> FAIL rpc (exit status: 1)
>

This is quite weird. Which server and protocol version are you using?
Can you enable dumps?

> ====================
> 8 of 71 tests failed (odbc/unittests)
> ====================
>
> Failed tests: connect, genparams, rpc, typeinfo, describecol, timeout3,
> freeclose, cancel
>

I think you are using protocol 7.0 with a newer server. Looks like
this combination make some tests fails (genparams, describecol and
perhaps type info). About timeout3, freeclose and connect perhaps
these require some hack that not work that well on Windows. cancel
worry me a bit. Can you post outputs?

Frediano




Archive powered by MHonArc 2.6.24.

Top of Page