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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) Ensure re_sql tests should not abort at the first
Дата
Msg-id E1hkn3L-00011Z-14@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
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a9d8f01aa49a92612be11b6589220186bb55645

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 по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Modified the creation logic of custom schema and adde
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Remove some files which was committed by mistake.