Skip to content

pg_wait_sampling code should be stable to the struct LOCKTAG extension.

35bba97
Select commit
Loading
Failed to load commit list.
Open

Code should be stable to the struct LOCKTAG extension. #108

pg_wait_sampling code should be stable to the struct LOCKTAG extension.
35bba97
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jan 29, 2026 in 6m 15s

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 #108 pg_wait_sampling code should be stable to the struct LOCKTAG extension..
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has seven jobs, running in parallel.

Job ENV OS State
395.1 PG_MAJOR=19 SNAPSHOT=1 Linux failed
395.2 PG_MAJOR=18 Linux passed
395.3 PG_MAJOR=17 Linux passed
395.4 PG_MAJOR=16 Linux passed
395.5 PG_MAJOR=15 Linux passed
395.6 PG_MAJOR=14 Linux passed
395.7 PG_MAJOR=13 Linux passed

Build Configuration

Build Option Setting
Language C
Operating System Linux (Jammy)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "env": [
    "jobs={:PG_MAJOR=>\"19\", :SNAPSHOT=>\"1\"}={:PG_MAJOR=>\"18\"}={:PG_MAJOR=>\"17\"}={:PG_MAJOR=>\"16\"}={:PG_MAJOR=>\"15\"}={:PG_MAJOR=>\"14\"}={:PG_MAJOR=>\"13\"}"
  ],
  "before_script": [
    "curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -",
    "if [ -n \"${SNAPSHOT}\" ]; then\n  echo \"deb https://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg-snapshot main ${PG_MAJOR}\"\nelif [ -n \"${BETA}\" ]; then\n  echo \"deb https://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main ${PG_MAJOR}\"\nelse\n  echo \"deb https://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main\"\nfi | sudo tee /etc/apt/sources.list.d/postgresql.list\n",
    "if [ -n \"${SNAPSHOT}\" ]; then\n  {\n    echo \"Package: *\"\n    echo \"Pin: origin apt.postgresql.org\"\n    echo \"Pin-Priority: 600\"\n  } | sudo tee /etc/apt/preferences.d/pgdg.pref\nfi\n",
    "sudo apt-get update",
    "sudo systemctl stop postgresql",
    "sudo apt-get install -y --no-install-recommends postgresql-client-${PG_MAJOR} postgresql-${PG_MAJOR} postgresql-server-dev-${PG_MAJOR}",
    "sudo systemctl stop postgresql"
  ],
  "script": [
    "./run-tests.sh"
  ],
  "after_script": [
    "cat regression.diffs",
    "cat logfile"
  ]
}