python - ip: Fix perf tests.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ip: Fix perf tests.
Date: 2007-04-03 17:24:54
Message-ID: 20070403172454.7308021740F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix perf tests.

Failed to fully convert them from the unittest based version.

Modified Files:
--------------
ip/src/test:
perf_copy_io.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/perf_copy_io.py.diff?r1=1.1&r2=1.2)
perf_query_io.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/perf_query_io.py.diff?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-04-03 18:07:53 python - ip: Fix with-statement test.
Previous Message James William Pye 2007-04-03 17:11:10 python - fe: Correct the 'port' resolution logic.