Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-6174

mcs7238_regression_MCOL-830 fails randomly

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      https://server-test.mariadb.net/?product_ids=2&show_skipped_results=false&only_last_commits=false&time_interval=-1&test_name=&commit_id=&columnstore_commit_id=&target_name=11.8_23.10-sep22&runs_with_additional_tools=false&currentTestResultId=407491621&currentTestCaseId=21057&currentTargetBuildId=15398

      mysqltest: At line 30: query 'select * from test.mcol830a union select * from test.mcol830b order by c1 desc' failed: ER_INTERNAL_ERROR (1815): Internal error: CrossEngineStep::execute() Set or verify credentials in CrossEngineSupport section of Columnstore.xml. (2006) (Server has gone away)
       
      The result from queries just before the failure was:
      < snip >
      DROP TABLE IF EXISTS test.mcol830b;
      CREATE TABLE test.mcol830a (
      `c1` int(11) DEFAULT NULL,
      `c2` varchar(64) DEFAULT NULL
      ) ENGINE=Columnstore DEFAULT CHARSET=utf8;
      CREATE TABLE test.mcol830b (
      `c1` int(11) DEFAULT NULL,
      `c2` varchar(64) DEFAULT NULL
      ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
      insert into test.mcol830a values(1, 'cs测试');
      insert into test.mcol830b values(2, 'myisam测试');
      select * from test.mcol830a union select * from test.mcol830b order by c1 desc;
       
      More results from queries before failure can be found in /var/tmp/mtr/log/mcs7238_regression_MCOL-830.log
       
      Warnings from just before the error:
      Error 1815 Internal error: CrossEngineStep::execute() Set or verify credentials in CrossEngineSupport section of Columnstore.xml. (2006) (Server has gone away)
      

      Attachments

        Issue Links

          Activity

            People

              drrtuy Roman
              tturenko Timofey Turenko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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