Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-7181

innodb.innodb_defrag_concurrent fails in buildbot

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 10.1
    • Fix Version/s: 10.1.2
    • Component/s: Tests
    • Labels:

      Description

      http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/2954/steps/test_2/logs/stdio

      innodb.innodb_defrag_concurrent 'innodb_plugin' w2 [ fail ]
              Test ended at 2014-11-23 18:58:16
      
      CURRENT_TEST: innodb.innodb_defrag_concurrent
      --- /mnt/buildbot/build/mariadb-10.1.2/mysql-test/suite/innodb/r/innodb_defrag_concurrent.result	2014-11-23 16:58:53.000000000 +0200
      +++ /mnt/buildbot/build/mariadb-10.1.2/mysql-test/suite/innodb/r/innodb_defrag_concurrent.reject	2014-11-23 18:58:15.000000000 +0200
      @@ -25,6 +25,9 @@
       count(*)
       15800
       after delete second
      +select count(*) from information_schema.innodb_buffer_page where table_name like '%t1%' and index_name = 'second' order by page_number;
      +count(*)
      +171
       select count(*) from t1 force index (third);
       count(*)
       15800
      
      mysqltest: Result length mismatch
      

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

              Hide
              jplindst Jan Lindström added a comment -

              commit 98a78c460f3e7951712255e68a6dce614551683d
              Author: Jan Lindström <jan.lindstrom@skysql.com>
              Date: Tue Nov 25 09:11:48 2014 +0200

              MDEV-7181: innodb.innodb_defrag_concurrent fails in buildbot

              Problem was that test tried to calculate number of pages on
              buffer pool and operations done to them. This is not realible
              way on buildbot.

              Show
              jplindst Jan Lindström added a comment - commit 98a78c460f3e7951712255e68a6dce614551683d Author: Jan Lindström <jan.lindstrom@skysql.com> Date: Tue Nov 25 09:11:48 2014 +0200 MDEV-7181 : innodb.innodb_defrag_concurrent fails in buildbot Problem was that test tried to calculate number of pages on buffer pool and operations done to them. This is not realible way on buildbot.

                People

                • Assignee:
                  jplindst Jan Lindström
                  Reporter:
                  elenst Elena Stepanova
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  2 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: