This is an automated email from the ASF dual-hosted git repository.
reshke pushed a change to branch fix_for_db_records
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
omit b9d891ae365 fix typos & add MPP support for `allow_inplace_tablespace`
omit d098dfc3f32 Fix test instability
omit fc0050c3b42 Fix replay of create database records on standby
omit 9a36a71c604 Revert "Recursively create tablespace directories if they
do not exist but we need them when re-redoing some tablespace related xlogs
(e.g. database create with a tablespace) on mirror."
add d400f10b8d4 CI: Add support for Ubuntu 24.04 Docker and DEB builds
add 4aad6cd72b7 Revert "Recursively create tablespace directories if they
do not exist but we need them when re-redoing some tablespace related xlogs
(e.g. database create with a tablespace) on mirror."
add ac682b644dc Fix replay of create database records on standby
add 5309940ddb4 Fix test instability
add 21a62b41017 fix typos & add MPP support for `allow_inplace_tablespace`
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b9d891ae365)
\
N -- N -- N refs/heads/fix_for_db_records (21a62b41017)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/docker-cbdb-build-containers.yml | 7 ++--
.github/workflows/docker-cbdb-test-containers.yml | 7 ++--
.../deb/{ubuntu22.04 => ubuntu24.04}/changelog | 3 +-
.../deb/{ubuntu22.04 => ubuntu24.04}/compat | 1 +
.../deb/{ubuntu22.04 => ubuntu24.04}/control | 42 +++++++++++-----------
.../deb/{ubuntu22.04 => ubuntu24.04}/install | 1 +
.../deb/{ubuntu22.04 => ubuntu24.04}/postinst | 1 +
.../deb/{ubuntu22.04 => ubuntu24.04}/rules | 4 +--
.../deb/{ubuntu22.04 => ubuntu24.04}/source/format | 1 +
.../source/local-options | 1 +
.../build/{ubuntu22.04 => ubuntu24.04}/Dockerfile | 29 +++++++--------
.../configs/90-cbdb-limits | 0
.../configs/gpinitsystem.conf | 1 +
.../configs/init_system.sh | 0
.../tests/testinfra/test_cloudberry_db_env.py | 10 +++---
.../test/{ubuntu22.04 => ubuntu24.04}/Dockerfile | 18 +++++-----
.../{rocky9 => ubuntu24.04}/configs/90-cbdb-limits | 1 +
.../configs/gpinitsystem.conf | 1 +
.../configs/init_system.sh | 1 +
pom.xml | 4 ++-
20 files changed, 75 insertions(+), 58 deletions(-)
copy devops/build/packaging/deb/{ubuntu22.04 => ubuntu24.04}/changelog (62%)
copy devops/build/packaging/deb/{ubuntu22.04 => ubuntu24.04}/compat (66%)
copy devops/build/packaging/deb/{ubuntu22.04 => ubuntu24.04}/control (86%)
copy devops/build/packaging/deb/{ubuntu22.04 => ubuntu24.04}/install (97%)
copy devops/build/packaging/deb/{ubuntu22.04 => ubuntu24.04}/postinst (99%)
copy devops/build/packaging/deb/{ubuntu22.04 => ubuntu24.04}/rules (84%)
mode change 100755 => 100644
copy devops/build/packaging/deb/{ubuntu22.04 => ubuntu24.04}/source/format
(92%)
copy devops/build/packaging/deb/{ubuntu22.04 =>
ubuntu24.04}/source/local-options (97%)
copy devops/deploy/docker/build/{ubuntu22.04 => ubuntu24.04}/Dockerfile (93%)
copy devops/deploy/docker/build/{ubuntu22.04 =>
ubuntu24.04}/configs/90-cbdb-limits (100%)
copy devops/deploy/docker/build/{ubuntu22.04 =>
ubuntu24.04}/configs/gpinitsystem.conf (99%)
copy devops/deploy/docker/build/{ubuntu22.04 =>
ubuntu24.04}/configs/init_system.sh (100%)
mode change 100755 => 100644
copy devops/deploy/docker/build/{ubuntu22.04 =>
ubuntu24.04}/tests/testinfra/test_cloudberry_db_env.py (96%)
copy devops/deploy/docker/test/{ubuntu22.04 => ubuntu24.04}/Dockerfile (93%)
copy devops/deploy/docker/test/{rocky9 => ubuntu24.04}/configs/90-cbdb-limits
(99%)
copy devops/deploy/docker/test/{ubuntu22.04 =>
ubuntu24.04}/configs/gpinitsystem.conf (99%)
copy devops/deploy/docker/test/{ubuntu22.04 =>
ubuntu24.04}/configs/init_system.sh (99%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]