pgAdmin 4 commit: 1) Ensure re_sql tests should not abort at the first

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: 1) Ensure re_sql tests should not abort at the first
Дата
Msg-id E1hqZy5-0005iG-DK@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
1) Ensure re_sql tests should not abort at the first failure, it should run all the test cases.
2) Added place holder for owner, so we won't need to create separate pg/ppas folder just because of change in the owner
name.

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=478406a865b16e3d5eba006348f047be2a480206
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
.../{pg => }/9.3_plus/alter_fdw_change_opt2.sql    |   2 +-
.../tests/{pg => }/9.3_plus/alter_fdw_comment.sql  |   2 +-
.../{pg/default => 9.3_plus}/alter_fdw_opt1.sql    |   2 +-
.../{pg/default => 9.3_plus}/alter_fdw_opt2.sql    |   2 +-
.../tests/{pg => }/9.3_plus/alter_fdw_rename.sql   |   2 +-
.../{pg => }/9.3_plus/alter_fdw_validator.sql      |   2 +-
.../tests/{pg => }/9.3_plus/create_fdw.sql         |   2 +-
.../tests/{pg => }/9.3_plus/test.json              |   1 -
.../{pg => }/default/alter_fdw_change_opt2.sql     |   2 +-
.../tests/{pg => }/default/alter_fdw_comment.sql   |   2 +-
.../{pg/9.3_plus => default}/alter_fdw_opt1.sql    |   2 +-
.../{pg/9.3_plus => default}/alter_fdw_opt2.sql    |   2 +-
.../tests/{pg => }/default/alter_fdw_rename.sql    |   2 +-
.../tests/{pg => }/default/alter_fdw_validator.sql |   2 +-
.../tests/{pg => }/default/create_fdw.sql          |   2 +-
.../tests/{pg => }/default/test.json               |   1 -
.../tests/9.3_plus/create_trusted_language.sql     |  11 +++
.../tests/9.3_plus/create_untrusted_language.sql   |  11 +++
.../databases/languages/tests/9.3_plus/test.json   |  43 +++++++++
web/regression/re_sql/tests/test_resql.py          | 105 ++++++++++++++++++---
20 files changed, 170 insertions(+), 30 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update version for release
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Improve error output for the RE-SQL tests.