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

CONC-693 Fix SSL_read/write return value checking in ma_tls_async_check_result #243

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

Fix SSL_read/write return value checking in ma_tls_async_check_result

cb3fb01
Select commit
Loading
Failed to load commit list.
Open

CONC-693 Fix SSL_read/write return value checking in ma_tls_async_check_result #243

Fix SSL_read/write return value checking in ma_tls_async_check_result
cb3fb01
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 19, 2024 in 1h 35m 21s

Build Passed

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #243 Fix SSL_read/write return value checking in ma_tls_async_check_result.
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
1928.1 srv=mariadb v=10.11 windows passed
1928.2 srv=mariadb v=10.4 local=1 Linux passed
1928.3 srv=mariadb v=10.5 local=1 Linux passed
1928.4 srv=mariadb v=10.6 local=1 Linux passed
1928.5 srv=mariadb v=10.11 local=1 Linux passed
1928.6 server_branch=10.5 Linux passed
1928.7 server_branch=10.5 TEST_OPTION=--ps-protocol Linux passed
1928.8 srv=mysql v=5.7 native=1 Linux failed This job is allowed to fail.
1928.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"
  ]
}