Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional fix for CONC-668: #237

Open
wants to merge 1 commit into
base: 3.1
Choose a base branch
from

Additional fix for CONC-668:

b5ec7c5
Select commit
Loading
Failed to load commit list.
Open

Additional fix for CONC-668: #237

Additional fix for CONC-668:
b5ec7c5
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 23, 2023 in 1h 33m 24s

Build Passed

The build passed. This is a change from the previous build, which errored.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #237 Additional fix for CONC-668:.
Any changes that have been made to the 3.1 branch before the build ran are also included.

Jobs and Stages

This build has nine jobs, running in parallel.

Job ENV OS State Notes
1789.1 srv=mariadb v=10.11 windows passed
1789.2 srv=mariadb v=10.4 local=1 Linux passed
1789.3 srv=mariadb v=10.5 local=1 Linux passed
1789.4 srv=mariadb v=10.6 local=1 Linux passed
1789.5 srv=mariadb v=10.11 local=1 Linux passed
1789.6 server_branch=10.5 Linux passed
1789.7 server_branch=10.5 TEST_OPTION=--ps-protocol Linux passed
1789.8 srv=mysql v=5.7 native=1 Linux failed This job is allowed to fail.
1789.9 srv=mysql v=8.0 native=1 Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language C
Operating System Linux (Focal)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "services": [
    "docker"
  ],
  "addons": {
    "hosts": [
      "mariadb.example.com"
    ]
  },
  "cache": {
    "apt": true,
    "ccache": true,
    "directories": [
      "$HOME/docker"
    ]
  },
  "before_install": [
    "git clone https://github.com/mariadb-corporation/connector-test-machine.git",
    "if [[ -d $HOME/docker ]]; then ls $HOME/docker/*.tar.gz | xargs -I {file} sh -c \"zcat {file} | docker load\"; fi"
  ],
  "install": [
    "if [ -z \"$server_branch\" ] ; then\n  case $TRAVIS_OS_NAME in\n    windows)\n      connector-test-machine/launch.bat -t \"$srv\" -v \"$v\" -d testc\n      ;;\n    linux)\n      source connector-test-machine/launch.sh -t \"$srv\" -v \"$v\" -d testc -l \"$local\" -n \"$native\"\n      ;;\n  esac\nfi"
  ],
  "env": [
    "jobs={:local=>\"0\"}"
  ],
  "jobs": {
    "fast_finish": true,
    "allow_failures": [
      {
        "env": [
          {
            "srv": "mysql",
            "v": "5.7",
            "native": "1"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "8.0",
            "native": "1"
          }
        ]
      }
    ],
    "include": [
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11"
          }
        ],
        "os": "windows",
        "language": "shell"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.4",
            "local": "1"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.5",
            "local": "1"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.6",
            "local": "1"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1"
          }
        ]
      },
      {
        "if": "type = push AND fork = false",
        "env": [
          {
            "srv": "mariadb-es",
            "v": "10.5"
          }
        ]
      },
      {
        "if": "type = push AND fork = false",
        "env": [
          {
            "srv": "maxscale"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "5.7",
            "native": "1"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "8.0",
            "native": "1"
          }
        ]
      },
      {
        "if": "type = push AND fork = false",
        "env": [
          {
            "srv": "skysql"
          }
        ]
      },
      {
        "if": "type = push AND fork = false",
        "env": [
          {
            "srv": "skysql-ha"
          }
        ]
      },
      {
        "env": [
          {
            "server_branch": "10.5"
          }
        ]
      },
      {
        "env": [
          {
            "server_branch": "10.5",
            "TEST_OPTION": "--ps-protocol"
          }
        ]
      }
    ]
  },
  "script": [
    "./travis.sh"
  ]
}