On Dec 10, 8:20 am, Aymeric Augustin
wrote:
> Yes, I documented the procedure
> here:https://code.djangoproject.com/wiki/OracleTestSetup
> where I set up the CI server.
Thanks for the pointer. Because of the need to have a specific amount
of swap space, I ended up installing Oracle 10g XE on a
> Stupidly, I had left the 'HOST' line out of the above configuration,
> causing both 'default' and 'other' to point to 'localhost'. Once this
> was rectified, the test times seem a lot more reasonable. So it was
> nothing to do with runtime overheads like calling u() etc.
I did a little performa
On Sat, Dec 10, 2011 at 1:03 AM, Vinay Sajip wrote:
> So - with Ian Clelland's post[1] from a couple of days ago, we have
> successful runs on 2.x and 3.x using a single codebase and SQLite,
> PostgreSQL and MySQL backends. I suppose Oracle will be the next one
> to focus on: Ian Kelly was getting
On 10 déc. 2011, at 09:03, Vinay Sajip wrote:
> Is Oracle XE (Express Edition) a valid platform for Django's Oracle tests?
Yes, it is.
> Does anyone here have experience installing it on Ubuntu 64-bit?
Yes, I documented the procedure here:
https://code.djangoproject.com/wiki/OracleTestSetup
wh
I now have Django passing the test suite with the PostgreSQL backend,
on Python 2.7.2 and Python 3.2.2. The tests were run on Ubuntu Oneiric
64-bit in a VM.
Python 3:
Python 3.2.2 from the Ubuntu package repository.
psycopg2-2.4.2 from http://initd.org/psycopg/
Python 2:
Python 2.7.2 - Oneiric's