Skip to content

[CI] gates: plain-seed cloud_storage_google neutralization + PG lock limit#109

Merged
dnplkndll merged 1 commit into
ledoentfrom
19.0-fix-ci-gate-unblock
Jun 12, 2026
Merged

[CI] gates: plain-seed cloud_storage_google neutralization + PG lock limit#109
dnplkndll merged 1 commit into
ledoentfrom
19.0-fix-ci-gate-unblock

Conversation

@dnplkndll

Copy link
Copy Markdown

Round-4 enriched gate ran the FULL 18→19 migration for the first time and died only in the terminal _process_end unlink sweep: psycopg2.errors.OutOfMemory: out of shared memory — increase max_locks_per_transaction. Raise it to 1024 on the service container (ALTER SYSTEM + docker restart).

The plain gate fails earlier: OCA's own 18.0 seed contains cloud_storage_google, so button_upgrade refuses on the missing google-auth dep — #106 neutralized it only in the enriched workflow; mirror the same UPDATE here. (NB: this means upstream OCA's CI on 19.0 is red for the same reason — their seed, their workflow.)

… PG lock limit

- the OCA 18.0 seed also carries cloud_storage_google: button_upgrade
  refuses on the missing google-auth external dep (same class #106 fixed
  for the enriched seed).
- the enriched migration now runs to completion and dies only in the
  final _process_end unlink sweep: out of shared memory at the default
  max_locks_per_transaction=64; raise to 1024 and restart the service.
@dnplkndll dnplkndll merged commit 4bdf5cd into ledoent Jun 12, 2026
4 checks passed
dnplkndll added a commit that referenced this pull request Jun 14, 2026
… PG lock limit (#109)

- the OCA 18.0 seed also carries cloud_storage_google: button_upgrade
  refuses on the missing google-auth external dep (same class #106 fixed
  for the enriched seed).
- the enriched migration now runs to completion and dies only in the
  final _process_end unlink sweep: out of shared memory at the default
  max_locks_per_transaction=64; raise to 1024 and restart the service.
dnplkndll added a commit that referenced this pull request Jun 19, 2026
… PG lock limit (#109)

- the OCA 18.0 seed also carries cloud_storage_google: button_upgrade
  refuses on the missing google-auth external dep (same class #106 fixed
  for the enriched seed).
- the enriched migration now runs to completion and dies only in the
  final _process_end unlink sweep: out of shared memory at the default
  max_locks_per_transaction=64; raise to 1024 and restart the service.
@dnplkndll dnplkndll deleted the 19.0-fix-ci-gate-unblock branch June 20, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant