pgAdmin 4 commit: Properly cleanup after running the FTS test cases.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly cleanup after running the FTS test cases.
Date: 2017-08-25 08:32:49
Message-ID: E1dlA2r-0005M8-R1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly cleanup after running the FTS test cases.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bd04cfaaa8bd6830b8c6277d5580fe5b1bb0aabe
Author: Navnath Gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com>

Modified Files
--------------
.../foreign_data_wrappers/tests/test_fdw_add.py | 4 ++--
.../foreign_data_wrappers/tests/test_fdw_get.py | 4 ++--
.../foreign_data_wrappers/tests/test_fdw_put.py | 6 ++---
.../databases/foreign_data_wrappers/tests/utils.py | 23 +++++++++++++++++++
.../tests/test_fts_configuration_add.py | 19 +++++++++-------
.../tests/test_fts_configuration_get.py | 25 +++++++++++++--------
.../tests/test_fts_configuration_put.py | 9 ++++++--
.../schemas/fts_configurations/tests/utils.py | 26 ++++++++++++++++++++++
.../tests/test_fts_dictionaries_add.py | 13 +++++++----
.../tests/test_fts_dictionaries_get.py | 10 ++++++---
.../tests/test_fts_dictionaries_put.py | 10 ++++++---
.../schemas/fts_dictionaries/tests/utils.py | 26 ++++++++++++++++++++++
.../fts_parser/tests/test_fts_parser_add.py | 11 ++++++---
.../fts_parser/tests/test_fts_parser_get.py | 7 ++++--
.../fts_parser/tests/test_fts_parser_put.py | 7 ++++--
.../databases/schemas/fts_parser/tests/utils.py | 26 ++++++++++++++++++++++
.../fts_templates/tests/test_fts_templates_add.py | 14 ++++++++----
.../fts_templates/tests/test_fts_templates_get.py | 7 ++++--
.../fts_templates/tests/test_fts_templates_put.py | 7 ++++--
.../databases/schemas/fts_templates/tests/utils.py | 26 ++++++++++++++++++++++
20 files changed, 229 insertions(+), 51 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-08-25 08:33:00 Re: pgAdmin4: Random failure of FTS test cases due to improper random string creation
Previous Message Harshal Dhumal 2017-08-25 08:28:02 Re: Next release