Bug #30017

Functional tests see data from previous tests

Added by Robert Lemke almost 4 years ago. Updated almost 4 years ago.

Status:Resolved Start date:2011-09-19
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:- Testing -
Target version:TYPO3 Flow Base Distribution - 1.0.0
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

Data stored by functional tests are only flushed after a whole test case ran through, not after each individual test. This leads to unpredictable side effects.

Associated revisions

Revision eca27e40
Added by Robert Lemke almost 4 years ago

[BUGFIX] Less persistence side effects in functional tests

Previously, the persistence manager was only teared down after a whole
test case ran through. This change makes sure that this clean up happens
after each individual test to ensure that data generated by previous
tests are gone when the next test is run.

Change-Id: Ibd15fe01d9dea9d0be986e4ab3bd78998d26aa2e
Fixes: #30017

History

#1 Updated by Mr. Hudson almost 4 years ago

  • Status changed from Accepted to Under Review

Patch set 1 of change Ibd15fe01d9dea9d0be986e4ab3bd78998d26aa2e has been pushed to the review server.
It is available at http://review.typo3.org/5052

#2 Updated by Robert Lemke almost 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF