+23
−0
Loading
The #9 setup fix pairs each temporal test's POST /temporal/entities with a current-state Create Entity, but the teardown removed only the temporal representation. The surviving current-state Vehicles (eight across the four suites) pollute every later unpinned type=Vehicle query: all nine D011_* tests plus D001_01_inc/D001_02_inc/ D001_03_03_inc assert an exact URI set against their mock's single entity and fail with 'Lengths are different: 1 != 9' in full-suite runs (they pass in isolation). Each leaked entity id in output.xml traces back to 020_17_01..03 / 020_18_01..03 / 020_19_01 / 020_20_01. Teardown now calls Delete Entity before Delete Temporal Representation Of Entity — that order also purges the deletion's own tombstone rows from the temporal store. Analysis recorded as testsuite-doubts.md #93.