﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
23649	Oracle GIS testing -- fails to destroy old leftover test database after unclean ending	Shai Berger	Shai Berger	"If you run Django tests and they end without proper clean-up (e.g. the test process is forcibly killed) then the next test run will try to destroy the test-database before rebuilding it from scratch.

On Oracle GIS, this destroy-leftover-database process fails, because the backend tries to drop the test tablespace (`DROP TABLESPACE TEST_DB INCLUDING CONTENTS`), and for some reason the GIS artifacts make this fail.

The workaround is to drop first the test user (`DROP USER TEST_USER CASCADE`), but currently this needs to be done manually."	Uncategorized	closed	Database layer (models, ORM)	dev	Normal	fixed	oracle testing geodjango gis	Tim Graham	Accepted	1	0	0	0	0	0
