Skip to content

Fix #2429: Replaced slow UNION query with optimized all_objects query

67df5c9
Select commit
Loading
Failed to load commit list.
Open

Fix #2429: Replaced slow UNION query with optimized all_objects query #2467

Fix #2429: Replaced slow UNION query with optimized all_objects query
67df5c9
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jul 9, 2025 in 13m 6s

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 #2467 Fix #2429: Replaced slow UNION query with optimized all_objects query.
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 Ruby ENV OS State
8971.1 3.4.4 ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip Linux failed
8971.2 3.3.8 ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip Linux failed
8971.3 3.2.8 ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip Linux failed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Jammy)
Ruby Versions 3.4.4, 3.3.8, 3.2.8
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 rspec spec/active_record/oracle_enhanced/type/timestamp_spec.rb"
  ],
  "rvm": [
    "3.4.4",
    "3.3.8",
    "3.2.8"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  }
}