From: Daniel D. <dan...@ba...> - 2012-02-01 13:53:34
|
Hello, I'm looking at improving tests of rebuildd[1]. The test suite create and delete the database[2] for each test in the setUp()[3] method, but sqlobject don't like it. The first test is OK but all successives ones fail with "disk I/O error". I found a thread[4] on the list speaking about the same issue but I do not manage to fix my tests. Any hints? Regards. Footnotes: [1] http://packages.qa.debian.org/rebuildd [2] http://anonscm.debian.org/gitweb/?p=rebuildd/rebuildd.git;a=blob;f=tests/RebuilddTestSetup.py;h=d677d8e481baada9218d9f86687a818c87b28582;hb=HEAD [3] http://anonscm.debian.org/gitweb/?p=rebuildd/rebuildd.git;a=blob;f=tests/TestJob.py;h=20e81d6c3de9a50ddb4a95c04593d739f31dbec8;hb=HEAD#l16 [4] http://thread.gmane.org/gmane.comp.python.sqlobject/5769 -- Daniel Dehennin Récupérer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1 |