Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lRruV-00035l-Ll for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Apr 2021 07:38:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lRrtz-0008Rl-0L for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Apr 2021 07:38:03 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lRrty-0008Re-Ia for pgadmin-hackers@lists.postgresql.org; Thu, 01 Apr 2021 07:38:02 +0000 Received: from mail-io1-xd2f.google.com ([2607:f8b0:4864:20::d2f]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lRrtw-0007jA-75 for pgadmin-hackers@postgresql.org; Thu, 01 Apr 2021 07:38:01 +0000 Received: by mail-io1-xd2f.google.com with SMTP id z136so1233622iof.10 for ; Thu, 01 Apr 2021 00:38:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4l60HZDi1yy8UqBBqyVgmQUmrqRC2QUmKHkA0Fq939A=; b=qKQ61snTR4naxgXLA1nLfKTCPWzQCex3vnlqluFwmTt43Reiyh962P8rPYxfyq5qTM yhS3nVGimNN9kTAOAo0BroZ/wqqdbQVYxvak0CkMsGbg+Z5Mcq+9LVSUStJqV5zJdK+6 Z5z4MTgCbufyyKS5E6aLrpDSAtGsycUyQEGL8p8AV14ghUnYnGpDxDa1b0NTRvgkKkUW zS3IfS+JA0KcOOJOX3yDyo3jdh2jGXUqyCmzU6O8a4YEHACqCgQXqaQYKMzw0+cbfyxD C5h7+dX2gjj6CpUENnk0cxNemQ5HXVbWsaUfmriaNH344slG9h7/V4o4zbSjTEXF7JTz xdGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4l60HZDi1yy8UqBBqyVgmQUmrqRC2QUmKHkA0Fq939A=; b=BhN9dYqpnN4Cv0e9SAMyr17wssp6oOmkYoztU1gMBirG9L7kW/iBbJG58j4eXeIN8c i0gh59GmjBBMfACPodg3VOsducLN/Rdoodfn9rTBelHz8L9/KVgu+BmxEI9rNAo69F+c DcNjvMiNI/cCrtJcqjo9OOH/X6SISg/ADax20ACPh0vnNLfqfOxdsWkBZt5n+zcvf5Gm kp5WZ87ucX1+D94BGbpbE51chOslNaYbIfguA0tiiT3MztMJT1viohoonXWupp+KG8Z1 HsjzyaPIadM472BgyJJNjRv0gvzBbeGuJJ/T87qoXOD+YsyxTdr6y6nINCGM6KqlFdrx UW4w== X-Gm-Message-State: AOAM531bqK/RGGNP9/08onzz+arpmlpfLOsG5OApkC/qs/G8eAzWBYrc Kc7KbkoEiYhImbHj2ECrVU/HLzGpjmjupzHF040SnZ2mMmhahHiZR0ZlwQDqN67FtRszgwuHaze YwrO5r1kIP9UKLcmte36p7vM9Q7JL4gkxTqtCLfiQ252o6++Flwr8mMuNIjfOKOJrhvPtQAFVgo IkiK5hHBE6Qem455dcLrC32x57JncC6umPKizBaVu0OxUtlJ0Ne6dfkdbR2w== X-Google-Smtp-Source: ABdhPJwSc+9rv7KekvZtJZ1Bo/aXiKBw29EY0TdaQ5STHmL9l7jGCGGzA0ygeKYy3F4JIzK6HXvyv2++yIXrNVSFyrU= X-Received: by 2002:a6b:6f14:: with SMTP id k20mr5720147ioc.52.1617262679303; Thu, 01 Apr 2021 00:37:59 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Thu, 1 Apr 2021 13:07:48 +0530 Message-ID: Subject: Re: Feature Test Fix To: Yogesh Mahajan Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000082406805bee44fa5" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000082406805bee44fa5 Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Thu, Apr 1, 2021 at 12:28 PM Yogesh Mahajan < yogesh.mahajan@enterprisedb.com> wrote: > 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 < > akshay.joshi@enterprisedb.com> wrote: > >> Thanks, patch applied. >> >> On Thu, Apr 1, 2021 at 12:06 PM Yogesh Mahajan < >> yogesh.mahajan@enterprisedb.com> 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 * >> >> *Mobile: +91 976-788-8246* >> > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --00000000000082406805bee44fa5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.

On Thu, Apr 1, 2021 at 12:28 PM Yoge= sh Mahajan <yogesh.ma= hajan@enterprisedb.com> wrote:
Hello,

Please find one more patch which=C2=A0rename nomencla= ture for video & log file names created by solenoid.
Thanks,
Yogesh Mahajan=
EnterpriseDB


On Thu, Apr 1, 2021 at 12:19 PM Akshay Joshi = <aksh= ay.joshi@enterprisedb.com> wrote:
Thanks, patch applied.

<= div class=3D"gmail_quote">
On Thu, Apr= 1, 2021 at 12:06 PM Yogesh Mahajan <yogesh.mahajan@enterprisedb.com> w= rote:
Hi Team,

Please fi= nd a patch which asserts=C2=A0the actual result of button click (before it = did not).
Also changes in locators for query tool & vir= e/edit data are accommodated.


Thanks,
Yogesh Mahajan
EnterpriseDB


--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Principal Softw= are Architect
EDB Po= stgres
Mobile: +91 976-788-8246



--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

--00000000000082406805bee44fa5--