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

Preserve threadId on QueryEvent #7

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

Preserve threadId on QueryEvent

e139b0d
Select commit
Loading
Failed to load commit list.
Open

Preserve threadId on QueryEvent #7

Preserve threadId on QueryEvent
e139b0d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Mar 21, 2024 in 3m 8s

Build Failed

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #7 Preserve threadId on QueryEvent.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Go OS State Notes
24.1 1.7.x Linux failed
24.2 1.8.x Linux failed
24.3 master Linux errored This job is allowed to fail.

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Xenial)
Go Versions 1.7.x, 1.8.x, master
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "services": [
    "mysql"
  ],
  "install": [
    "if [[ `go version` == *\"go1.7\"* ]]; then export RELEASE=1; fi",
    "make integration-test-setup",
    "make deps"
  ],
  "script": [
    "make",
    "make test"
  ],
  "go": [
    "1.7.x",
    "1.8.x",
    "master"
  ],
  "deploy": [
    {
      "provider": "releases",
      "file": [
        "bin/binlog-parser"
      ],
      "skip_cleanup": true,
      "on": {
        "tags": true,
        "condition": [
          "$RELEASE = 1"
        ]
      },
      "token": {
        "secure": "IMrcz8PI85C0PUCtfVRZrUZ72f37PMGg+MNfm/bsHbnZQtc6QZbykUvktRCpCU3YdR3YpwipHu79I1q3Nv4T1QcKqCT6ASLCUsGhmQ0wio2X4iMfsvlbQRx+BIQmoE2SyVJnIpAVmeBHtoxymf0UAeaBzH2FxTbRC6APnyItOy2BQmLlwfnaboC0QnF+h8HH0HEzau/TWFt+ea5XwqYGDFNqfbJ3uUvEuxj99lWj03TqPjPs3O3sNuSzxvcHbVIF9tL6crFd04y2TFRF6oLlLhqtRP2WepE43ZfnEsqCTN9N4MvubVk3KQ5R8lKwQ3tbAw/8lSF2hN5lntIkXd2jTpKv5uYRoBKxPAY4eHtTwJn8x8OylfwuqwKDMNVyz2IvXzQm7oacZW1/sKvgpnyX/jSHwrWIxUYO6Gv4GI3+Xqg/0EoESlFNPHD6eEAhNzSYr0EGYQW34okgGH8bKuiSilTsaL4ycD00zJQepkrkdCZJkifkbR24LlocIoaRe3HFCcxG8IAedLBVjRX/xHhegOlFitZ6sTI3PWDu++YGUXToBFsUicEdzGwkM+2Rby9jGJY2Mle5t7zj6vuZ3gMs8/5/AHqPjgG8ZPhkZz9TM8gleFkK7YH5rJjWehr7wn7iOr3SbbPknYWRdFNAqFOURR7H6a6KB7EwBjqhN3lEx8E="
      }
    }
  ],
  "jobs": {
    "allow_failures": [
      {
        "go": "master"
      }
    ]
  }
}