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-648] Do not trust error packets received from the server prior to TLS handshake completion #223

Merged
merged 3 commits into from
Dec 21, 2023

Remove unreachable code section

ce7fc39
Select commit
Loading
Failed to load commit list.
Merged

[CONC-648] Do not trust error packets received from the server prior to TLS handshake completion #223

Remove unreachable code section
ce7fc39
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Dec 14, 2023 in 1m 23s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #223 [CONC-648] Do not trust error packets received prior to TLS handshake completion.
Any changes that have been made to the 3.3 branch before the build ran are also included.

Jobs and Stages

This build has 16 jobs, running in three sequential stages.

Stage 1: Minimal

This stage failed.

Job ENV OS State
1831.1 CS 10.6 local=0 DB=testc CLEAR_TEXT=0 Linux failed

Stage 2: Community

This stage canceled.

Job ENV OS State Notes
1831.2 CS 10.6 - Windows local=0 DB=testc CLEAR_TEXT=0 windows canceled
1831.3 CS 10.4 local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.4 CS 10.5 local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.5 CS 10.11 local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.6 CS 11.0 local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.7 CS 11.1 local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.8 CS 11.2 local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.9 CS 11.3 local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.10 MySQL 5.7 local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.11 MySQL 8.0 local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.12 CS 10.11 with ps-protocol local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.13 CS build local=0 DB=testc CLEAR_TEXT=0 Linux canceled This job is allowed to fail.

Stage 3: Other

This stage canceled.

Job ENV OS State
1831.14 CS 10.6 Server unit testing local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.15 CS 10.11 Server unit testing local=0 DB=testc CLEAR_TEXT=0 Linux canceled
1831.16 11.3 Server unit testing with ps-protocol local=0 DB=testc CLEAR_TEXT=0 Linux canceled

Build Configuration

Build Option Setting
Language C
Operating System Linux (Jammy)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "version": "~> 1.0",
  "cache": {
    "apt": true,
    "ccache": true,
    "directories": [
      "$HOME/docker"
    ]
  },
  "env": [
    "global={:local=>\"0\", :DB=>\"testc\", :CLEAR_TEXT=>\"0\"}"
  ],
  "jobs": {
    "include": [
      {
        "stage": "Minimal",
        "env": [
          {
            "srv": "mariadb",
            "v": "10.6",
            "local": "1"
          }
        ],
        "name": "CS 10.6"
      },
      {
        "stage": "Minimal",
        "env": [
          {
            "srv": "mariadb-es",
            "v": "10.6"
          }
        ],
        "name": "ES 10.6",
        "if": "type = push AND fork = false"
      },
      {
        "stage": "Enterprise",
        "env": [
          {
            "srv": "mariadb-es",
            "v": "10.4"
          }
        ],
        "name": "ES 10.4",
        "if": "type = push AND fork = false"
      },
      {
        "stage": "Enterprise",
        "env": [
          {
            "srv": "mariadb-es",
            "v": "10.5"
          }
        ],
        "name": "ES 10.5",
        "if": "type = push AND fork = false"
      },
      {
        "stage": "Enterprise",
        "env": [
          {
            "srv": "mariadb-es-test",
            "v": "23.08"
          }
        ],
        "name": "ES 23.08",
        "if": "type = push AND fork = false"
      },
      {
        "stage": "Enterprise",
        "env": [
          {
            "srv": "maxscale"
          }
        ],
        "name": "Maxscale"
      },
      {
        "stage": "Community",
        "env": [
          {
            "srv": "mariadb",
            "v": "10.6"
          }
        ],
        "os": "windows",
        "language": "shell",
        "name": "CS 10.6 - Windows"
      },
      {
        "stage": "Community",
        "env": [
          {
            "srv": "mariadb",
            "v": "10.4",
            "local": "1"
          }
        ],
        "dist": "bionic",
        "name": "CS 10.4",
        "node_js": "16"
      },
      {
        "stage": "Community",
        "env": [
          {
            "srv": "mariadb",
            "v": "10.5",
            "local": "1",
            "DISABLE_SSL": "1"
          }
        ],
        "dist": "bionic",
        "name": "CS 10.5",
        "node_js": "16"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1"
          }
        ],
        "name": "CS 10.11"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "11.0",
            "local": "1"
          }
        ],
        "name": "CS 11.0"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "11.1",
            "local": "1"
          }
        ],
        "name": "CS 11.1"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "11.1",
            "local": "1"
          }
        ],
        "name": "CS 11.2"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "11.2",
            "local": "1"
          }
        ],
        "name": "CS 11.3"
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "5.7"
          }
        ],
        "name": "MySQL 5.7"
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "8.0"
          }
        ],
        "name": "MySQL 8.0"
      },
      {
        "env": [
          {
            "srv": "build"
          }
        ],
        "name": "CS build"
      },
      {
        "stage": "Community",
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1",
            "TEST_OPTION": "--ps-protocol"
          }
        ],
        "name": "CS 10.11 with ps-protocol"
      },
      {
        "stage": "Other",
        "env": [
          {
            "server_branch": "10.6"
          }
        ],
        "name": "CS 10.6 Server unit testing"
      },
      {
        "env": [
          {
            "server_branch": "10.11"
          }
        ],
        "name": "CS 10.11 Server unit testing"
      },
      {
        "env": [
          {
            "server_branch": "11.3",
            "TEST_OPTION": "--ps-protocol"
          }
        ],
        "name": "11.3 Server unit testing with ps-protocol"
      }
    ],
    "fast_finish": true,
    "allow_failures": [
      {
        "env": [
          {
            "srv": "build"
          }
        ]
      }
    ]
  },
  "script": [
    "./travis.sh"
  ],
  "services": [
    "docker"
  ],
  "addons": {
    "hosts": [
      "mariadb.example.com",
      "mariadb1.example.com",
      "mariadb2.example.com",
      "mariadb3.example.com"
    ]
  },
  "install": [
    "git clone https://github.com/mariadb-corporation/connector-test-machine.git",
    "case $TRAVIS_OS_NAME in\n  windows)\n    connector-test-machine/launch.bat -t \"$srv\" -v \"$v\" -d \"$DB\"\n    ;;\n  linux)\n    source connector-test-machine/launch.sh -t \"$srv\" -v \"$v\" -d \"$DB\" -l \"$local\" -c \"$CLEAR_TEXT\" -p \"$packet\"\n    ;;\nesac"
  ],
  "stages": [
    {
      "name": "Minimal"
    },
    {
      "name": "Language"
    },
    {
      "name": "Enterprise",
      "if": "type = push AND fork = false"
    },
    {
      "name": "Community"
    },
    {
      "name": "Other"
    },
    {
      "name": "Benchmarks",
      "if": "type = push AND fork = false"
    }
  ],
  "after_failure": [
    "if [ \"$srv\" == \"maxscale\" ] ; then docker-compose -f ${COMPOSE_FILE} exec -u root maxscale tail -500 /var/log/maxscale/maxscale.log; fi"
  ]
}