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

correct documentation typo CURSOR_TYPE -> CURSOR #25

Merged
merged 1 commit into from
Jun 30, 2023

correct documentation typo CURSOR_TYPE -> CURSOR

d8b337d
Select commit
Loading
Failed to load commit list.
Merged

correct documentation typo CURSOR_TYPE -> CURSOR #25

correct documentation typo CURSOR_TYPE -> CURSOR
d8b337d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 30, 2023 in 11m 13s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #25 correct documentation typo CURSOR_TYPE -> CURSOR.
Any changes that have been made to the 1.1 branch before the build ran are also included.

Jobs and Stages

This build has eight jobs, running in parallel.

Job ENV OS State
556.1 PYTHON_VER="3.10" Linux passed
556.2 PYTHON_VER="3.10" Linux passed
556.3 PYTHON_VER="3.10" Linux passed
556.4 PYTHON_VER="3.10" Linux passed
556.5 PYTHON_VER="3.10" Linux passed
556.6 PYTHON_VER="3.10" Linux passed
556.7 PYTHON_VER="3.10" Linux passed
556.8 PYTHON_VER="3.10" Linux passed

Build Configuration

Build Option Setting
Language C
Operating System Linux (Bionic)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "sudo": true,
  "services": [
    "docker"
  ],
  "addons": {
    "hosts": [
      "mariadb.example.com"
    ]
  },
  "before_install": [
    "git clone https://github.com/mariadb-corporation/connector-test-machine.git"
  ],
  "install": [
    "source connector-test-machine/launch.sh -t \"$srv\" -v \"$v\" -d testp -l \"$local\"",
    "export MAIN_PATH=`pwd`",
    "git clone https://github.com/pyenv/pyenv.git ~/.pyenv",
    "export PYENV_ROOT=\"$HOME/.pyenv\"",
    "eval \"$(pyenv init -)\"",
    "export PATH=\"$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH\"",
    "if [ \"$TRAVIS_OS_NAME\" != \"osx\" ] ; then\n  sudo apt-get install software-properties-common\n  sudo apt-get install -f libssl-dev libssl1.1\n  sudo apt-get install -f\nfi",
    "git clone https://github.com/mariadb-corporation/mariadb-connector-c.git ~/.cc_3",
    "cd ~/.cc_3",
    "mkdir bld",
    "cd bld",
    "if [ \"$TRAVIS_OS_NAME\" = \"osx\" ] ; then\n  cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_EXTERNAL_ZLIB:BOOL=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1\nelse\n  cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr\nfi",
    "make -j4",
    "sudo make install",
    "export MARIADB_PLUGIN_DIR==`mariadb_config --plugindir`",
    "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/mariadb",
    "git clone https://github.com/momo-lab/pyenv-install-latest.git \"$(pyenv root)\"/plugins/pyenv-install-latest",
    "export REAL_PYTHON_VERSION=$(pyenv install-latest --print $PYTHON_VER)",
    "echo $REAL_PYTHON_VERSION",
    "pyenv install $REAL_PYTHON_VERSION",
    "export PYENV_VERSION=$REAL_PYTHON_VERSION",
    "pyenv versions",
    "cd $MAIN_PATH"
  ],
  "env": [
    "global={:PYTHON_VER=>\"\\\"3.10\\\"\"}={:HOMEBREW_NO_AUTO_UPDATE=>\"1\"}={:HOMEBREW_NO_INSTALL_CLEANUP=>\"1\"}"
  ],
  "jobs": {
    "fast_finish": true,
    "allow_failures": [
      {
        "env": [
          {
            "srv": "maxscale"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "skysql",
            "RUN_LONG_TEST": "0"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "skysql-ha",
            "RUN_LONG_TEST": "0"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "5.7"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "8.0"
          }
        ]
      }
    ],
    "include": [
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.6",
            "local": "1"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.7",
            "local": "1"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.8",
            "local": "1"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1",
            "PYTHON_VER": "\"3.8\""
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1",
            "PYTHON_VER": "\"3.9\""
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1",
            "PYTHON_VER": "\"3.10\""
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1",
            "PYTHON_VER": "\"3.11\""
          }
        ]
      },
      {
        "if": "type = push AND fork = false",
        "env": [
          {
            "srv": "maxscale"
          }
        ]
      },
      {
        "if": "type = push AND fork = false",
        "env": [
          {
            "srv": "mariadb-es",
            "v": "10.6"
          }
        ]
      },
      {
        "if": "type = push AND fork = false",
        "env": [
          {
            "srv": "skysql",
            "RUN_LONG_TEST": "0"
          }
        ]
      },
      {
        "if": "type = push AND fork = false",
        "env": [
          {
            "srv": "skysql-ha",
            "RUN_LONG_TEST": "0"
          }
        ]
      },
      {
        "if": "type = push AND fork = false",
        "env": [
          {
            "srv": "build",
            "v": "10.11"
          }
        ]
      },
      {
        "if": "type = push AND fork = false",
        "env": [
          {
            "srv": "mysql",
            "v": "5.7"
          }
        ]
      },
      {
        "if": "type = push AND fork = false",
        "env": [
          {
            "srv": "mysql",
            "v": "8.0"
          }
        ]
      }
    ]
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "script": [
    "python --version",
    "python -m pip install .",
    "cd testing",
    "if [ -z \"$BENCH\" ] ; then\n  python -m unittest discover -v\nelse\n  pip install mysql-connector-python pymysql pyperf\n  export TEST_MODULE=mariadb\n  python bench_init.py --inherit-environ=TEST_MODULE,TEST_DB_USER,TEST_DB_HOST,TEST_DB_DATABASE,TEST_DB_PORT,TEST_REQUIRE_TLS,TEST_DB_PASSWORD --copy-env\n  python bench.py -o mariadb_bench.json --inherit-environ=TEST_MODULE,TEST_DB_USER,TEST_DB_HOST,TEST_DB_DATABASE,TEST_DB_PORT,TEST_REQUIRE_TLS,TEST_DB_PASSWORD --copy-env\n  export TEST_MODULE=mysql.connector\n  python bench.py -o mysql-connector-python_bench.json --inherit-environ=TEST_MODULE,TEST_DB_USER,TEST_DB_HOST,TEST_DB_DATABASE,TEST_DB_PORT,TEST_REQUIRE_TLS,TEST_DB_PASSWORD --copy-env\n  export TEST_MODULE=pymysql\n  python bench.py -o pymysql_bench.json --inherit-environ=TEST_MODULE,TEST_DB_USER,TEST_DB_HOST,TEST_DB_DATABASE,TEST_DB_PORT,TEST_REQUIRE_TLS,TEST_DB_PASSWORD --copy-env\n  python -m pyperf compare_to pymysql_bench.json mysql-connector-python_bench.json mariadb_bench.json --table\nfi"
  ]
}