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

Fix validate issue if segment size greater than 4GB. #638

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

Fix validate issue if segment size greater than 4GB.

2ce4033
Select commit
Loading
Failed to load commit list.
Open

Fix validate issue if segment size greater than 4GB. #638

Fix validate issue if segment size greater than 4GB.
2ce4033
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 17, 2024 in 1h 14m 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 #638 Fix validate issue if segment size greater than 4GB..
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 11 jobs, running in parallel.

Job ENV OS State Notes
2109.1 PG_VERSION=15 PG_BRANCH=REL_15_STABLE PTRACK_PATCH_PG_BRANCH=REL_15_STABLE Linux passed
2109.2 PG_VERSION=14 PG_BRANCH=REL_14_STABLE PTRACK_PATCH_PG_BRANCH=REL_14_STABLE Linux passed
2109.3 PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=REL_13_STABLE Linux passed
2109.4 PG_VERSION=12 PG_BRANCH=REL_12_STABLE PTRACK_PATCH_PG_BRANCH=REL_12_STABLE Linux passed
2109.5 PG_VERSION=11 PG_BRANCH=REL_11_STABLE PTRACK_PATCH_PG_BRANCH=REL_11_STABLE Linux passed
2109.6 PG_VERSION=10 PG_BRANCH=REL_10_STABLE Linux passed
2109.7 PG_VERSION=9.6 PG_BRANCH=REL9_6_STABLE Linux passed
2109.8 PG_VERSION=15 PG_BRANCH=REL_15_STABLE PTRACK_PATCH_PG_BRANCH=OFF MODE=backup_test.BackupTest.test_full_backup Linux passed
2109.9 PG_VERSION=15 PG_BRANCH=REL_15_STABLE PTRACK_PATCH_PG_BRANCH=OFF MODE=backup_test.BackupTest.test_full_backup_stream Linux passed
2109.10 PG_VERSION=16 PG_BRANCH=master PTRACK_PATCH_PG_BRANCH=master Linux failed This job is allowed to fail.
2109.11 PG_VERSION=9.5 PG_BRANCH=REL9_5_STABLE Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language C
Operating System Linux (Jammy)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "cache": {
    "ccache": true
  },
  "addons": {
    "apt": {
      "packages": [
        "sudo",
        "libc-dev",
        "bison",
        "flex",
        "libreadline-dev",
        "zlib1g-dev",
        "libzstd-dev",
        "libssl-dev",
        "perl",
        "libperl-dev",
        "libdbi-perl",
        "cpanminus",
        "locales",
        "python3",
        "python3-dev",
        "python3-pip",
        "libicu-dev",
        "libgss-dev",
        "libkrb5-dev",
        "libxml2-dev",
        "libxslt1-dev",
        "libldap2-dev",
        "tcl-dev",
        "diffutils",
        "gdb",
        "gettext",
        "lcov",
        "openssh-client",
        "openssh-server",
        "libipc-run-perl",
        "libtime-hires-perl",
        "libtimedate-perl",
        "libdbd-pg-perl"
      ]
    }
  },
  "before_install": [
    "sudo travis/before-install.sh"
  ],
  "install": [
    "travis/install.sh"
  ],
  "before_script": [
    "sudo travis/before-script.sh",
    "travis/before-script-user.sh"
  ],
  "script": [
    "travis/script.sh"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "change",
        "on_failure": "always"
      }
    ]
  },
  "env": [
    "jobs={:PG_VERSION=>\"16\", :PG_BRANCH=>\"master\", :PTRACK_PATCH_PG_BRANCH=>\"master\"}={:PG_VERSION=>\"15\", :PG_BRANCH=>\"REL_15_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_15_STABLE\"}={:PG_VERSION=>\"14\", :PG_BRANCH=>\"REL_14_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_14_STABLE\"}={:PG_VERSION=>\"13\", :PG_BRANCH=>\"REL_13_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_13_STABLE\"}={:PG_VERSION=>\"12\", :PG_BRANCH=>\"REL_12_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_12_STABLE\"}={:PG_VERSION=>\"11\", :PG_BRANCH=>\"REL_11_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_11_STABLE\"}={:PG_VERSION=>\"10\", :PG_BRANCH=>\"REL_10_STABLE\"}={:PG_VERSION=>\"9.6\", :PG_BRANCH=>\"REL9_6_STABLE\"}={:PG_VERSION=>\"9.5\", :PG_BRANCH=>\"REL9_5_STABLE\"}={:PG_VERSION=>\"15\", :PG_BRANCH=>\"REL_15_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"OFF\", :MODE=>\"backup_test.BackupTest.test_full_backup\"}={:PG_VERSION=>\"15\", :PG_BRANCH=>\"REL_15_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"OFF\", :MODE=>\"backup_test.BackupTest.test_full_backup_stream\"}"
  ],
  "jobs": {
    "allow_failures": [
      {
        "if": "env(PG_BRANCH) = master"
      },
      {
        "if": "env(PG_BRANCH) = REL9_5_STABLE"
      }
    ]
  }
}