DBD::Sybase test errors

From: Ian Burrell (ib_at_onsitetech.com)
Date: 11/18/03

  • Next message: Jonathan Leffler: "Re: DBI docs volunteer offer"
    Date: Mon, 17 Nov 2003 16:06:40 -0800
    To:  dbi-users@perl.org
    
    

    I am trying to install DBD::Sybase 1.01 on Red Hat 7.3 to connect with a
    SQL Server 2000 database. I am using FreeTDS 0.61 with the RPMs from
    freetds.org.

    I appended the output from "make test". Does anyone know what is
    causing the problem? The t/xblob.t test either does a "Out of memory"
    or "Segmentation fault" which is worrying.

      - Ian

    PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
    -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 -e 'use
    Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
    t/autocommit....ok
    t/base..........ok
    t/exec..........ct_param() failed! at t/exec.t line 37.
    Use of uninitialized value in numeric ne (!=) at t/exec.t line 39.
    ct_param() failed! at t/exec.t line 60.
    ct_param() failed! at t/exec.t line 61.
    ct_param() failed! at t/exec.t line 62.
    ct_param() failed! at t/exec.t line 63.
    ct_param() failed! at t/exec.t line 64.
    DBD::Sybase::st execute failed: Server message number=201 severity=16
    state=4 line=0 server=SWEETPEA procedure=dbitest text=Procedure
    'dbitest' expects parameter '@one', which was not supplied. at t/exec.t
    line 65.
    Use of uninitialized value in numeric ne (!=) at t/exec.t line 66.
    ct_param() failed! at t/exec.t line 74.
    Use of uninitialized value in numeric ne (!=) at t/exec.t line 75.
    ct_param() failed! at t/exec.t line 84.
    Use of uninitialized value in numeric ne (!=) at t/exec.t line 85.
    Use of uninitialized value in numeric eq (==) at t/exec.t line 88.
    t/exec..........FAILED test 9
             Failed 1/9 tests, 88.89% okay
    t/fail..........FAILED tests 2, 5, 10, 12
             Failed 4/13 tests, 69.23% okay (less 3 skipped tests: 6 okay,
    46.15%)
    t/login.........Use of uninitialized value in concatenation (.) or
    string at /usr/lib/perl5/site_perl/5.6.1/i386-linux/DBI.pm line 584.
    t/login.........ok
    t/main..........Setting of CS_OPT_TEXTSIZE failed. at t/main.t line 119.
    t/main..........FAILED tests 13-14, 16
             Failed 3/16 tests, 81.25% okay
    t/nsql..........ok
    t/place.........?-style placeholders aren't supported with this SQL Server.
    t/place.........ok
             10/11 skipped:
    t/xblob.........Use of uninitialized value in print at t/xblob.t line 53.
    Use of uninitialized value in print at t/xblob.t line 56.
    Setting of CS_OPT_TEXTSIZE failed. at t/xblob.t line 60.
    Out of memory!
    t/xblob.........dubious
             Test returned status 1 (wstat 256, 0x100)
    DIED. FAILED tests 5-6
             Failed 2/6 tests, 66.67% okay
    Failed Test Stat Wstat Total Fail Failed List of Failed
    -------------------------------------------------------------------------------
    t/exec.t 9 1 11.11% 9
    t/fail.t 13 4 30.77% 2 5 10 12
    t/main.t 16 3 18.75% 13-14 16
    t/xblob.t 1 256 6 4 66.67% 5-6
    13 subtests skipped.
    Failed 4/9 test scripts, 55.56% okay. 10/71 subtests failed, 85.92% okay.


  • Next message: Jonathan Leffler: "Re: DBI docs volunteer offer"