On Tue, Jan 26, 2016 at 12:03 PM, Christoph Zwerschke <[email protected]>
wrote:

>
> Btw, can you try the current trunk? You can check out the current
> development version with:
>
> svn co svn://svn.pygresql.org/pygresql/trunk
>

Run python setup.py test and got 10 tests skipped and 2 failures:
....
testUpsert (tests.test_classic_dbwrapper.TestDBClassNonStdOpts) ... skipped
'database does not support upsert'
testUpsertBytea (tests.test_classic_dbwrapper.TestDBClassNonStdOpts) ...
skipped 'database does not support upsert'
testUpsertWithCompositeKey
(tests.test_classic_dbwrapper.TestDBClassNonStdOpts) ... skipped 'database
does not support upsert'
testUpsertWithOid (tests.test_classic_dbwrapper.TestDBClassNonStdOpts) ...
skipped 'database does not support upsert'
testUpsertWithQuotedNames
(tests.test_classic_dbwrapper.TestDBClassNonStdOpts) ... skipped 'database
does not support upsert'
....

======================================================================
FAIL: testHasTablePrivilege (tests.test_classic_dbwrapper.TestDBClass)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/termim/python/pygresql/trunk/tests/test_classic_dbwrapper.py", line
1127, in testHasTablePrivilege
    self.assertEqual(can('pg_views', 'delete'), False)
AssertionError: True != False

======================================================================
FAIL: testHasTablePrivilege
(tests.test_classic_dbwrapper.TestDBClassNonStdOpts)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/termim/python/pygresql/trunk/tests/test_classic_dbwrapper.py", line
1127, in testHasTablePrivilege
    self.assertEqual(can('pg_views', 'delete'), False)
AssertionError: True != False

----------------------------------------------------------------------
Ran 520 tests in 10.745s

FAILED (failures=2, skipped=10)

termim@linux-hz5o:~/python/pygresql/trunk> cat /etc/os-release
NAME="openSUSE Leap"
VERSION="42.1"
VERSION_ID="42.1"
PRETTY_NAME="openSUSE Leap 42.1 (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:42.1"
BUG_REPORT_URL="https://bugs.opensuse.org";
HOME_URL="https://opensuse.org/";
ID_LIKE="suse"
termim@linux-hz5o:~/python/pygresql/trunk> uname -a
Linux linux-hz5o 4.1.13-5-default #1 SMP PREEMPT Thu Nov 26 16:35:17 UTC
2015 (49475c3) x86_64 x86_64 x86_64 GNU/Linux
termim@linux-hz5o:~/python/pygresql/trunk> python --version
Python 2.7.9
termim@linux-hz5o:~/python/pygresql/trunk> psql --version
psql (PostgreSQL) 9.4.5

Regards,
Mikhail Terekhov
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to