pgAdmin 4 commit: When an execution is cancelled in query tool,two dif - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: When an execution is cancelled in query tool,two dif
Date
Msg-id E1gABeZ-0002NT-AZ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
When an execution is cancelled in query tool, two different messages are encountered at different time. There is no
exactpattern 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(-)


pgadmin-hackers by date:

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