Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.0.0b65 (unreleased)

### Fixed

- PG-backed test layer: reset zodb_pgjsonb's process-wide
``SharedLoadCache`` between tests. The per-test ``restore()`` rolls
the database backwards to a snapshot, but ``cacheMinimize()`` /
``pool.clear()`` only reset the ZODB connection caches — not the
shared L2 cache that outlives the pool. That cache then served object
state at TIDs newer than the rolled-back database, causing spurious
``ConflictError`` (on ``PLexicon`` during ``clearFindAndRebuild``) in
whichever rebuild test ran second. ``testSetUp`` now calls
``storage.clear_caches()`` after ``restore()``; this requires
``zodb-pgjsonb >= 1.13.0`` (the dependency floor is bumped accordingly).

## 1.0.0b64

### Fixed
Expand Down
Loading
Loading