public inbox for [email protected]  
help / color / mirror / Atom feed
From: Yogesh Mahajan <[email protected]>
To: Akshay Joshi <[email protected]>
Cc: pgadmin-hackers <[email protected]>
Subject: Re: Feature Test Fix
Date: Thu, 1 Apr 2021 12:27:45 +0530
Message-ID: <CAMa=N=MGFPPTe0P1R8Nibyx2d90ywXrA-EP2YOMPupHF0HeTYw@mail.gmail.com> (raw)
In-Reply-To: <CANxoLDfTRWshZ0ghwikKOZ7rdNGdydWe8BoMG2PZZiO79iFr5A@mail.gmail.com>
References: <CAMa=N=OBx_UVByU2=XmW_3RrhVQgaV1kkaq=Vz_E04y-Zt6uRQ@mail.gmail.com>
	<CANxoLDfTRWshZ0ghwikKOZ7rdNGdydWe8BoMG2PZZiO79iFr5A@mail.gmail.com>

Hello,

Please find one more patch which rename nomenclature for video & log file
names created by solenoid.

Thanks,
Yogesh Mahajan
EnterpriseDB


On Thu, Apr 1, 2021 at 12:19 PM Akshay Joshi <[email protected]>
wrote:

> Thanks, patch applied.
>
> On Thu, Apr 1, 2021 at 12:06 PM Yogesh Mahajan <
> [email protected]> wrote:
>
>> Hi Team,
>>
>> Please find a patch which asserts the actual result of button click
>> (before it did not).
>> Also changes in locators for query tool & vire/edit data are accommodated.
>>
>>
>> Thanks,
>> Yogesh Mahajan
>> EnterpriseDB
>>
>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Principal Software Architect*
> *EDB Postgres <http://edbpostgres.com>*
>
> *Mobile: +91 976-788-8246*
>


Attachments:

  [application/octet-stream] Feature_Tests_Fix_v4.0.patch (810B, 3-Feature_Tests_Fix_v4.0.patch)
  download | inline diff:
diff --git a/web/regression/python_test_utils/test_utils.py b/web/regression/python_test_utils/test_utils.py
index 0a401bf93..106b69189 100644
--- a/web/regression/python_test_utils/test_utils.py
+++ b/web/regression/python_test_utils/test_utils.py
@@ -1347,8 +1347,8 @@ def get_remote_webdriver(hub_url, browser, browser_ver, test_name):
     :param test_name: test name
     :return: remote web-driver instance for specified browser
     """
-    test_name = browser + browser_ver + "_" + test_name + "-" + time.strftime(
-        "%m_%d_%y_%H_%M_%S", time.localtime())
+    test_name = time.strftime("%m_%d_%y_%H_%M_%S_", time.localtime()) + \
+                test_name.replace(' ', '_') + '_' + browser + browser_ver
     driver_local = None
     desired_capabilities = {
         "version": browser_ver,


view thread (8+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: Feature Test Fix
  In-Reply-To: <CAMa=N=MGFPPTe0P1R8Nibyx2d90ywXrA-EP2YOMPupHF0HeTYw@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox