Permission denied error with testGetUDTQualified

Поиск
Список
Период
Сортировка
От Xavier Poinsard
Тема Permission denied error with testGetUDTQualified
Дата
Msg-id cnfqi4$99h$1@sea.gmane.org
обсуждение исходный текст
Ответы Re: Permission denied error with testGetUDTQualified
Re: Permission denied error with testGetUDTQualified
Список pgsql-jdbc
Hi,
Trying to run the tests from Build 308 againt a 7.4.1 server I got the
following error :

  [junit] Testcase:
testGetUDTQualified(org.postgresql.test.jdbc2.DatabaseMetaDataTest):
   Caused an ERROR
     [junit] ERROR: permission denied for database test
     [junit] java.sql.SQLException: ERROR: permission denied for
database test
     [junit]     at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1356)
     [junit]     at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1151)
     [junit]     at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:166)
     [junit]     at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:363)
     [junit]     at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:293)
     [junit]     at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:285)
     [junit]     at
org.postgresql.test.jdbc2.DatabaseMetaDataTest.testGetUDTQualified(DatabaseMetaDataTest.java:503)

Can someone provides the way to solve this error (and add a note in the
code) ?
Thanks.

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Guido Fiala
Дата:
Сообщение: Re: Why is PGStream.flush() taking so much time?
Следующее
От: Xavier Poinsard
Дата:
Сообщение: Tests for prepared insert statements