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

buildbot.mariadb.org pc9-ubuntu-1804 permanent failure on csv.read_only main.flush_logs_not_windows

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • N/A
    • Tests
    • None

    Description

      I noticed that the buildbot.mariadb.org builder pc9-ubuntu-1804 is permanently failing at https://buildbot.mariadb.org/#/builders:

      Failure is due to 2 test suite failures:

      main.flush_logs_not_windows              w3 [ fail ]
              Test ended at 2020-02-12 14:59:47
       
      CURRENT_TEST: main.flush_logs_not_windows
      mysqltest: At line 10: query 'flush logs' succeeded - should have failed with errno 1004...
       
      The result from queries just before the failure was:
      flush logs;
       
       - skipping '/buildbot/pc9-ubuntu-1804/build/mysql-test/var/3/log/main.flush_logs_not_windows/'
       
       
      csv.read_only                            w5 [ fail ]
              Test ended at 2020-02-12 14:59:13
       
      CURRENT_TEST: csv.read_only
      --- /buildbot/pc9-ubuntu-1804/build/mysql-test/suite/csv/read_only.result	2020-02-12 14:51:38.000000000 +0000
      +++ /buildbot/pc9-ubuntu-1804/build/mysql-test/suite/csv/read_only.reject	2020-02-12 14:59:13.527963405 +0000
      @@ -6,27 +6,23 @@
       TABLE_SCHEMA	test
       TABLE_NAME	t1
       TABLE_TYPE	BASE TABLE
      -ENGINE	NULL
      -VERSION	NULL
      -ROW_FORMAT	NULL
      -TABLE_ROWS	NULL
      -AVG_ROW_LENGTH	NULL
      -DATA_LENGTH	NULL
      -MAX_DATA_LENGTH	NULL
      -INDEX_LENGTH	NULL
      -DATA_FREE	NULL
      +ENGINE	CSV
      +VERSION	10
      +ROW_FORMAT	Fixed
      +TABLE_ROWS	2
      +AVG_ROW_LENGTH	0
      +DATA_LENGTH	0
      +MAX_DATA_LENGTH	0
      +INDEX_LENGTH	0
      +DATA_FREE	0
       AUTO_INCREMENT	NULL
       CREATE_TIME	NULL
       UPDATE_TIME	NULL
       CHECK_TIME	NULL
      -TABLE_COLLATION	NULL
      +TABLE_COLLATION	latin1_swedish_ci
       CHECKSUM	NULL
      -CREATE_OPTIONS	NULL
      -TABLE_COMMENT	File './test/t1.CSM' not found (Errcode: 13 "Permission denied")
      -MAX_INDEX_LENGTH	NULL
      -TEMPORARY	NULL
      -Warnings:
      -Level	Warning
      -Code	29
      -Message	File './test/t1.CSM' not found (Errcode: 13 "Permission denied")
      +CREATE_OPTIONS	
      +TABLE_COMMENT	
      +MAX_INDEX_LENGTH	0
      +TEMPORARY	N
       drop table t1;
       
      mysqltest: Result length mismatch
       
       - saving '/buildbot/pc9-ubuntu-1804/build/mysql-test/var/5/log/csv.read_only/' to '/buildbot/pc9-ubuntu-1804/build/mysql-test/var/log/csv.read_only/'
      

      These should be fixed or disabled from the tests.

      Currently e.g. my https://github.com/MariaDB/server/pull/1444 cannot be accepted due to this unrelated test failure.

      Attachments

        Activity

          People

            robertbindar Robert Bindar
            otto Otto Kekäläinen
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.