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

Update primary_key method arguments to fix issue with *args causing wrong number of arguments error #2358

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

Update primary_key method arguments to fix issue with *args causing w…

9649c8b
Select commit
Loading
Failed to load commit list.
Open

Update primary_key method arguments to fix issue with *args causing wrong number of arguments error #2358

Update primary_key method arguments to fix issue with *args causing w…
9649c8b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 17, 2024 in 9m 5s

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 #2358 Update primary_key method arguments to fix issue with *args causing wrong number of arguments error.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Ruby ENV OS State
8143.1 3.2.2 ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip Linux passed
8143.2 3.1.4 ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Jammy)
Ruby Versions 3.2.2, 3.1.4
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "cache": {
    "bundler": true
  },
  "env": [
    "global={:ORACLE_FILE=>\"oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip\"}={:ORACLE_HOME=>\"/u01/app/oracle/product/11.2.0/xe\"}={:TNS_ADMIN=>\"$ORACLE_HOME/network/admin\"}={:NLS_LANG=>\"AMERICAN_AMERICA.AL32UTF8\"}={:ORACLE_BASE=>\"/u01/app/oracle\"}={:LD_LIBRARY_PATH=>\"$ORACLE_HOME/lib\"}={:PATH=>\"$PATH:$ORACLE_HOME/jdbc/lib\"}={:DATABASE_VERSION=>\"11.2.0.1\"}={:ORACLE_SID=>\"XE\"}={:DATABASE_NAME=>\"XE\"}={:ORA_SDTZ=>\"'Europe/Riga'\"}={:TZ=>\"'Europe/Riga'\"}"
  ],
  "before_install": [
    "chmod +x .travis/oracle/download.sh",
    "chmod +x .travis/oracle/install.sh",
    "chmod +x .travis/setup_accounts.sh"
  ],
  "install": [
    ".travis/oracle/download.sh",
    ".travis/oracle/install.sh",
    ".travis/setup_accounts.sh",
    "ruby -v",
    "gem update --system",
    "bundle install"
  ],
  "script": [
    "bundle exec rake spec"
  ],
  "rvm": [
    "3.2.2",
    "3.1.4"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  }
}