Uploaded image for project: 'MariaDB Connector/C'
  1. MariaDB Connector/C
  2. CONC-181

mysql_client_test fails on Ubuntu quantal builder (bb-10.2-connector-c-integ repo)

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0
    • None
    • None

    Description

      http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-quantal-x86/builds/4102/steps/test/logs/stdio

      main.mysql_client_test w2 [ fail ]
      Test ended at 2016-05-12 01:53:33

      CURRENT_TEST: main.mysql_client_test
      mysqltest: At line 19: exec of '/usr/local/mariadb-10.2.0-linux-i686/bin/mysql_client_test --defaults-file=/usr/local/mariadb-10.2.0-linux-i686/mysql-test/var/2/my.cnf --testcase --vardir=/usr/local/mariadb-10.2.0-linux-i686/mysql-test/var/2 --getopt-ll-test=25600M >> /usr/local/mariadb-10.2.0-linux-i686/mysql-test/var/2/log/mysql_client_test.out.log 2>&1' failed, error: 256, status: 1, errno: 2
      Output from before failure:
      call mtr.add_suppression(" Error reading file './client_test_db/test_frm_bug.frm'");

      Attachments

        Issue Links

          Activity

            wlad Vladislav Vaintroub added a comment - - edited

            Note that this failure seems specific to Ubuntu x86 quantal builder, it does not occur elsewhere. It does not occur for example on quantal x64

            wlad Vladislav Vaintroub added a comment - - edited Note that this failure seems specific to Ubuntu x86 quantal builder, it does not occur elsewhere. It does not occur for example on quantal x64
            wlad Vladislav Vaintroub added a comment - - edited

            Tried on quantal builder
            The test_truncation fails with

            #####################################
            153 of (1/1): test_truncation
            #####################################
            /home/buildbot/wlad/tests/mysql_client_test.c:12721: check failed: '*my_bind->error'
            MySQL error 0:

            The corresponding place in the source file is
            https://github.com/MariaDB/server/blob/bb-10.2-connector-c-integ/tests/mysql_client_test.c#L12721

            I believe that happens when trying to fetch integer 1073741825 as float, there should be an error because this int cannot be represented exactly.

            wlad Vladislav Vaintroub added a comment - - edited Tried on quantal builder The test_truncation fails with ##################################### 153 of (1/1): test_truncation ##################################### /home/buildbot/wlad/tests/mysql_client_test.c:12721: check failed: '*my_bind->error' MySQL error 0: The corresponding place in the source file is https://github.com/MariaDB/server/blob/bb-10.2-connector-c-integ/tests/mysql_client_test.c#L12721 I believe that happens when trying to fetch integer 1073741825 as float, there should be an error because this int cannot be represented exactly.
            wlad Vladislav Vaintroub added a comment - Fix : https://github.com/MariaDB/mariadb-connector-c/commit/8ca494e3ff5ee2b5f86ab956ac5dc54e65fe3734

            People

              wlad Vladislav Vaintroub
              wlad Vladislav Vaintroub
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.