pgAdmin 4 commit: When an execution is cancelled in query tool, two dif

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: When an execution is cancelled in query tool, two dif
Date: 2018-10-10 10:23:43
Message-ID: E1gABeZ-0002NT-AZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

When an execution is cancelled in query tool, two different messages are encountered at different time. There is no exact pattern for them. So now, the test case will look for any one of following message in the output text box

i) canceling statement due to user request
ii) Execution cancelled!

Branch
------
master

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

Modified Files
--------------
web/pgadmin/feature_tests/query_tool_tests.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-10-10 10:23:55 Re: Fix for query_tool_tests.py
Previous Message Aditya Toshniwal 2018-10-10 10:23:10 Re: [pgAdmin4][RM3562] Migrate Bootstrap 3 to Bootstrap 4