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 1mnfrS-0004K5-U7 for pgadmin-hackers@arkaria.postgresql.org; Thu, 18 Nov 2021 11:45:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mnfrR-00070G-VF for pgadmin-hackers@arkaria.postgresql.org; Thu, 18 Nov 2021 11:45:49 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mnfrR-000707-CJ for pgadmin-hackers@lists.postgresql.org; Thu, 18 Nov 2021 11:45:49 +0000 Received: from mail-il1-x136.google.com ([2607:f8b0:4864:20::136]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mnfrN-0002mG-5L for pgadmin-hackers@postgresql.org; Thu, 18 Nov 2021 11:45:48 +0000 Received: by mail-il1-x136.google.com with SMTP id l8so6126387ilv.3 for ; Thu, 18 Nov 2021 03:45:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Nhe9GRQe/QQTvhYtaQVjf0dUrS2fUn61uFP+/9Nm0TQ=; b=Hq9VctMq9cHbfifiAeKiCcK/RUq1EvrRDUJzVoxHPtyTlv/0uv612/u4CwrImZMiui dudpWN08GEIvp5r27vA3EUOJyxx4msbfK0A0Hxgpb6Xrt/YSXTV8K24cZWR4oz/E5rUq NpzhlD53DcsPYZXWoUItZd1T3BJ707O0L2gpneZToZK4+HwwcyIjYtPYnouMoWk/oUH5 wxjE/1yphZ4fr8VitU02kjsR4KAx7/1l9iCKuxCkHO8g9OMmvTAoEvoLek60AUY7dZbA s4NhpckOVbe9oxKSUZkGtL6kEXGjcyg6znUOgOOTBuP3CQTyTpPZ5s1nEmENwjyH/RKM XVaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Nhe9GRQe/QQTvhYtaQVjf0dUrS2fUn61uFP+/9Nm0TQ=; b=sl89Us3BUahg/FPoXEIVSMCPae8yWbk0IF7Yikz2AJi0zLlFTenZiiwx17yFxU/GWg gMIgpkj7S7RoB/xV2BmMYUYKyH2C1c6r0NxDf6txCReefzxBw5e8UXIT5bkmZEBOpOZo CK73z7f4tanZf6LNwj/42AF3NVGaxwMh3HXjbCXuTpFpOb9Qk6qOcUmaSy3KkNVBVNtF w5Cenb+eT0sSkXRyHSBBE9HK857GSM/leJL2PPSU3azvZVSxP1vqKGIJDYYbtyCi5Vil 6JjCrTNfD2BAdqkMTNOeaLUdL0NDAxjbMpc7g0LyTjdYQ5Ph5NYZoVwhWDOC35D1Oh9Z uFbw== X-Gm-Message-State: AOAM531DHRb0FpSyT7Yi/zK9n6MtzJaR0fLmJH3mzOHnogxYwBB343Qe e3GuznBxrcFg0v4x3mqHAK42D/WtPPwbm2EnJoxCZsyjy9/TfcSsTmIfHB2B/hGvp7cWxz6xvNw mHWR2vmE96M064LUUdrK6t8BFI0OdlRnw2v6ZUW1ayh02nFcj11s8W371JUN6yPF5AScd3i3PZT +I6IMc95pdH+Zbto5SSoNkVEtIzmUKa5OBhlZPnwXZz9p7W7dkc+e7iI01jg== X-Google-Smtp-Source: ABdhPJwedJymKamrUOCjhtc2DfU1+uInfk38RIcG+fZPqNCRd782NVU9aq9xhn35HrXIvBGO2/3ifKpqJAylss74lOM= X-Received: by 2002:a05:6e02:1544:: with SMTP id j4mr15129986ilu.205.1637235942974; Thu, 18 Nov 2021 03:45:42 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Thu, 18 Nov 2021 17:15:32 +0530 Message-ID: Subject: Re: Feature Test Fix - React porting To: Yogesh Mahajan Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000cb819405d10eb251" 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 --000000000000cb819405d10eb251 Content-Type: text/plain; charset="UTF-8" Thanks, the patch applied. On Thu, Nov 18, 2021 at 3:23 PM Yogesh Mahajan < yogesh.mahajan@enterprisedb.com> wrote: > Hi, > > Please find the attached patch which fixes the problem related to > feature tests. > > > Thanks, > Yogesh Mahajan > EnterpriseDB > > > On Fri, Nov 12, 2021 at 11:59 AM Akshay Joshi < > akshay.joshi@enterprisedb.com> wrote: > >> Thanks, the patch applied. >> >> On Thu, Nov 11, 2021 at 10:04 PM Yogesh Mahajan < >> yogesh.mahajan@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the attached patch which uses selenium 4.0.0a6 which works >>> with python 3.6.8. >>> Selenium 4.0.0 requires python 3.7+ >>> >>> Thanks, >>> Yogesh Mahajan >>> EnterpriseDB >>> >>> >>> On Wed, Nov 10, 2021 at 11:59 AM Akshay Joshi < >>> akshay.joshi@enterprisedb.com> wrote: >>> >>>> Thanks, the patch applied. but Jenkins is failing with the below error: >>>> ERROR: No matching distribution found for selenium==4.0.0 >>>> ERROR: Failed to install Python requirements. >>>> >>>> On Tue, Nov 9, 2021 at 2:48 PM Yogesh Mahajan < >>>> yogesh.mahajan@enterprisedb.com> wrote: >>>> >>>>> Hi, >>>>> >>>>> Please find the attached patch which fixes feature tests broken due to >>>>> react porting changes. >>>>> >>>>> 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* >> > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --000000000000cb819405d10eb251 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

On Thu, Nov 18, 2021 at 3:23 PM = Yogesh Mahajan <yoges= h.mahajan@enterprisedb.com> wrote:
Hi,

Please find the attached patch which fixes=C2=A0the p= roblem related to feature=C2=A0tests.


Thanks,
Yogesh Maha= jan
EnterpriseDB


On Fri, Nov 12, 2021 at 11:59 AM Akshay Jos= hi <a= kshay.joshi@enterprisedb.com> wrote:
Thanks, the patch applied.

Thanks, the patch applied= . but Jenkins is failing with the below error:
ERROR= : No matching distribution found for selenium=3D=3D4.0.0
ERROR: Failed to install Python = requirements.

On Tue, Nov 9, 2021 at 2:48 PM Yogesh Mahajan= <y= ogesh.mahajan@enterprisedb.com> wrote:
Hi,

Please find the attached patch which fixes feature = tests broken due to react porting changes.

<= div dir=3D"ltr">
Thanks,=
Yogesh Mahajan
<= div>EnterpriseDB
<= /div>


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



--
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

--000000000000cb819405d10eb251--