Actions
Architecture #2434
closedIsolate postgres data used for test
Status:
Released
Priority:
2
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
We want to be able to launch several test that use same tables on postgres concurrently.
For that, we should use the "CREATE TEMP TABLE" that allows to create temporary table, which belong to their own namespace, shadow table with the same name on public namespace, and have a lifespan of the session which created them.
See: http://www.postgresql.org/docs/9.1/interactive/sql-createtable.html
Updated by François ARMAND over 12 years ago
- Status changed from 2 to Pending technical review
- % Done changed from 0 to 100
Applied in changeset c27d310cde9d649373cb9924508d5e0120a04ad3.
Updated by Nicolas CHARLES over 12 years ago
- Status changed from Pending technical review to Released
This looks valid, thank you Francois !
Actions