XMLWordPrintable

Details

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

    Description

      People are using it, have had trouble in the past (and possibly currently on non-updated Windows core)

      I did some testing of running MTR tests under windows 10/11 recently.

      Extensive runs on 10.8/10.6 innodb, main, rocksdb --big-test all passed with the exception of replication STOP slave on 10.8 due to MDEV-25633.

      Requirements:

      Container build:

      FROM quay.io/mariadb-foundation/mariadb-devel:10.8
      RUN apt-get update && apt-get install -y gdb patch mariadb-test {other plugins?} && rm -rf /var/li {oldpackages} && chown -R mysql: /usr/share/mysql/mysql-test
      

      Entrypoint:

      chown -R mysql: /var/lib/mysql
      cd /usr/share/mysql/mysql-test
      gosu mysql ./mtr --vardir=/var/lib/mysql .....
      

      Note: chown on mysql-test directory is because the test run patches the results file in place for test runs, ugly, but that's what's there.

      Which comes to the integration question. The current rhel8 docker-library can certainly do a few steps to create a container, passed via quay or the ci.mariadb.org is some package format. Windows steps seen pretty simple to docker run --rm container as a test run.

      Attachments

        Issue Links

          Activity

            People

              vladbogo Vlad Bogolin
              danblack Daniel Black
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: